Update to upstream version 3.9
PR: 222604 Submitted by: duchateau.olivier@gmail.com
This commit is contained in:
parent
cd9a35c70b
commit
ddd06fa65e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450992
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= audacious-plugins
|
||||
PORTVERSION= 3.8.2
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 3.9
|
||||
CATEGORIES= multimedia audio
|
||||
MASTER_SITES= http://distfiles.audacious-media-player.org/
|
||||
|
||||
@ -21,9 +20,9 @@ RUN_DEPENDS= audacious:multimedia/audacious
|
||||
|
||||
CONFLICTS_INSTALL= audacious-plugins-gtk3-3.*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= compiler:c++11-lib gettext-tools gmake iconv \
|
||||
localbase pkgconfig tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= gtk20 glib20 libxml2 cairo gdkpixbuf2
|
||||
USE_XORG= x11
|
||||
@ -37,7 +36,7 @@ OPTIONS_DEFINE= AAC ALSA AMIDI AOSD BS2B CDDA CUE FFMPEG \
|
||||
OPENGL OSS PULSEAUDIO SAMPLERATE SCROBBLER SDL SID SNDFILE \
|
||||
SPEEDPITCH VORBIS WAVPACK
|
||||
OPTIONS_DEFAULT= AAC AOSD CDDA CUE FFMPEG FLAC MP3 \
|
||||
MMS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK
|
||||
MMS MPRIS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK
|
||||
|
||||
AAC_LIB_DEPENDS= libfaad.so:audio/faad
|
||||
AAC_CONFIGURE_OFF= --disable-aac
|
||||
@ -120,6 +119,8 @@ MPRIS_DESC= NPRIS plugin
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's| $${MFLAGS}||g' \
|
||||
${WRKSRC}/buildsys.mk.in
|
||||
${FIND} ${WRKSRC} -type f -name 'Makefile' \
|
||||
| ${XARGS} ${REINPLACE_CMD} -e 's| -Wno-bool-operation||'
|
||||
|
||||
post-install:
|
||||
@${FIND} ${STAGEDIR}${PREFIX}/lib/audacious/ -name "*.so" \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1485798334
|
||||
SHA256 (audacious-plugins-3.8.2.tar.bz2) = d7cefca7a0e32bf4e58bb6e84df157268b5e9a6771a0e8c2da98b03f92a5fdd4
|
||||
SIZE (audacious-plugins-3.8.2.tar.bz2) = 1821558
|
||||
TIMESTAMP = 1506363579
|
||||
SHA256 (audacious-plugins-3.9.tar.bz2) = 8bf7f21089cb3406968cc9c71307774aee7100ec4607f28f63cf5690d5c927b8
|
||||
SIZE (audacious-plugins-3.9.tar.bz2) = 1843084
|
||||
|
Loading…
Reference in New Issue
Block a user