Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2016 12:46:36 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422606 - in head/multimedia: . audacious-plugins audacious-plugins-gtk3 audacious-plugins/files
Message-ID:  <201609221246.u8MCka8d001036@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Thu Sep 22 12:46:36 2016
New Revision: 422606
URL: https://svnweb.freebsd.org/changeset/ports/422606

Log:
  - Update to 3.8
  - Adjust dependencies (reported by QA script)
  - Replace LDFLAGS and LDFLAGS by USES= localbase
  - Remove TOOLKITS (delete all reference to QT5) and AOSDXCOMP options
  
  Add multimedia/audacious-plugins-gtk3 port

Added:
  head/multimedia/audacious-plugins-gtk3/
  head/multimedia/audacious-plugins-gtk3/Makefile
     - copied, changed from r422604, head/multimedia/audacious-plugins/Makefile
  head/multimedia/audacious-plugins-gtk3/distinfo
     - copied, changed from r422604, head/multimedia/audacious-plugins/distinfo
  head/multimedia/audacious-plugins/files/patch-buildsys.mk.in   (contents, props changed)
Modified:
  head/multimedia/Makefile
  head/multimedia/audacious-plugins/Makefile
  head/multimedia/audacious-plugins/distinfo
  head/multimedia/audacious-plugins/pkg-plist

Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile	Thu Sep 22 12:45:10 2016	(r422605)
+++ head/multimedia/Makefile	Thu Sep 22 12:46:36 2016	(r422606)
@@ -14,6 +14,7 @@
     SUBDIR += audacious
     SUBDIR += audacious-gtk3
     SUBDIR += audacious-plugins
+    SUBDIR += audacious-plugins-gtk3
     SUBDIR += audiopreview
     SUBDIR += avbin
     SUBDIR += avidemux

Copied and modified: head/multimedia/audacious-plugins-gtk3/Makefile (from r422604, head/multimedia/audacious-plugins/Makefile)
==============================================================================
--- head/multimedia/audacious-plugins/Makefile	Thu Sep 22 12:38:57 2016	(r422604, copy source)
+++ head/multimedia/audacious-plugins-gtk3/Makefile	Thu Sep 22 12:46:36 2016	(r422606)
@@ -2,36 +2,46 @@
 # $FreeBSD$
 
 PORTNAME=	audacious-plugins
-PORTVERSION=	3.7.2
-PORTREVISION=	2
+PORTVERSION=	3.8
+DISTVERSIONSUFFIX=	-gtk3
 CATEGORIES=	multimedia audio
 MASTER_SITES=	http://distfiles.audacious-media-player.org/
+PKGNAMESUFFIX=	${DISTVERSIONSUFFIX}
 
 MAINTAINER=	olivierd@FreeBSD.org
-COMMENT=	Plugins needed for audacious
+COMMENT=	Plugins needed for audacious-gtk3
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	audacious:multimedia/audacious
+BUILD_DEPENDS=	audacious:multimedia/audacious-gtk3
+LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
+	libdbus-1.so:devel/dbus \
+	libfontconfig.so:x11-fonts/fontconfig \
+	libfreetype.so:print/freetype2
+RUN_DEPENDS=	audacious:multimedia/audacious-gtk3
+
+CONFLICTS_INSTALL=	audacious-plugins-3.*
+
+MASTERDIR=	${.CURDIR}/../audacious-plugins
+DISTINFO_FILE=	${.CURDIR}/distinfo
 
 GNU_CONFIGURE=	yes
