diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-25 23:46:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-25 23:46:27 +0000 |
commit | a4aefba45b1778309ffcc8440c5d14879ee1fd6f (patch) | |
tree | fe65d882139e5d04a64964441739697943e9c3c8 /audio | |
parent | 169ea802e626e4119468b979ee59ca1e14440d75 (diff) | |
download | ports-a4aefba45b1778309ffcc8440c5d14879ee1fd6f.tar.gz ports-a4aefba45b1778309ffcc8440c5d14879ee1fd6f.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/goobox/Makefile | 18 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 2 | ||||
-rw-r--r-- | audio/sound-juicer/Makefile | 6 | ||||
-rw-r--r-- | audio/sound-juicer/pkg-plist | 2 |
4 files changed, 10 insertions, 18 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index be3729d88203..3e0037d8e13a 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -4,7 +4,7 @@ PORTNAME= goobox PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -20,28 +20,22 @@ LIB_DEPENDS= libdiscid.so:${PORTSDIR}/audio/libdiscid \ RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme USE_XORG= x11 -USES= gettext gmake pkgconfig -USE_BZIP2= yes -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 desktopfileutils +USES= gettext gmake desktop-file-utils pathfix pkgconfig tar:bzip2 +USE_GNOME= gnomeprefix intlhack gtk20 gconf2 USE_GSTREAMER= cdparanoia gconf core gio GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GCONF_SCHEMAS= goobox.schemas OPTIONS_DEFINE= NOTIFY OPTIONS_DEFAULT=NOTIFY -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+=--enable-notification -.else -CONFIGURE_ARGS+=--disable-notification -.endif +NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify +NOTIFY_CONFIGURE_ENABLE= notification .include <bsd.port.mk> diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index aecf7e16db9c..64b131c5a8e6 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -4,7 +4,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.12.8 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 2dba284fc16d..8d81c541e62b 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -4,7 +4,7 @@ PORTNAME= sound-juicer PORTVERSION= 2.32.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -20,8 +20,7 @@ LIB_DEPENDS= libmusicbrainz3.so:${PORTSDIR}/audio/libmusicbrainz3 \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libbrasero-media.so:${PORTSDIR}/sysutils/brasero -USE_BZIP2= yes -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:bzip2 desktop-file-utils INSTALLS_OMF= yes USE_GNOME= intlhack gnomeprefix gconf2 libglade2 gnomedocutils USE_GSTREAMER= cdparanoia vorbis flac gconf good gio @@ -30,6 +29,7 @@ CONFIGURE_ARGS= --enable-ignore-missing-cd INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GCONF_SCHEMAS= sound-juicer.schemas diff --git a/audio/sound-juicer/pkg-plist b/audio/sound-juicer/pkg-plist index 774f610d3dad..e36ba4d9d8fe 100644 --- a/audio/sound-juicer/pkg-plist +++ b/audio/sound-juicer/pkg-plist @@ -224,8 +224,6 @@ share/omf/sound-juicer/sound-juicer-zh_CN.omf @dirrm share/gnome/help/sound-juicer/C/figures @dirrm share/gnome/help/sound-juicer/C @dirrm share/gnome/help/sound-juicer -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/xh/LC_MESSAGES |