1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Arts was removed:

audio/arts||2013-07-26|Has expired: Depends on Qt 3.x
So remove the last leftovers.

Approved by:	portmgr (itetcu)
This commit is contained in:
Ion-Mihai Tetcu 2013-08-28 18:29:38 +00:00
parent 3bec8741ff
commit f0f4ee7565
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325547
7 changed files with 9 additions and 45 deletions

1
KNOBS
View File

@ -23,7 +23,6 @@ AALIB Adds aalib support
ADS Adds Asyncronous DNS Support
ALSA Adds ALSA support
APACHE Include support for APACHE_PORT
ARTS aRts support via the KDE sound daemon
ASPELL Use Aspell (textproc/aspell) for spell checking
ATLAS Use ATLAS instead of BLAS/LAPACK
AUDIOFILE Adds audiofile support

View File

@ -25,7 +25,6 @@ AO_DESC?= libao audio library support
APACHE_DESC?= Apache server support
APE_DESC?= Monkey's Audio lossless format support
ARCHIVE_DESC?= bzip2/zip/iso9660 archive support
ARTS_DESC?= aRts audio system support
ASM_DESC?= Use optimized assembly code
ASPELL_DESC?= Spell checking support via GNU Aspell
ASSERT_DESC?= Enable debug assertions

View File