-USES=		compiler:c++11-lib gettext-tools gmake pkgconfig tar:bzip2
+USES=		compiler:c++11-lib execinfo gettext-tools gmake iconv \
+	localbase pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
-LDFLAGS+=	-L${LOCALBASE}/lib
-CFLAGS+=	-I${LOCALBASE}/include
-USE_GNOME=	glib20 libxml2
-
-CONFIGURE_ARGS+=--disable-console --disable-sndio --disable-soxr
-
-OPTIONS_MULTI=	TOOLKITS
-OPTIONS_MULTI_TOOLKITS=	GTK2 QT5
-OPTIONS_EXCLUDE=	QT5
-OPTIONS_DEFINE=	AAC ALSA AMIDI AOSD AOSDXCOMP BS2B CDDA CUE DBUS FFMPEG \
+USE_GNOME=	gtk30 glib20 libxml2 cairo gdkpixbuf2
+USE_XORG=	x11
+
+CONFIGURE_ARGS+=--disable-console --disable-sndio --disable-soxr \
+	--enable-gnomeshortcuts \
+	--enable-gtk --enable-filewriter --enable-hotkey
+
+OPTIONS_DEFINE=	AAC ALSA AMIDI AOSD BS2B CDDA CUE FFMPEG \
 		FLAC JACK LAME LIRC MP3 MMS MODPLUG MPRIS NEON NLS NOTIFY \
 		OPENGL OSS PULSEAUDIO SAMPLERATE SCROBBLER SDL SID SNDFILE \
 		SPEEDPITCH VORBIS WAVPACK
-OPTIONS_DEFAULT=	AAC AOSD AOSDXCOMP CDDA CUE DBUS FFMPEG FLAC GTK2 \
-		MP3 MMS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK
+OPTIONS_DEFAULT=	AAC AOSD CDDA CUE FFMPEG FLAC MP3 \
+		MMS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK
 
 AAC_LIB_DEPENDS=	libfaad.so:audio/faad
 AAC_CONFIGURE_OFF=	--disable-aac
@@ -40,29 +50,22 @@ ALSA_CONFIGURE_OFF=	--disable-alsa
 AMIDI_LIB_DEPENDS=	libfluidsynth.so:audio/fluidsynth
 AMIDI_CONFIGURE_OFF=	--disable-amidiplug
 AOSD_USE=	gnome=pango
+AOSD_USE=	xorg=xrender
+AOSD_LIB_DEPENDS=	libXcomposite.so:x11/libXcomposite
 AOSD_CONFIGURE_ENABLE=	aosd
-AOSD_IMPLIES=	GTK2
-AOSDXCOMP_LIB_DEPENDS=	libXcomposite.so:x11/libXcomposite
-AOSDXCOMP_CONFIGURE_ENABLE=	aosd-xcomp
-AOSDXCOMP_IMPLIES=	AOSD
 BS2B_LIB_DEPENDS=	libbs2b.so:audio/libbs2b
 BS2B_CONFIGURE_OFF=	--disable-bs2b
 CDDA_LIB_DEPENDS=	libcdio_cdda.so:sysutils/libcdio-paranoia \
-	libcddb.so:audio/libcddb
+	libcddb.so:audio/libcddb \
+	libcdio.so:sysutils/libcdio
 CDDA_CONFIGURE_OFF=	--disable-cdaudio
 CUE_LIB_DEPENDS=	libcue.so:textproc/libcue
 CUE_CONFIGURE_OFF=	--disable-cue
-DBUS_LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib
-DBUS_CONFIGURE_ENABLE=	gnomeshortcuts
 FFMPEG_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
 FFMPEG_CONFIGURE_WITH=	ffmpeg=ffmpeg
 FLAC_LIB_DEPENDS=	libFLAC.so:audio/flac
-FLAC_CONFIGURE_ON=	--enable-flacng --enable-filewriter_flac
-FLAC_CONFIGURE_OFF=	--disable-flacng --disable-filewriter_flac
-GTK2_USE=	gnome=gtk20
-GTK2_CONFIGURE_ON=	--enable-gtk --enable-filewriter --enable-hotkey
-GTK2_CONFIGURE_OFF=	--disable-gtk --disable-filewriter --disable-hotkey
-GTK2_IMPLIES=	DBUS
+FLAC_CONFIGURE_ON=	--enable-flac --enable-filewriter
+FLAC_CONFIGURE_OFF=	--disable-flac --disable-filewriter
 JACK_LIB_DEPENDS=	libjack.so:audio/jack \
 	libsamplerate.so:audio/libsamplerate
 JACK_CONFIGURE_OFF=	--disable-jack
@@ -77,7 +80,6 @@ MMS_CONFIGURE_OFF=	--disable-mms
 MODPLUG_LIB_DEPENDS=	libmodplug.so:audio/libmodplug
 MODPLUG_CONFIGURE_OFF=	--disable-modplug
 MPRIS_CONFIGURE_ENABLE=	mpris2
