diff options
author | oliver <oliver@FreeBSD.org> | 2012-05-11 22:33:48 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2012-05-11 22:33:48 +0800 |
commit | b6eead426253218dc593284f3f24b56b2217eac1 (patch) | |
tree | 5f064d9e76ad136d8a516c2c54fae0eea857d169 /audio | |
parent | 14898adaf3d34fdbc77006e95b74d7e8f12c07f8 (diff) | |
download | freebsd-ports-gnome-b6eead426253218dc593284f3f24b56b2217eac1.tar.gz freebsd-ports-gnome-b6eead426253218dc593284f3f24b56b2217eac1.tar.zst freebsd-ports-gnome-b6eead426253218dc593284f3f24b56b2217eac1.zip |
remove audacious support as my last multimedia/audacious
update renders this port BROKEN.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3splt-gtk/Makefile | 6 | ||||
-rw-r--r-- | audio/mp3splt-gtk/pkg-plist | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile index c61584331227..e6787cc4d857 100644 --- a/audio/mp3splt-gtk/Makefile +++ b/audio/mp3splt-gtk/Makefile @@ -6,14 +6,13 @@ PORTNAME= mp3splt-gtk PORTVERSION= 0.5.7a -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION} MAINTAINER= beyert@cs.ucr.edu COMMENT= Utility to split mp3 and ogg files (via GTK Interface) -BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious LIB_DEPENDS= mp3splt:${PORTSDIR}/audio/libmp3splt \ mad.2:${PORTSDIR}/audio/libmad \ ogg.7:${PORTSDIR}/audio/libogg \ @@ -22,10 +21,11 @@ LIB_DEPENDS= mp3splt:${PORTSDIR}/audio/libmp3splt \ USE_AUTOTOOLS= libltdl USE_GSTREAMER= yes +USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS+= --enable-audacious --with-mp3splt=${LOCALBASE} --with-mp3splt-includes=${LOCALBASE}/include --with-mp3splt-libraries=${LOCALBASE}/lib --disable-mp3splttest +CONFIGURE_ARGS+=--disable-audacious --with-mp3splt=${LOCALBASE} --with-mp3splt-includes=${LOCALBASE}/include --with-mp3splt-libraries=${LOCALBASE}/lib --disable-mp3splttest MAN1= mp3splt-gtk.1 diff --git a/audio/mp3splt-gtk/pkg-plist b/audio/mp3splt-gtk/pkg-plist index ef6718b5875b..1292d966cb1f 100644 --- a/audio/mp3splt-gtk/pkg-plist +++ b/audio/mp3splt-gtk/pkg-plist @@ -4,8 +4,8 @@ share/locale/de/LC_MESSAGES/mp3splt-gtk.mo share/locale/fr/LC_MESSAGES/mp3splt-gtk.mo share/pixmaps/mp3splt-gtk.png share/pixmaps/mp3splt-gtk_ico.png +@dirrmtry share/applications @dirrmtry share/locale/de/LC_MESSAGES @dirrmtry share/locale/de @dirrmtry share/locale/fr/LC_MESSAGES @dirrmtry share/locale/fr -@dirrmtry share/pixmaps |