mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.15.1
PR: 116184 Submitted by: Mathias Monnerville <mathias@monnerville.com> (maintainer)
This commit is contained in:
parent
ecd72ec807
commit
f0b7d49177
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199538
3 changed files with 47 additions and 51 deletions
|
@ -6,10 +6,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gmpc
|
PORTNAME= gmpc
|
||||||
PORTVERSION= 0.15.0
|
PORTVERSION= 0.15.1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= http://download.sarine.nl/gmpc-0.15.0/ \
|
MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION}/ \
|
||||||
http://download.gna.org/kanicule/freebsd/distfiles/
|
http://download.gna.org/kanicule/freebsd/distfiles/
|
||||||
|
|
||||||
MAINTAINER= mathias@monnerville.com
|
MAINTAINER= mathias@monnerville.com
|
||||||
|
@ -20,7 +20,7 @@ LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_GNOME= libglade2 gnomevfs2
|
USE_GNOME= libglade2 gnomevfs2 gnomehack
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
|
@ -43,8 +43,4 @@ CONFIGURE_ARGS+= --disable-mmkeys
|
||||||
CONFIGURE_ARGS+= --disable-trayicon
|
CONFIGURE_ARGS+= --disable-trayicon
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,g' \
|
|
||||||
${WRKSRC}/data/Makefile.in
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (gmpc-0.15.0.tar.gz) = 00fc95f8f67a2d9c7b7d3bf58299148c
|
MD5 (gmpc-0.15.1.tar.gz) = 91031522e576b907e888ee0509a6bc10
|
||||||
SHA256 (gmpc-0.15.0.tar.gz) = 4d0da17757e01ec66dfaa92966344db701195f5e191bdd58420070273380804e
|
SHA256 (gmpc-0.15.1.tar.gz) = 952f9319924f4b4bf27542b27ff4e70c6a66ff32ca8bad77091b3228cf6dfce1
|
||||||
SIZE (gmpc-0.15.0.tar.gz) = 764372
|
SIZE (gmpc-0.15.1.tar.gz) = 765419
|
||||||
|
|
|
@ -11,36 +11,36 @@ include/gmpc/metadata.h
|
||||||
include/gmpc/plugin.h
|
include/gmpc/plugin.h
|
||||||
libdata/pkgconfig/gmpc.pc
|
libdata/pkgconfig/gmpc.pc
|
||||||
share/applications/gmpc.desktop
|
share/applications/gmpc.desktop
|
||||||
share/gmpc/gmpc-add-url.png
|
%%DATADIR%%/gmpc-add-url.png
|
||||||
share/gmpc/gmpc-loading-cover.png
|
%%DATADIR%%/gmpc-loading-cover.png
|
||||||
share/gmpc/gmpc-no-cover.png
|
%%DATADIR%%/gmpc-no-cover.png
|
||||||
share/gmpc/gmpc-tray-disconnected.png
|
%%DATADIR%%/gmpc-tray-disconnected.png
|
||||||
share/gmpc/gmpc-tray-pause.png
|
%%DATADIR%%/gmpc-tray-pause.png
|
||||||
share/gmpc/gmpc-tray-play.png
|
%%DATADIR%%/gmpc-tray-play.png
|
||||||
share/gmpc/gmpc-tray.png
|
%%DATADIR%%/gmpc-tray.png
|
||||||
share/gmpc/gmpc-volume.png
|
%%DATADIR%%/gmpc-volume.png
|
||||||
share/gmpc/gmpc.glade
|
%%DATADIR%%/gmpc.glade
|
||||||
share/gmpc/gmpc.png
|
%%DATADIR%%/gmpc.png
|
||||||
share/gmpc/hicolor/16x16/actions/media-playlist.png
|
%%DATADIR%%/hicolor/16x16/actions/media-playlist.png
|
||||||
share/gmpc/hicolor/16x16/actions/media-tag.png
|
%%DATADIR%%/hicolor/16x16/actions/media-tag.png
|
||||||
share/gmpc/hicolor/16x16/actions/playlist-browser.png
|
%%DATADIR%%/hicolor/16x16/actions/playlist-browser.png
|
||||||
share/gmpc/hicolor/16x16/actions/playlist-search-browser.png
|
%%DATADIR%%/hicolor/16x16/actions/playlist-search-browser.png
|
||||||
share/gmpc/hicolor/16x16/actions/tag-browser.png
|
%%DATADIR%%/hicolor/16x16/actions/tag-browser.png
|
||||||
share/gmpc/hicolor/22x22/actions/media-playlist.png
|
%%DATADIR%%/hicolor/22x22/actions/media-playlist.png
|
||||||
share/gmpc/hicolor/32x32/actions/media-playlist.png
|
%%DATADIR%%/hicolor/32x32/actions/media-playlist.png
|
||||||
share/gmpc/hicolor/32x32/actions/media-tag.png
|
%%DATADIR%%/hicolor/32x32/actions/media-tag.png
|
||||||
share/gmpc/hicolor/32x32/actions/playlist-browser.png
|
%%DATADIR%%/hicolor/32x32/actions/playlist-browser.png
|
||||||
share/gmpc/hicolor/32x32/actions/playlist-search-browser.png
|
%%DATADIR%%/hicolor/32x32/actions/playlist-search-browser.png
|
||||||
share/gmpc/hicolor/32x32/actions/tag-browser.png
|
%%DATADIR%%/hicolor/32x32/actions/tag-browser.png
|
||||||
share/gmpc/hicolor/48x48/actions/media-playlist.png
|
%%DATADIR%%/hicolor/48x48/actions/media-playlist.png
|
||||||
share/gmpc/hicolor/48x48/actions/media-tag.png
|
%%DATADIR%%/hicolor/48x48/actions/media-tag.png
|
||||||
share/gmpc/hicolor/48x48/actions/tag-browser.png
|
%%DATADIR%%/hicolor/48x48/actions/tag-browser.png
|
||||||
share/gmpc/media-album.png
|
%%DATADIR%%/media-album.png
|
||||||
share/gmpc/media-artist.png
|
%%DATADIR%%/media-artist.png
|
||||||
share/gmpc/media-audiofile.png
|
%%DATADIR%%/media-audiofile.png
|
||||||
share/gmpc/media-playback-start.png
|
%%DATADIR%%/media-playback-start.png
|
||||||
share/gmpc/media-stream.png
|
%%DATADIR%%/media-stream.png
|
||||||
share/gmpc/playlist3.glade
|
%%DATADIR%%/playlist3.glade
|
||||||
share/locale/de/LC_MESSAGES/gmpc.mo
|
share/locale/de/LC_MESSAGES/gmpc.mo
|
||||||
share/locale/fr/LC_MESSAGES/gmpc.mo
|
share/locale/fr/LC_MESSAGES/gmpc.mo
|
||||||
share/locale/gl/LC_MESSAGES/gmpc.mo
|
share/locale/gl/LC_MESSAGES/gmpc.mo
|
||||||
|
@ -48,15 +48,15 @@ share/locale/nl/LC_MESSAGES/gmpc.mo
|
||||||
share/locale/pl/LC_MESSAGES/gmpc.mo
|
share/locale/pl/LC_MESSAGES/gmpc.mo
|
||||||
share/locale/ru/LC_MESSAGES/gmpc.mo
|
share/locale/ru/LC_MESSAGES/gmpc.mo
|
||||||
share/pixmaps/gmpc.png
|
share/pixmaps/gmpc.png
|
||||||
@dirrm share/gmpc/hicolor/48x48/actions
|
@dirrmtry %%DATADIR%%/hicolor/48x48/actions
|
||||||
@dirrm share/gmpc/hicolor/48x48
|
@dirrmtry %%DATADIR%%/hicolor/48x48
|
||||||
@dirrm share/gmpc/hicolor/32x32/actions
|
@dirrmtry %%DATADIR%%/hicolor/32x32/actions
|
||||||
@dirrm share/gmpc/hicolor/32x32
|
@dirrmtry %%DATADIR%%/hicolor/32x32
|
||||||
@dirrm share/gmpc/hicolor/22x22/actions
|
@dirrmtry %%DATADIR%%/hicolor/22x22/actions
|
||||||
@dirrm share/gmpc/hicolor/22x22
|
@dirrmtry %%DATADIR%%/hicolor/22x22
|
||||||
@dirrm share/gmpc/hicolor/16x16/actions
|
@dirrmtry %%DATADIR%%/hicolor/16x16/actions
|
||||||
@dirrm share/gmpc/hicolor/16x16
|
@dirrmtry %%DATADIR%%/hicolor/16x16
|
||||||
@dirrm share/gmpc/hicolor
|
@dirrmtry %%DATADIR%%/hicolor
|
||||||
@dirrm include/gmpc
|
@dirrm %%DATADIR%%
|
||||||
@dirrm share/gmpc
|
|
||||||
@dirrmtry share/applications
|
@dirrmtry share/applications
|
||||||
|
@dirrm include/gmpc
|
||||||
|
|
Loading…
Add table
Reference in a new issue