-MPRIS_IMPLIES=	DBUS
 NEON_LIB_DEPENDS=	libneon.so:www/neon
 NEON_CONFIGURE_OFF=	--disable-neon
 NLS_USES=	gettext-runtime
@@ -85,22 +87,15 @@ NLS_CONFIGURE_OFF=	--disable-nls
 NLS_EXTRA_PATCHES_OFF=	${FILESDIR}/extra-patch-Makefile
 NOTIFY_LIB_DEPENDS=	libnotify.so:devel/libnotify
 NOTIFY_CONFIGURE_ENABLE=	notify
-NOTIFY_IMPLIES=	GTK2
 OPENGL_USE=	xorg=x11 gl=gl
 OPENGL_CONFIGURE_ENABLE=	glspectrum
-OPENGL_IMPLIES=	GTK2
 OSS_CONFIGURE_ENABLE=	oss4
 PULSEAUDIO_LIB_DEPENDS=	libpulse-mainloop-glib.so:audio/pulseaudio
 PULSEAUDIO_CONFIGURE_OFF=	--disable-pulse
-PULSEAUDIO_IMPLIES=	DBUS
-QT5_USE=	qt5=multimedia,opengl
-QT5_CONFIGURE_ENABLE=	qt
-QT5_CONFIGURE_OFF=	--disable-qtaudio
 SAMPLERATE_LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate
 SAMPLERATE_CONFIGURE_OFF=	--disable-resample
 SCROBBLER_LIB_DEPENDS=	libcurl.so:ftp/curl
 SCROBBLER_CONFIGURE_OFF=	--disable-scrobbler2
-SCROBBLER_IMPLIES=	GTK2
 SDL_LIB_DEPENDS=	libSDL2.so:devel/sdl20
 SDL_CONFIGURE_ON=	--enable-sdlout --with-libsdl=2
 SDL_CONFIGURE_OFF=	--disable-sdlout
@@ -110,7 +105,8 @@ SNDFILE_LIB_DEPENDS=	libsndfile.so:audio
 SNDFILE_CONFIGURE_OFF=	--disable-sndfile
 SPEEDPITCH_CONFIGURE_OFF=	--disable-speedpitch
 SPEEDPITCH_IMPLIES=	SAMPLERATE
-VORBIS_LIB_DEPENDS=	libvorbis.so:audio/libvorbis
+VORBIS_LIB_DEPENDS=	libvorbis.so:audio/libvorbis \
+	libogg.so:audio/libogg
 VORBIS_CONFIGURE_ENABLE=	vorbis
 WAVPACK_LIB_DEPENDS=	libwavpack.so:audio/wavpack
 WAVPACK_CONFIGURE_OFF=	--disable-wavpack
@@ -118,7 +114,6 @@ OPTIONS_SUB=	yes
 
 AMIDI_DESC=	Amidi decoder
 AOSD_DESC=	Audacious OSD
-AOSDXCOMP_DESC=	Audacious OSD X Composite
 BS2B_DESC=	BS2B effect
 SCROBBLER_DESC=	Scrobbler decoder
 SID_DESC=	Sound chip emulator of Commodore
@@ -126,6 +121,10 @@ NEON_DESC=	Neon plugin
 SPEEDPITCH_DESC=Speed and Pitch plugin
 MPRIS_DESC=	NPRIS plugin
 
+post-patch:
+	${REINPLACE_CMD} -e 's| $${MFLAGS}||g' \
+		${WRKSRC}/buildsys.mk.in
+
 post-install:
 	@${FIND} ${STAGEDIR}${PREFIX}/lib/audacious/ -name "*.so" \
 		-exec ${STRIP_CMD} {} \;

Copied and modified: head/multimedia/audacious-plugins-gtk3/distinfo (from r422604, head/multimedia/audacious-plugins/distinfo)
==============================================================================
--- head/multimedia/audacious-plugins/distinfo	Thu Sep 22 12:38:57 2016	(r422604, copy source)
+++ head/multimedia/audacious-plugins-gtk3/distinfo	Thu Sep 22 12:46:36 2016	(r422606)
@@ -1,2 +1,3 @@
-SHA256 (audacious-plugins-3.7.2.tar.bz2) = fcf7488f01781c8f51e0af5cabacdd582b22537a0085f26aa5ca636373f8e1ff
-SIZE (audacious-plugins-3.7.2.tar.bz2) = 1839881
+TIMESTAMP = 1474533294
+SHA256 (audacious-plugins-3.8-gtk3.tar.bz2) = 69f53cc6ecc8acd55d6f336aac2c9abc23d887a9e0ba1dfad5456ed970db3a49
+SIZE (audacious-plugins-3.8-gtk3.tar.bz2) = 1812134

