remove audacious support as my last multimedia/audacious
update renders this port BROKEN.
This commit is contained in:
parent
02db37afe6
commit
fc39a05f6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296431
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user