@ -26,12 +26,13 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+=--disable-alsa --disable-alsatest
CONFIGURE_ARGS+=--disable-arts
CONFIGURE_ARGS+=--disable-video-directfb
EXAMPLES= test/*.c test/*.bmp test/*.dat test/*.xbm test/*.wav
DOCS= BUGS COPYING CREDITS README README-SDL.txt WhatsNew docs.html
OPTIONS_DEFINE= AALIB ARTS DOCS ESOUND EXAMPLES GGI NAS OPENGL OSS \
OPTIONS_DEFINE= AALIB DOCS ESOUND EXAMPLES GGI NAS OPENGL OSS \
PULSEAUDIO SVGALIB X11
OPTIONS_DEFAULT= AALIB OPENGL OSS X11
@ -52,13 +53,6 @@ LIB_DEPENDS+= aa:${PORTSDIR}/graphics/aalib
CONFIGURE_ARGS+= --disable-video-aalib
.endif
.if ${PORT_OPTIONS:MARTS}
LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts
CONFIGURE_ARGS+= --enable-arts
.else
CONFIGURE_ARGS+= --disable-arts
.endif
.if ${PORT_OPTIONS:MESOUND}
USE_GNOME+= esound
CONFIGURE_ARGS+= --enable-esd

View File

@ -13,10 +13,10 @@ USES= pathfix cmake:outsource iconv
USE_LDCONFIG= yes
CMAKE_ARGS+= -DVIDEO_OPENGLES:BOOL=OFF -DPTHREADS_SEM:BOOL=OFF \
-DALTIVEC:BOOL=OFF
-DALTIVEC:BOOL=OFF -DARTS:BOOL=OFF
CMAKE_ENV+= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
OPTIONS_DEFINE= ALSA ARTS ASM DLOPEN ESOUND MMX NAS OSS \
OPTIONS_DEFINE= ALSA ASM DLOPEN ESOUND MMX NAS OSS \
PULSEAUDIO PTHREADS SSE SDL_ATOMIC SDL_AUDIO \
SDL_CPUINFO SDL_EVENTS SDL_FILE SDL_HAPTIC \
SDL_JOYSTICK SDL_LOADSO SDL_POWER SDL_RENDER \
@ -29,7 +29,6 @@ OPTIONS_DEFAULT_i386= MMX SSE
OPTIONS_DEFAULT_amd64= MMX SSE
ALSA_DESC= Audio output via the ALSA audio architecture
ARTS_DESC= Audio output via the aRts audio system
DLOPEN_DESC= Use dlopen for loading 3rd party libraries
ESOUND_DESC= Audio output via the EsounD sound server
NAS_DESC= Audio output via the Network Audio System
@ -64,15 +63,7 @@ LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib
CMAKE_ARGS+= -DALSA:BOOL=OFF
.endif
.if ${PORT_OPTIONS:MARTS}
.if !${PORT_OPTIONS:MSDL_AUDIO}
IGNORE= option ARTS requires SDL_AUDIO
.endif
CMAKE_ARGS+= -DARTS:BOOL=ON -DARTS_SHARED:BOOL=ON
LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts
.else
CMAKE_ARGS+= -DARTS:BOOL=OFF
.endif
.if ${PORT_OPTIONS:MASM}
CMAKE_ARGS+= -DASSEMBLY:BOOL=ON

View File

@ -16,7 +16,7 @@ LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \
gpgme.19:${PORTSDIR}/security/gpgme \
pspell.16:${PORTSDIR}/textproc/aspell
OPTIONS_DEFINE= ARTS ESOUND AIM_TOC ICQ_TOC
OPTIONS_DEFINE= ESOUND AIM_TOC ICQ_TOC
AIM_TOC_DESC= Include aim-toc service
ICQ_TOC_DESC= Include icq-toc service
@ -26,7 +26,8 @@ USE_GNOME= gtk20
USE_OPENSSL= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libltdl libtool
CONFIGURE_ARGS= --enable-oscar --disable-workwizu --enable-smtp --enable-lj
CONFIGURE_ARGS= --enable-oscar --disable-workwizu --enable-smtp --enable-lj \
--disable-arts
MAN1= ayttm.1
@ -35,12 +36,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MARTS}
LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts
.else
CONFIGURE_ARGS+= --disable-arts
.endif
.if ${PORT_OPTIONS:MESOUND}
USE_GNOME+= esound
.else

View File

@ -37,6 +37,7 @@ CONFIGURE_ARGS= --disable-esdtest \
--with-oss \
--with-sms \
--with-update \
--without-arts \
--without-gnutls \
--without-perl \
--without-remote
@ -44,7 +45,7 @@ CONFIGURE_ARGS= --disable-esdtest \
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= ARTS AUTODETECT DBUS DOCKAPP DOCKLET ESOUND \
OPTIONS_DEFINE= AUTODETECT DBUS DOCKAPP DOCKLET ESOUND \
GTKSPELL JABBER TLEN XOSD
OPTIONS_DEFAULT=DOCKLET
@ -60,10 +61,6 @@ XOSD_DESC= Enable On-Screen-Display messages
.include <bsd.port.pre.mk> # can't change this untile HAVE_GNOME has been fixed
.if ${PORT_OPTIONS:MAUTODETECT}
#detect arts
.if exists(${LOCALBASE}/lib/libartsc.so) && !${PORT_OPTIONS:MARTS}
PORT_OPTIONS+= ARTS
.endif
#detect dbus - only works with old versions
.if exists(${LOCALBASE}/lib/libdbus-1.so) && !${PORT_OPTIONS:MDBUS}
PORT_OPTIONS+= DBUS
@ -139,15 +136,6 @@ CONFIGURE_ARGS+= --without-esd
PLIST_SUB+= ESOUND:="@comment "
.endif
.if ${PORT_OPTIONS:MARTS}
LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts
CONFIGURE_ARGS+= --with-arts
PLIST_SUB+= ARTS:=""
.else
CONFIGURE_ARGS+= --without-arts
PLIST_SUB+= ARTS:="@comment "
.endif
.if ${PORT_OPTIONS:MXOSD}
LIB_DEPENDS+= xosd.4:${PORTSDIR}/misc/xosd
CONFIGURE_ARGS+= --with-xosd

View File

@ -21,8 +21,6 @@ lib/gg2/libignore_main_plugin.so
%%JABBER:%%lib/gg2/libjabber_plugin.so
lib/gg2/libsms_plugin.la
lib/gg2/libsms_plugin.so
%%ARTS:%%lib/gg2/libsound_arts_plugin.la
%%ARTS:%%lib/gg2/libsound_arts_plugin.so
%%ESOUND:%%lib/gg2/libsound_esd_plugin.la
%%ESOUND:%%lib/gg2/libsound_esd_plugin.so
lib/gg2/libsound_external_plugin.la