Modified: head/multimedia/audacious-plugins/Makefile
==============================================================================
--- head/multimedia/audacious-plugins/Makefile	Thu Sep 22 12:45:10 2016	(r422605)
+++ head/multimedia/audacious-plugins/Makefile	Thu Sep 22 12:46:36 2016	(r422606)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	audacious-plugins
-PORTVERSION=	3.7.2
-PORTREVISION=	2
+PORTVERSION=	3.8
 CATEGORIES=	multimedia audio
 MASTER_SITES=	http://distfiles.audacious-media-player.org/
 
@@ -13,25 +12,31 @@ COMMENT=	Plugins needed for audacious
 LICENSE=	GPLv3
 
 BUILD_DEPENDS=	audacious:multimedia/audacious
+LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
+	libdbus-1.so:devel/dbus \
+	libfontconfig.so:x11-fonts/fontconfig \
+	libfreetype.so:print/freetype2
+RUN_DEPENDS=	audacious:multimedia/audacious
+
+CONFLICTS_INSTALL=	audacious-plugins-gtk3-3.*
 
 GNU_CONFIGURE=	yes
-USES=		compiler:c++11-lib gettext-tools gmake pkgconfig tar:bzip2
+USES=		compiler:c++11-lib execinfo gettext-tools gmake iconv \
+	localbase pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
-LDFLAGS+=	-L${LOCALBASE}/lib
-CFLAGS+=	-I${LOCALBASE}/include
-USE_GNOME=	glib20 libxml2
-
-CONFIGURE_ARGS+=--disable-console --disable-sndio --disable-soxr
-
-OPTIONS_MULTI=	TOOLKITS
-OPTIONS_MULTI_TOOLKITS=	GTK2 QT5
-OPTIONS_EXCLUDE=	QT5
-OPTIONS_DEFINE=	AAC ALSA AMIDI AOSD AOSDXCOMP BS2B CDDA CUE DBUS FFMPEG \
+USE_GNOME=	gtk20 glib20 libxml2 cairo gdkpixbuf2
+USE_XORG=	x11
+
+CONFIGURE_ARGS+=--disable-console --disable-sndio --disable-soxr \
+	--enable-gnomeshortcuts \
+	--enable-gtk --enable-filewriter --enable-hotkey
+
+OPTIONS_DEFINE=	AAC ALSA AMIDI AOSD BS2B CDDA CUE FFMPEG \
 		FLAC JACK LAME LIRC MP3 MMS MODPLUG MPRIS NEON NLS NOTIFY \
 		OPENGL OSS PULSEAUDIO SAMPLERATE SCROBBLER SDL SID SNDFILE \
 		SPEEDPITCH VORBIS WAVPACK
-OPTIONS_DEFAULT=	AAC AOSD AOSDXCOMP CDDA CUE DBUS FFMPEG FLAC GTK2 \
-		MP3 MMS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK
+OPTIONS_DEFAULT=	AAC AOSD CDDA CUE FFMPEG FLAC MP3 \
+		MMS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK
 
 AAC_LIB_DEPENDS=	libfaad.so:audio/faad
 AAC_CONFIGURE_OFF=	--disable-aac
@@ -40,29 +45,22 @@ ALSA_CONFIGURE_OFF=	--disable-alsa
 AMIDI_LIB_DEPENDS=	libfluidsynth.so:audio/fluidsynth
 AMIDI_CONFIGURE_OFF=	--disable-amidiplug
 AOSD_USE=	gnome=pango
+AOSD_USE=	xorg=xrender
+AOSD_LIB_DEPENDS=	libXcomposite.so:x11/libXcomposite
 AOSD_CONFIGURE_ENABLE=	aosd
