ports/153553: [patch] audio/clementine-player update
Pawel Pekala
c0rn at o2.pl
Thu Dec 30 16:00:21 UTC 2010
>Number: 153553
>Category: ports
>Synopsis: [patch] audio/clementine-player update
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Dec 30 16:00:20 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Pawel Pekala
>Release: FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD 8.1-RELEASE #2: Sat Aug 21 18:46:54 CEST 2010
corn at caprica.slowicza.org:/usr/obj/usr/src/sys/GENERIC
>Description:
- update to version 0.6
- add LICENSE info
- update WWW line
>How-To-Repeat:
>Fix:
--- clementine-player-0.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/clementine-player/Makefile /home/corn/devel/clementine-player/Makefile
--- /usr/ports/audio/clementine-player/Makefile 2010-07-23 20:02:22.000000000 +0200
+++ /home/corn/devel/clementine-player/Makefile 2010-12-29 18:37:34.000000000 +0100
@@ -6,7 +6,7 @@
#
PORTNAME= clementine
-PORTVERSION= 0.4.2
+PORTVERSION= 0.6
CATEGORIES= audio
MASTER_SITES= GOOGLE_CODE
PKGNAMESUFFIX= -player
@@ -17,9 +17,12 @@
LIB_DEPENDS= lastfm.0:${PORTSDIR}/audio/liblastfm \
tag.1:${PORTSDIR}/audio/taglib \
notify.1:${PORTSDIR}/devel/libnotify \
- xine.1:${PORTSDIR}/multimedia/libxine
+ xine.1:${PORTSDIR}/multimedia/libxine \
+ mtp:${PORTSDIR}/audio/libmtp
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
+LICENSE= GPLv3
+
PROJECTHOST= ${PORTNAME}${PKGNAMESUFFIX}
USE_CMAKE= yes
Files /usr/ports/audio/clementine-player/clementine-player-0.6.tbz and /home/corn/devel/clementine-player/clementine-player-0.6.tbz differ
diff -ruN --exclude=CVS /usr/ports/audio/clementine-player/distinfo /home/corn/devel/clementine-player/distinfo
--- /usr/ports/audio/clementine-player/distinfo 2010-07-23 20:02:22.000000000 +0200
+++ /home/corn/devel/clementine-player/distinfo 2010-12-29 18:18:29.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (clementine-0.4.2.tar.gz) = c6819b0d2a8324f1d686fb5a3b1d287b
-SHA256 (clementine-0.4.2.tar.gz) = 07934347ea4922997524fca3bc5895d7accd52cf22f987922e814769e66996be
-SIZE (clementine-0.4.2.tar.gz) = 4670893
+SHA256 (clementine-0.6.tar.gz) = 7a7393af462a3c0864279d8cb2fc59afeec718837e5a1d0818a16b8a20d7cd0c
+SIZE (clementine-0.6.tar.gz) = 5601219
diff -ruN --exclude=CVS /usr/ports/audio/clementine-player/files/patch-dist_clementine.desktop /home/corn/devel/clementine-player/files/patch-dist_clementine.desktop
--- /usr/ports/audio/clementine-player/files/patch-dist_clementine.desktop 2010-07-23 20:02:22.000000000 +0200
+++ /home/corn/devel/clementine-player/files/patch-dist_clementine.desktop 2010-12-29 18:22:47.000000000 +0100
@@ -1,9 +1,9 @@
---- dist/clementine.desktop.orig 2010-06-29 03:47:54.000000000 +0800
-+++ dist/clementine.desktop 2010-06-30 16:09:30.000000000 +0800
-@@ -4,8 +4,8 @@
- Name=Clementine
- GenericName=Clementine Music Player
+--- dist/clementine.desktop.orig 2010-11-03 20:46:26.000000000 +0100
++++ dist/clementine.desktop 2010-12-29 18:21:47.000000000 +0100
+@@ -6,8 +6,8 @@
+ GenericName[pt]=Reprodutor de músicas Clementine
Comment=Plays music and last.fm streams
+ Comment[pt]=Reprodução de músicas e emissões last.fm
-Exec=clementine
-TryExec=clementine
+Exec=clementine-player
diff -ruN --exclude=CVS /usr/ports/audio/clementine-player/files/patch-src_CMakeLists.txt /home/corn/devel/clementine-player/files/patch-src_CMakeLists.txt
--- /usr/ports/audio/clementine-player/files/patch-src_CMakeLists.txt 2010-07-23 20:02:22.000000000 +0200
+++ /home/corn/devel/clementine-player/files/patch-src_CMakeLists.txt 2010-12-29 19:48:35.000000000 +0100
@@ -1,6 +1,23 @@
---- src/CMakeLists.txt.orig 2010-06-30 16:09:59.000000000 +0800
-+++ src/CMakeLists.txt 2010-06-30 16:13:10.000000000 +0800
-@@ -509,6 +509,7 @@ add_executable(clementine
+--- src/CMakeLists.txt.orig 2010-12-10 15:26:29.000000000 +0100
++++ src/CMakeLists.txt 2010-12-29 19:47:49.000000000 +0100
+@@ -772,7 +772,6 @@
+ ${QTSINGLECOREAPPLICATION_LIBRARIES}
+ ${QTIOCOMPRESSOR_LIBRARIES}
+ ${CMAKE_THREAD_LIBS_INIT}
+- dl
+ z
+ )
+
+@@ -842,7 +841,7 @@
+ # command but they're actually used by libraries that appear after them, so
+ # they end up getting ignored. This appends them to the very end of the link
+ # line, ensuring they're always used.
+- target_link_libraries(clementine_lib -lX11 -ldl)
++ target_link_libraries(clementine_lib -lX11)
+ endif (UNIX AND NOT APPLE)
+
+ add_dependencies(clementine_lib qtsingleapplication)
+@@ -870,6 +869,7 @@
${CLEMENTINE-WIN32-RESOURCES}
main.cpp
)
diff -ruN --exclude=CVS /usr/ports/audio/clementine-player/pkg-descr /home/corn/devel/clementine-player/pkg-descr
--- /usr/ports/audio/clementine-player/pkg-descr 2010-04-04 03:22:23.000000000 +0200
+++ /home/corn/devel/clementine-player/pkg-descr 2010-11-11 18:52:18.000000000 +0100
@@ -7,4 +7,4 @@
- Edit tags on MP3 and OGG files, organise your music
- Download missing album cover art from Last.fm
-WWW: http://code.google.com/p/clementine-player/
+WWW: http://www.clementine-player.org
diff -ruN --exclude=CVS /usr/ports/audio/clementine-player/pkg-plist /home/corn/devel/clementine-player/pkg-plist
--- /usr/ports/audio/clementine-player/pkg-plist 2010-07-23 20:02:22.000000000 +0200
+++ /home/corn/devel/clementine-player/pkg-plist 2010-12-29 19:58:44.000000000 +0100
@@ -1,6 +1,11 @@
bin/clementine-player
share/applications/clementine.desktop
share/icons/hicolor/64x64/apps/application-x-clementine.png
+share/icons/hicolor/scalable/apps/application-x-clementine.svg
+share/icons/ubuntu-mono-dark/apps/24/clementine-panel.png
+share/icons/ubuntu-mono-dark/apps/24/clementine-panel-grey.png
+share/icons/ubuntu-mono-light/apps/24/clementine-panel.png
+share/icons/ubuntu-mono-light/apps/24/clementine-panel-grey.png
%%VSL%%%%DATADIR%%/projectm-presets/Aderrasi - Agitator.milk
%%VSL%%%%DATADIR%%/projectm-presets/Aderrasi - Aimless (Gravity Directive Mix).milk
%%VSL%%%%DATADIR%%/projectm-presets/Aderrasi - Aimless (Spirogravity Mix).milk
@@ -572,6 +577,12 @@
%%VSL%%%%DATADIR%%/projectm-presets/project.tga
%%VSL%%%%DATADIR%%/projectm-presets/shifter - escape the worm - Eo.S. + Phat - Before_It_Eats_Your_Brain_Mix_v2.milk
%%VSL%%%%DATADIR%%/projectm-presets/shifter - escape the worm - Eo.S. + Phat 5362.milk
-%%VSL%%@dirrm %%DATADIR%%
%%VSL%%@dirrm %%DATADIR%%/projectm-presets
+%%VSL%%@dirrm %%DATADIR%%
@dirrmtry share/applications
+ at dirrmtry share/icons/ubuntu-mono-light/apps/24
+ at dirrmtry share/icons/ubuntu-mono-light/apps
+ at dirrmtry share/icons/ubuntu-mono-light
+ at dirrmtry share/icons/ubuntu-mono-dark/apps/24
+ at dirrmtry share/icons/ubuntu-mono-dark/apps
+ at dirrmtry share/icons/ubuntu-mono-dark
--- clementine-player-0.6.patch ends here
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list