Update to gmpc 0.17:
- switch to sourceforge MASTER_SITES - use system libsexy - remove now unneeded patch - Fix licence marker ok ajacoutot@ jasper@
This commit is contained in:
parent
d84b09bac7
commit
f27a25deb7
@ -1,17 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2008/10/28 13:33:16 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2009/01/30 22:47:08 landry Exp $
|
||||
|
||||
COMMENT= GNOME music player client
|
||||
|
||||
VERSION= 0.15.5.0
|
||||
VERSION= 0.17.0
|
||||
DISTNAME= gmpc-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
||||
HOMEPAGE= http://sarine.nl/gmpc
|
||||
HOMEPAGE= http://gmpcwiki.sarine.nl/
|
||||
|
||||
# GPL
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -19,12 +18,11 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
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 \
|
||||
gio-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 pixman-1 png pthread ssl xml2 z
|
||||
|
||||
MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION:S/.0//}/ \
|
||||
http://humppa.nl/distfiles/gmpc/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/}
|
||||
|
||||
MODULES= devel/gettext gcc3 textproc/intltool
|
||||
|
||||
@ -36,14 +34,17 @@ USE_X11= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
BUILD_DEPENDS= ::x11/gob2
|
||||
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||
|
||||
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include"
|
||||
CONFIGURE_ARGS+= --enable-configdir \
|
||||
--enable-artist-browser
|
||||
--enable-system-libsexy
|
||||
|
||||
LIB_DEPENDS= mpd.>=2::audio/libmpd \
|
||||
sexy::x11/libsexy \
|
||||
glade-2.0::devel/libglade2 \
|
||||
curl::net/curl
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
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
|
||||
MD5 (gmpc-0.17.0.tar.gz) = 3nHUy/oqY4bhYE4gGGa19w==
|
||||
RMD160 (gmpc-0.17.0.tar.gz) = WuFfgzwzPm/NR8fulxJ4L/FprjY=
|
||||
SHA1 (gmpc-0.17.0.tar.gz) = K01PM+M3RECTbpHdx5CpjP8T7xs=
|
||||
SHA256 (gmpc-0.17.0.tar.gz) = D7IazgS051qoKgsNOZPJsODtLotIy+7MCDz9L0/pBho=
|
||||
SIZE (gmpc-0.17.0.tar.gz) = 1041200
|
||||
|
@ -1,22 +0,0 @@
|
||||
$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
|
||||
|
@ -1,10 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/01/26 12:13:51 landry Exp $
|
||||
bin/gmpc
|
||||
@comment $OpenBSD: PLIST,v 1.7 2009/01/30 22:47:08 landry Exp $
|
||||
@bin bin/gmpc
|
||||
@bin bin/gmpc-remote
|
||||
bin/gmpc-remote-stream
|
||||
include/gmpc/
|
||||
include/gmpc/TreeSearchWidget.h
|
||||
include/gmpc/config1.h
|
||||
include/gmpc/gmpc-clicklabel.h
|
||||
include/gmpc/gmpc-connection.h
|
||||
include/gmpc/gmpc-idle.h
|
||||
include/gmpc/gmpc-meta-watcher.h
|
||||
include/gmpc/gmpc-metaimage.h
|
||||
include/gmpc/gmpc-mpddata-model-sort.h
|
||||
@ -19,69 +22,124 @@ include/gmpc/playlist3-messages.h
|
||||
include/gmpc/plugin.h
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/gmpc.pc
|
||||
share/applications/
|
||||
@man man/man1/gmpc-remote.1
|
||||
@man man/man1/gmpc.1
|
||||
share/applications/gmpc.desktop
|
||||
share/gmpc/
|
||||
share/gmpc/gmpc-add-url.png
|
||||
share/gmpc/gmpc-loading-cover.png
|
||||
share/gmpc/gmpc-no-cover.png
|
||||
share/gmpc/gmpc-tray-disconnected.png
|
||||
share/gmpc/gmpc-tray-pause.png
|
||||
share/gmpc/gmpc-tray-play.png
|
||||
share/gmpc/gmpc-tray.png
|
||||
share/gmpc/gmpc-volume.png
|
||||
share/gmpc/gmpc.glade
|
||||
share/gmpc/gmpc.png
|
||||
share/gmpc/hicolor/
|
||||
share/gmpc/hicolor/16x16/
|
||||
share/gmpc/hicolor/16x16/actions/
|
||||
share/gmpc/hicolor/16x16/actions/media-playlist.png
|
||||
share/gmpc/hicolor/16x16/actions/media-tag.png
|
||||
share/gmpc/hicolor/16x16/actions/playlist-browser.png
|
||||
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/
|
||||
share/gmpc/hicolor/32x32/actions/media-playlist.png
|
||||
share/gmpc/hicolor/32x32/actions/media-tag.png
|
||||
share/gmpc/hicolor/32x32/actions/playlist-browser.png
|
||||
share/gmpc/hicolor/32x32/actions/playlist-search-browser.png
|
||||
share/gmpc/hicolor/32x32/actions/tag-browser.png
|
||||
share/gmpc/hicolor/48x48/
|
||||
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
|
||||
share/gmpc/media-playback-start.png
|
||||
share/gmpc/media-stream.png
|
||||
share/gmpc/icons/
|
||||
share/gmpc/icons/gmpc-add-url.png
|
||||
share/gmpc/icons/gmpc-loading-cover.png
|
||||
share/gmpc/icons/gmpc-no-cover.png
|
||||
share/gmpc/icons/hicolor/
|
||||
share/gmpc/icons/hicolor/16x16/
|
||||
share/gmpc/icons/hicolor/16x16/actions/
|
||||
share/gmpc/icons/hicolor/16x16/actions/media-playlist.png
|
||||
share/gmpc/icons/hicolor/16x16/actions/media-tag.png
|
||||
share/gmpc/icons/hicolor/16x16/actions/playlist-browser.png
|
||||
share/gmpc/icons/hicolor/16x16/actions/playlist-search-browser.png
|
||||
share/gmpc/icons/hicolor/16x16/actions/tag-browser.png
|
||||
share/gmpc/icons/hicolor/16x16/apps/
|
||||
share/gmpc/icons/hicolor/16x16/apps/gmpc.png
|
||||
share/gmpc/icons/hicolor/16x16/status/
|
||||
share/gmpc/icons/hicolor/16x16/status/audio-volume-high.png
|
||||
share/gmpc/icons/hicolor/16x16/status/audio-volume-low.png
|
||||
share/gmpc/icons/hicolor/16x16/status/audio-volume-medium.png
|
||||
share/gmpc/icons/hicolor/16x16/status/audio-volume-muted.png
|
||||
share/gmpc/icons/hicolor/16x16/status/gmpc-tray-disconnected.png
|
||||
share/gmpc/icons/hicolor/16x16/status/gmpc-tray-pause.png
|
||||
share/gmpc/icons/hicolor/16x16/status/gmpc-tray-play.png
|
||||
share/gmpc/icons/hicolor/16x16/status/gmpc-tray.png
|
||||
share/gmpc/icons/hicolor/22x22/
|
||||
share/gmpc/icons/hicolor/22x22/actions/
|
||||
share/gmpc/icons/hicolor/22x22/actions/media-playlist.png
|
||||
share/gmpc/icons/hicolor/22x22/apps/
|
||||
share/gmpc/icons/hicolor/22x22/apps/gmpc.png
|
||||
share/gmpc/icons/hicolor/22x22/status/
|
||||
share/gmpc/icons/hicolor/22x22/status/audio-volume-high.png
|
||||
share/gmpc/icons/hicolor/22x22/status/audio-volume-low.png
|
||||
share/gmpc/icons/hicolor/22x22/status/audio-volume-medium.png
|
||||
share/gmpc/icons/hicolor/22x22/status/audio-volume-muted.png
|
||||
share/gmpc/icons/hicolor/22x22/status/gmpc-tray-disconnected.png
|
||||
share/gmpc/icons/hicolor/22x22/status/gmpc-tray-pause.png
|
||||
share/gmpc/icons/hicolor/22x22/status/gmpc-tray-play.png
|
||||
share/gmpc/icons/hicolor/22x22/status/gmpc-tray.png
|
||||
share/gmpc/icons/hicolor/32x32/
|
||||
share/gmpc/icons/hicolor/32x32/actions/
|
||||
share/gmpc/icons/hicolor/32x32/actions/media-playlist.png
|
||||
share/gmpc/icons/hicolor/32x32/actions/media-tag.png
|
||||
share/gmpc/icons/hicolor/32x32/actions/playlist-browser.png
|
||||
share/gmpc/icons/hicolor/32x32/actions/playlist-search-browser.png
|
||||
share/gmpc/icons/hicolor/32x32/actions/tag-browser.png
|
||||
share/gmpc/icons/hicolor/32x32/apps/
|
||||
share/gmpc/icons/hicolor/32x32/apps/gmpc.png
|
||||
share/gmpc/icons/hicolor/32x32/status/
|
||||
share/gmpc/icons/hicolor/32x32/status/audio-volume-high.png
|
||||
share/gmpc/icons/hicolor/32x32/status/audio-volume-low.png
|
||||
share/gmpc/icons/hicolor/32x32/status/audio-volume-medium.png
|
||||
share/gmpc/icons/hicolor/32x32/status/audio-volume-muted.png
|
||||
share/gmpc/icons/hicolor/48x48/
|
||||
share/gmpc/icons/hicolor/48x48/actions/
|
||||
share/gmpc/icons/hicolor/48x48/actions/media-playlist.png
|
||||
share/gmpc/icons/hicolor/48x48/actions/media-tag.png
|
||||
share/gmpc/icons/hicolor/48x48/actions/tag-browser.png
|
||||
share/gmpc/icons/hicolor/48x48/apps/
|
||||
share/gmpc/icons/hicolor/48x48/apps/gmpc.png
|
||||
share/gmpc/icons/hicolor/scalable/
|
||||
share/gmpc/icons/hicolor/scalable/actions/
|
||||
share/gmpc/icons/hicolor/scalable/apps/
|
||||
share/gmpc/icons/hicolor/scalable/apps/gmpc.svg
|
||||
share/gmpc/icons/hicolor/scalable/status/
|
||||
share/gmpc/icons/hicolor/scalable/status/audio-volume-high.svg
|
||||
share/gmpc/icons/hicolor/scalable/status/audio-volume-low.svg
|
||||
share/gmpc/icons/hicolor/scalable/status/audio-volume-medium.svg
|
||||
share/gmpc/icons/hicolor/scalable/status/audio-volume-muted.svg
|
||||
share/gmpc/icons/hicolor/scalable/status/gmpc-tray-disconnected.svg
|
||||
share/gmpc/icons/hicolor/scalable/status/gmpc-tray-pause.svg
|
||||
share/gmpc/icons/hicolor/scalable/status/gmpc-tray-play.svg
|
||||
share/gmpc/icons/hicolor/scalable/status/gmpc-tray.svg
|
||||
share/gmpc/icons/media-album.png
|
||||
share/gmpc/icons/media-artist.png
|
||||
share/gmpc/icons/media-audiofile.png
|
||||
share/gmpc/icons/media-playback-start.png
|
||||
share/gmpc/icons/media-stream.png
|
||||
share/gmpc/icons/mpdBrowser_case.png
|
||||
share/gmpc/playlist3.glade
|
||||
share/icons/
|
||||
share/icons/hicolor/
|
||||
share/icons/hicolor/16x16/
|
||||
share/icons/hicolor/16x16/apps/
|
||||
share/icons/hicolor/16x16/apps/gmpc.png
|
||||
share/icons/hicolor/22x22/
|
||||
share/icons/hicolor/22x22/apps/
|
||||
share/icons/hicolor/22x22/apps/gmpc.png
|
||||
share/icons/hicolor/32x32/
|
||||
share/icons/hicolor/32x32/apps/
|
||||
share/icons/hicolor/32x32/apps/gmpc.png
|
||||
share/icons/hicolor/48x48/
|
||||
share/icons/hicolor/48x48/apps/
|
||||
share/icons/hicolor/48x48/apps/gmpc.png
|
||||
share/icons/hicolor/scalable/
|
||||
share/icons/hicolor/scalable/apps/
|
||||
share/icons/hicolor/scalable/apps/gmpc.svg
|
||||
share/locale/bg/LC_MESSAGES/gmpc.mo
|
||||
share/locale/cs/LC_MESSAGES/gmpc.mo
|
||||
share/locale/de/LC_MESSAGES/gmpc.mo
|
||||
share/locale/es/LC_MESSAGES/gmpc.mo
|
||||
share/locale/fr/LC_MESSAGES/gmpc.mo
|
||||
share/locale/gl/LC_MESSAGES/gmpc.mo
|
||||
share/locale/he/LC_MESSAGES/gmpc.mo
|
||||
share/locale/hu/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/nb/LC_MESSAGES/gmpc.mo
|
||||
share/locale/nl/LC_MESSAGES/gmpc.mo
|
||||
share/locale/pl/LC_MESSAGES/gmpc.mo
|
||||
share/locale/ro/LC_MESSAGES/gmpc.mo
|
||||
share/locale/ru/LC_MESSAGES/gmpc.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/gmpc.png
|
||||
share/locale/sv/LC_MESSAGES/gmpc.mo
|
||||
share/locale/tr/LC_MESSAGES/gmpc.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gmpc.mo
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user