-AOSD_IMPLIES=	GTK2
-AOSDXCOMP_LIB_DEPENDS=	libXcomposite.so:x11/libXcomposite
-AOSDXCOMP_CONFIGURE_ENABLE=	aosd-xcomp
-AOSDXCOMP_IMPLIES=	AOSD
 BS2B_LIB_DEPENDS=	libbs2b.so:audio/libbs2b
 BS2B_CONFIGURE_OFF=	--disable-bs2b
 CDDA_LIB_DEPENDS=	libcdio_cdda.so:sysutils/libcdio-paranoia \
-	libcddb.so:audio/libcddb
+	libcddb.so:audio/libcddb \
+	libcdio.so:sysutils/libcdio
 CDDA_CONFIGURE_OFF=	--disable-cdaudio
 CUE_LIB_DEPENDS=	libcue.so:textproc/libcue
 CUE_CONFIGURE_OFF=	--disable-cue
-DBUS_LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib
-DBUS_CONFIGURE_ENABLE=	gnomeshortcuts
 FFMPEG_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
 FFMPEG_CONFIGURE_WITH=	ffmpeg=ffmpeg
 FLAC_LIB_DEPENDS=	libFLAC.so:audio/flac
-FLAC_CONFIGURE_ON=	--enable-flacng --enable-filewriter_flac
-FLAC_CONFIGURE_OFF=	--disable-flacng --disable-filewriter_flac
-GTK2_USE=	gnome=gtk20
-GTK2_CONFIGURE_ON=	--enable-gtk --enable-filewriter --enable-hotkey
-GTK2_CONFIGURE_OFF=	--disable-gtk --disable-filewriter --disable-hotkey
-GTK2_IMPLIES=	DBUS
+FLAC_CONFIGURE_ON=	--enable-flac --enable-filewriter
+FLAC_CONFIGURE_OFF=	--disable-flac --disable-filewriter
 JACK_LIB_DEPENDS=	libjack.so:audio/jack \
 	libsamplerate.so:audio/libsamplerate
 JACK_CONFIGURE_OFF=	--disable-jack
@@ -77,7 +75,6 @@ MMS_CONFIGURE_OFF=	--disable-mms
 MODPLUG_LIB_DEPENDS=	libmodplug.so:audio/libmodplug
 MODPLUG_CONFIGURE_OFF=	--disable-modplug
 MPRIS_CONFIGURE_ENABLE=	mpris2
-MPRIS_IMPLIES=	DBUS
 NEON_LIB_DEPENDS=	libneon.so:www/neon
 NEON_CONFIGURE_OFF=	--disable-neon
 NLS_USES=	gettext-runtime
@@ -85,22 +82,15 @@ NLS_CONFIGURE_OFF=	--disable-nls
 NLS_EXTRA_PATCHES_OFF=	${FILESDIR}/extra-patch-Makefile
 NOTIFY_LIB_DEPENDS=	libnotify.so:devel/libnotify
 NOTIFY_CONFIGURE_ENABLE=	notify
-NOTIFY_IMPLIES=	GTK2
 OPENGL_USE=	xorg=x11 gl=gl
 OPENGL_CONFIGURE_ENABLE=	glspectrum
-OPENGL_IMPLIES=	GTK2
 OSS_CONFIGURE_ENABLE=	oss4
 PULSEAUDIO_LIB_DEPENDS=	libpulse-mainloop-glib.so:audio/pulseaudio
 PULSEAUDIO_CONFIGURE_OFF=	--disable-pulse
-PULSEAUDIO_IMPLIES=	DBUS
-QT5_USE=	qt5=multimedia,opengl
-QT5_CONFIGURE_ENABLE=	qt
-QT5_CONFIGURE_OFF=	--disable-qtaudio
 SAMPLERATE_LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate
 SAMPLERATE_CONFIGURE_OFF=	--disable-resample
 SCROBBLER_LIB_DEPENDS=	libcurl.so:ftp/curl
 SCROBBLER_CONFIGURE_OFF=	--disable-scrobbler2
-SCROBBLER_IMPLIES=	GTK2
 SDL_LIB_DEPENDS=	libSDL2.so:devel/sdl20
 SDL_CONFIGURE_ON=	--enable-sdlout --with-libsdl=2
 SDL_CONFIGURE_OFF=	--disable-sdlout
