Update gmpc to 0.15.5.0
- add MODULES textproc/intltool - rearrange dependency on libmpd - enable artist browser - enable configdir option, see pkg/MESSAGE for migrating existing conf. with tweaks and ok jasper@
This commit is contained in:
parent
00e897adf9
commit
aace60815a
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2007/11/13 12:44:22 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2007/12/15 13:11:22 landry Exp $
|
||||
|
||||
COMMENT= gnome music player client
|
||||
|
||||
VERSION= 0.15.1
|
||||
VERSION= 0.15.5.0
|
||||
DISTNAME= gmpc-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
@ -16,17 +15,17 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ICE SM X11 Xau Xdmcp Xcursor Xext Xfixes Xi Xinerama Xrandr \
|
||||
Xcomposite Xdamage pcre \
|
||||
Xrender atk-1.0 c cairo crypto expat fontconfig freetype \
|
||||
gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 glitz gmodule-2.0 \
|
||||
gobject-2.0 gthread-2.0 gtk-x11-2.0 idn m pango-1.0 \
|
||||
pangocairo-1.0 pangoft2-1.0 png pthread ssl xml2 z
|
||||
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
|
||||
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo crypto \
|
||||
expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \
|
||||
glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0 \
|
||||
gtk-x11-2.0 idn m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
||||
pcre png pthread ssl xml2 z
|
||||
|
||||
MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION}/ \
|
||||
MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION:S/.0//}/ \
|
||||
http://humppa.nl/distfiles/gmpc/
|
||||
|
||||
MODULES= devel/gettext gcc3
|
||||
MODULES= devel/gettext gcc3 texproc/intltool
|
||||
|
||||
MODGCC3_ARCHES= sparc
|
||||
MODGCC3_LANGS= c
|
||||
@ -40,8 +39,10 @@ BUILD_DEPENDS= ::textproc/p5-XML-Parser
|
||||
RUN_DEPENDS= ::x11/hicolor-icon-theme
|
||||
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include"
|
||||
CONFIGURE_ARGS+= --enable-configdir \
|
||||
--enable-artist-browser
|
||||
|
||||
LIB_DEPENDS= mpd:libmpd->=0.14:audio/libmpd \
|
||||
LIB_DEPENDS= mpd.>=2::audio/libmpd \
|
||||
glade-2.0::devel/libglade2 \
|
||||
curl::net/curl
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gmpc-0.15.1.tar.gz) = kQMVIuV2uQfoiO4FCaa8EA==
|
||||
RMD160 (gmpc-0.15.1.tar.gz) = VF/gZ9adSgixiVLJw9ks8QMSRIw=
|
||||
SHA1 (gmpc-0.15.1.tar.gz) = ouje4FP1FUXFQG92oN12ajTXYQU=
|
||||
SHA256 (gmpc-0.15.1.tar.gz) = lS+TGZJPS0vydUKyf/TnDGpm/zLKi613CRsyKM9t/OE=
|
||||
SIZE (gmpc-0.15.1.tar.gz) = 765419
|
||||
MD5 (gmpc-0.15.5.0.tar.gz) = jQTY8brWY9A3sQfRhF1i5g==
|
||||
RMD160 (gmpc-0.15.5.0.tar.gz) = X3+LSAnMbjJIzQqZUdW15PGJdcw=
|
||||
SHA1 (gmpc-0.15.5.0.tar.gz) = OsB1XaIhWw0DdCfuUL6lXZU+JFQ=
|
||||
SHA256 (gmpc-0.15.5.0.tar.gz) = 2ZWpv80rIxO9eO+RsK93fP1fKRqtllq1B1HbP69ffnM=
|
||||
SIZE (gmpc-0.15.5.0.tar.gz) = 893886
|
||||
|
@ -1,14 +1,22 @@
|
||||
$OpenBSD: patch-po-POTFILES_in,v 1.3 2007/06/15 17:29:17 jasper Exp $
|
||||
--- po/POTFILES.in.orig Sun Jun 10 18:04:04 2007
|
||||
+++ po/POTFILES.in Fri Jun 15 19:26:34 2007
|
||||
@@ -30,10 +30,4 @@ src/browsers/playlist3-metadata-browser.c
|
||||
src/browsers/playlist3-tag-browser.c
|
||||
src/egg/eggcellrendererkeys.c
|
||||
src/egg/eggtrayicon.c
|
||||
-src/gob/gmpc-clicklabel.gob
|
||||
-src/gob/gmpc-mpddata-model.gob
|
||||
-src/gob/gmpc-connection.gob
|
||||
-src/gob/gmpc-mpddata-treeview.gob
|
||||
-src/gob/gmpc-metaimage.gob
|
||||
-src/gob/gmpc-profiles.gob
|
||||
$OpenBSD: patch-po-POTFILES_in,v 1.4 2007/12/15 13:11:22 landry Exp $
|
||||
--- po/POTFILES.in.orig Wed Dec 12 11:34:10 2007
|
||||
+++ po/POTFILES.in Wed Dec 12 11:36:01 2007
|
||||
@@ -42,18 +42,6 @@ src/egg/eggcellrendererkeys.c
|
||||
src/egg/eggaccelerators.c
|
||||
|
||||
|
||||
-# Gob files
|
||||
-src/gob/gmpc-mpddata-model.gob
|
||||
-src/gob/gmpc-mpddata-model-sort.gob
|
||||
-src/gob/gmpc-mpddata-treeview.gob
|
||||
-src/gob/gmpc-profiles.gob
|
||||
-src/gob/gmpc-meta-text-view.gob
|
||||
-src/gob/gmpc-metaimage.gob
|
||||
-src/gob/gmpc-clicklabel.gob
|
||||
-src/gob/gmpc-connection.gob
|
||||
-src/gob/gmpc-clicklabel.gob
|
||||
-src/gob/gmpc-meta-watcher.gob
|
||||
-
|
||||
#?
|
||||
src/qlib/qasyncqueue.c
|
||||
|
||||
|
6
audio/gmpc/pkg/MESSAGE
Normal file
6
audio/gmpc/pkg/MESSAGE
Normal file
@ -0,0 +1,6 @@
|
||||
For people upgrading from gmpc 0.15.1 or older, you will have to
|
||||
manually migrate your existing configuration:
|
||||
$mv ~/.gmpc ~/.config/gmpc
|
||||
$mv ~/.covers ~/.config/covers
|
||||
edit ~/.config/gmpc/gmpc.cfg, and adjust the path to profiles.cfg
|
||||
at line 'profile-file'.
|
@ -1,15 +1,21 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/05/26 15:10:51 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/12/15 13:11:22 landry Exp $
|
||||
bin/gmpc
|
||||
include/gmpc/
|
||||
include/gmpc/TreeSearchWidget.h
|
||||
include/gmpc/config1.h
|
||||
include/gmpc/gmpc-clicklabel.h
|
||||
include/gmpc/gmpc-connection.h
|
||||
include/gmpc/gmpc-meta-watcher.h
|
||||
include/gmpc/gmpc-metaimage.h
|
||||
include/gmpc/gmpc-mpddata-model-sort.h
|
||||
include/gmpc/gmpc-mpddata-model.h
|
||||
include/gmpc/gmpc-mpddata-treeview.h
|
||||
include/gmpc/gmpc-profiles.h
|
||||
include/gmpc/gmpc-signals.h
|
||||
include/gmpc/gmpc_easy_download.h
|
||||
include/gmpc/metadata.h
|
||||
include/gmpc/misc.h
|
||||
include/gmpc/playlist3-messages.h
|
||||
include/gmpc/plugin.h
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/gmpc.pc
|
||||
@ -36,6 +42,10 @@ share/gmpc/hicolor/16x16/actions/playlist-search-browser.png
|
||||
share/gmpc/hicolor/16x16/actions/tag-browser.png
|
||||
share/gmpc/hicolor/22x22/
|
||||
share/gmpc/hicolor/22x22/actions/
|
||||
share/gmpc/hicolor/22x22/actions/gmpc-tray-disconnected.png
|
||||
share/gmpc/hicolor/22x22/actions/gmpc-tray-pause.png
|
||||
share/gmpc/hicolor/22x22/actions/gmpc-tray-play.png
|
||||
share/gmpc/hicolor/22x22/actions/gmpc-tray.png
|
||||
share/gmpc/hicolor/22x22/actions/media-playlist.png
|
||||
share/gmpc/hicolor/32x32/
|
||||
share/gmpc/hicolor/32x32/actions/
|
||||
@ -49,6 +59,12 @@ share/gmpc/hicolor/48x48/actions/
|
||||
share/gmpc/hicolor/48x48/actions/media-playlist.png
|
||||
share/gmpc/hicolor/48x48/actions/media-tag.png
|
||||
share/gmpc/hicolor/48x48/actions/tag-browser.png
|
||||
share/gmpc/hicolor/scalable/
|
||||
share/gmpc/hicolor/scalable/actions/
|
||||
share/gmpc/hicolor/scalable/actions/gmpc-tray-disconnected.svg
|
||||
share/gmpc/hicolor/scalable/actions/gmpc-tray-pause.svg
|
||||
share/gmpc/hicolor/scalable/actions/gmpc-tray-play.svg
|
||||
share/gmpc/hicolor/scalable/actions/gmpc-tray.svg
|
||||
share/gmpc/media-album.png
|
||||
share/gmpc/media-artist.png
|
||||
share/gmpc/media-audiofile.png
|
||||
@ -58,6 +74,10 @@ share/gmpc/playlist3.glade
|
||||
share/locale/de/LC_MESSAGES/gmpc.mo
|
||||
share/locale/fr/LC_MESSAGES/gmpc.mo
|
||||
share/locale/gl/LC_MESSAGES/gmpc.mo
|
||||
share/locale/it/LC_MESSAGES/gmpc.mo
|
||||
share/locale/nb_NO/
|
||||
share/locale/nb_NO/LC_MESSAGES/
|
||||
share/locale/nb_NO/LC_MESSAGES/gmpc.mo
|
||||
share/locale/nl/LC_MESSAGES/gmpc.mo
|
||||
share/locale/pl/LC_MESSAGES/gmpc.mo
|
||||
share/locale/ru/LC_MESSAGES/gmpc.mo
|
||||
|
Loading…
Reference in New Issue
Block a user