@@ -110,7 +100,8 @@ SNDFILE_LIB_DEPENDS=	libsndfile.so:audio
 SNDFILE_CONFIGURE_OFF=	--disable-sndfile
 SPEEDPITCH_CONFIGURE_OFF=	--disable-speedpitch
 SPEEDPITCH_IMPLIES=	SAMPLERATE
-VORBIS_LIB_DEPENDS=	libvorbis.so:audio/libvorbis
+VORBIS_LIB_DEPENDS=	libvorbis.so:audio/libvorbis \
+	libogg.so:audio/libogg
 VORBIS_CONFIGURE_ENABLE=	vorbis
 WAVPACK_LIB_DEPENDS=	libwavpack.so:audio/wavpack
 WAVPACK_CONFIGURE_OFF=	--disable-wavpack
@@ -118,7 +109,6 @@ OPTIONS_SUB=	yes
 
 AMIDI_DESC=	Amidi decoder
 AOSD_DESC=	Audacious OSD
-AOSDXCOMP_DESC=	Audacious OSD X Composite
 BS2B_DESC=	BS2B effect
 SCROBBLER_DESC=	Scrobbler decoder
 SID_DESC=	Sound chip emulator of Commodore
@@ -126,6 +116,10 @@ NEON_DESC=	Neon plugin
 SPEEDPITCH_DESC=Speed and Pitch plugin
 MPRIS_DESC=	NPRIS plugin
 
+post-patch:
+	${REINPLACE_CMD} -e 's| $${MFLAGS}||g' \
+		${WRKSRC}/buildsys.mk.in
+
 post-install:
 	@${FIND} ${STAGEDIR}${PREFIX}/lib/audacious/ -name "*.so" \
 		-exec ${STRIP_CMD} {} \;

Modified: head/multimedia/audacious-plugins/distinfo
==============================================================================
--- head/multimedia/audacious-plugins/distinfo	Thu Sep 22 12:45:10 2016	(r422605)
+++ head/multimedia/audacious-plugins/distinfo	Thu Sep 22 12:46:36 2016	(r422606)
@@ -1,2 +1,3 @@
-SHA256 (audacious-plugins-3.7.2.tar.bz2) = fcf7488f01781c8f51e0af5cabacdd582b22537a0085f26aa5ca636373f8e1ff
-SIZE (audacious-plugins-3.7.2.tar.bz2) = 1839881
+TIMESTAMP = 1474527260
+SHA256 (audacious-plugins-3.8.tar.bz2) = 8179b80fffc893d4a2533fc7b7c4800981bc9ab3c6d1742a4c832fd6176ca24a
+SIZE (audacious-plugins-3.8.tar.bz2) = 1812251

Added: head/multimedia/audacious-plugins/files/patch-buildsys.mk.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/audacious-plugins/files/patch-buildsys.mk.in	Thu Sep 22 12:46:36 2016	(r422606)
@@ -0,0 +1,11 @@
+--- buildsys.mk.in.orig	2016-09-22 01:16:40 UTC
++++ buildsys.mk.in
+@@ -205,7 +205,7 @@ pre-depend:
+ 
+ ${PROG} ${PROG_NOINST}: ${EXT_DEPS} ${OBJS} ${OBJS_EXTRA}
+ 	${LINK_STATUS}
+-	if ${LD} -o $@ ${OBJS} ${OBJS_EXTRA} ${LDFLAGS} ${LIBS}; then \
++	if ${LD} -o $@ ${OBJS} ${OBJS_EXTRA} ${LIBS} ${LDFLAGS}; then \
+ 		${LINK_OK}; \
+ 	else \
+ 		${LINK_FAILED}; \

Modified: head/multimedia/audacious-plugins/pkg-plist
==============================================================================
--- head/multimedia/audacious-plugins/pkg-plist	Thu Sep 22 12:45:10 2016	(r422605)
+++ head/multimedia/audacious-plugins/pkg-plist	Thu Sep 22 12:46:36 2016	(r422606)
@@ -10,39 +10,31 @@ lib/audacious/Effect/compressor.so
 lib/audacious/Effect/crossfade.so
 lib/audacious/Effect/crystalizer.so
 lib/audacious/Effect/echo.so
-%%GTK2%%lib/audacious/Effect/ladspa.so
+lib/audacious/Effect/ladspa.so
 lib/audacious/Effect/mixer.so
 %%SAMPLERATE%%lib/audacious/Effect/resample.so
 lib/audacious/Effect/silence-removal.so
 %%SPEEDPITCH%%lib/audacious/Effect/speed-pitch.so
 lib/audacious/Effect/stereo.so
 lib/audacious/Effect/voice_removal.so
-%%GTK2%%lib/audacious/General/alarm.so
-%%GTK2%%lib/audacious/General/albumart.so
-%%QT5%%lib/audacious/General/albumart-qt.so
+lib/audacious/General/alarm.so
+lib/audacious/General/albumart.so
 %%AOSD%%lib/audacious/General/aosd.so
 %%CDDA%%lib/audacious/General/cd-menu-items.so
-%%GTK2%%lib/audacious/General/delete-files.so
-%%DBUS%%lib/audacious/General/gnomeshortcuts.so
-%%GTK2%%lib/audacious/General/gtkui.so
-%%GTK2%%lib/audacious/General/hotkey.so
+lib/audacious/General/delete-files.so
+lib/audacious/General/gnomeshortcuts.so
+lib/audacious/General/gtkui.so
+lib/audacious/General/hotkey.so
 %%LIRC%%lib/audacious/General/lirc.so
-%%GTK2%%lib/audacious/General/lyricwiki.so
-%%QT5%%lib/audacious/General/lyricwiki-qt.so
+lib/audacious/General/lyricwiki.so
 %%MPRIS%%lib/audacious/General/mpris2.so
 %%NOTIFY%%lib/audacious/General/notify.so
-%%GTK2%%lib/audacious/General/playlist-manager.so
-%%QT5%%lib/audacious/General/playlist-manager-qt.so
-%%QT5%%lib/audacious/General/qtui.so
+lib/audacious/General/playlist-manager.so
 %%SCROBBLER%%lib/audacious/General/scrobbler.so
-%%GTK2%%lib/audacious/General/search-tool.so
-%%QT5%%lib/audacious/General/search-tool-qt.so
-%%GTK2%%lib/audacious/General/skins.so
-%%QT5%%lib/audacious/General/skins-qt.so
+lib/audacious/General/search-tool.so
+lib/audacious/General/skins.so
 lib/audacious/General/song_change.so
-%%QT5%%lib/audacious/General/song-info-qt.so
-%%GTK2%%lib/audacious/General/statusicon.so
-%%QT5%%lib/audacious/General/statusicon-qt.so
+lib/audacious/General/statusicon.so
 %%AAC%%lib/audacious/Input/aac-raw.so
 lib/audacious/Input/adplug.so
 %%AMIDI%%lib/audacious/Input/amidi-plug.so
@@ -61,19 +53,17 @@ lib/audacious/Input/vtx.so
 %%WAVPACK%%lib/audacious/Input/wavpack.so
 lib/audacious/Input/xsf.so
 %%ALSA%%lib/audacious/Output/alsa.so
-%%GTK2%%lib/audacious/Output/filewriter.so
+lib/audacious/Output/filewriter.so
 %%JACK%%lib/audacious/Output/jack-ng.so
 %%OSS%%lib/audacious/Output/oss4.so
 %%PULSEAUDIO%%lib/audacious/Output/pulse_audio.so
-%%QT5%%lib/audacious/Output/qtaudio.so
 %%SDL%%lib/audacious/Output/sdlout.so
 lib/audacious/Transport/gio.so
 %%MMS%%lib/audacious/Transport/mms.so
 %%NEON%%lib/audacious/Transport/neon.so
-%%GTK2%%lib/audacious/Visualization/blur_scope.so
-%%GTK2%%lib/audacious/Visualization/cairo-spectrum.so
+lib/audacious/Visualization/blur_scope.so
+lib/audacious/Visualization/cairo-spectrum.so
 %%OPENGL%%lib/audacious/Visualization/gl-spectrum.so
-%%QT5%%lib/audacious/Visualization/gl-spectrum-qt.so
 share/audacious/Skins/Classic/balance.png
 share/audacious/Skins/Classic/cbuttons.png
 share/audacious/Skins/Classic/eq_ex.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609221246.u8MCka8d001036>