diff options
author | makc <makc@FreeBSD.org> | 2013-03-23 04:06:14 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-23 04:06:14 +0800 |
commit | 071186fd6d22f1abd16554cae92bf26af9d1cb4e (patch) | |
tree | b368198f913179c06dafd19ac72527fcf9836f6d /audio | |
parent | eda1ae8e7cf50659cf0b55fefdcae532e6ad0405 (diff) | |
download | freebsd-ports-gnome-071186fd6d22f1abd16554cae92bf26af9d1cb4e.tar.gz freebsd-ports-gnome-071186fd6d22f1abd16554cae92bf26af9d1cb4e.tar.zst freebsd-ports-gnome-071186fd6d22f1abd16554cae92bf26af9d1cb4e.zip |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Diffstat (limited to 'audio')
35 files changed, 35 insertions, 41 deletions
diff --git a/audio/acoustid-fingerprinter/Makefile b/audio/acoustid-fingerprinter/Makefile index 6919c1897527..2c15c2c7ffc8 100644 --- a/audio/acoustid-fingerprinter/Makefile +++ b/audio/acoustid-fingerprinter/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= chromaprint:${PORTSDIR}/audio/chromaprint \ tag:${PORTSDIR}/audio/taglib \ avcodec:${PORTSDIR}/multimedia/ffmpeg -USE_CMAKE= yes +USES= cmake USE_QT4= gui network \ qmake_build moc_build rcc_build uic_build INSTALLS_ICONS= yes diff --git a/audio/aften/Makefile b/audio/aften/Makefile index b3caa95e8e50..2b32bfb5adbd 100644 --- a/audio/aften/Makefile +++ b/audio/aften/Makefile @@ -11,8 +11,7 @@ COMMENT= ATSC A/52 audio encoder USE_BZIP2= yes -USE_CMAKE= yes -CMAKE_OUTSOURCE= yes +USES= cmake:outsource OPTIONS_DEFINE= SHARED_LIB CXX_BINDINGS DOUBLE OPTIONS_DEFAULT= diff --git a/audio/alure/Makefile b/audio/alure/Makefile index 876ecac67d92..2e38b0e6fc2c 100644 --- a/audio/alure/Makefile +++ b/audio/alure/Makefile @@ -15,8 +15,7 @@ LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/libsndfile USE_OPENAL= soft USE_LDCONFIG= yes -USE_CMAKE= yes -CMAKE_VERBOSE= yes +USES= cmake CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index b9161433d9d9..77e42bc6a87e 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -32,7 +32,7 @@ USE_QT4= dbus designer gui network opengl \ qmake_build moc_build rcc_build uic_build USE_XORG= x11 USE_BZIP2= yes -USE_CMAKE= yes +USES= cmake MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes diff --git a/audio/arss/Makefile b/audio/arss/Makefile index d43a34f53974..4380a7f85155 100644 --- a/audio/arss/Makefile +++ b/audio/arss/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_CMAKE= yes +USES= cmake USE_LDCONFIG= ${PREFIX}/lib CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include CMAKE_C_FLAGS= ${CFLAGS} diff --git a/audio/audex/Makefile b/audio/audex/Makefile index ad5c90c72dc6..7dd9465dffaf 100644 --- a/audio/audex/Makefile +++ b/audio/audex/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3 LIB_DEPENDS= cdda_paranoia:${PORTSDIR}/audio/cdparanoia USE_XZ= yes -USE_CMAKE= yes +USES= cmake USE_KDE4= automoc4 kdeprefix kdelibs libkcddb USE_QT4= gui dbus network svg xml \ qmake_build moc_build rcc_build uic_build diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index 26836222f7f6..3493e5dfdf32 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -18,9 +18,7 @@ LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp \ CONFLICTS= ccaudio-[0-9]* USE_PKGCONFIG= build -USES= pathfix -USE_CMAKE= yes -CMAKE_OUTSOURCE=yes +USES= pathfix cmake:outsource USE_LDCONFIG= yes CMAKE_ARGS+= -DWITH_INCLUDES:PATH=${LOCALBASE}/include \ diff --git a/audio/chromaprint/Makefile b/audio/chromaprint/Makefile index 412034f9e759..e2c0ee339f4a 100644 --- a/audio/chromaprint/Makefile +++ b/audio/chromaprint/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg -USE_CMAKE= yes +USES= cmake USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index b735395e5da9..3a4a3c56bf79 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} PROJECTHOST= ${PORTNAME}${PKGNAMESUFFIX} -USE_CMAKE= yes +USES= cmake USE_GL= glew USE_QT4= dbus gui xml qmake_build uic_build moc_build rcc_build \ linguist_build network sql opengl qtestlib corelib webkit diff --git a/audio/clunk/Makefile b/audio/clunk/Makefile index 535f2e6665bb..8fa90967bb69 100644 --- a/audio/clunk/Makefile +++ b/audio/clunk/Makefile @@ -11,7 +11,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Real-time 3D sound generation library USE_BZIP2= yes -USE_CMAKE= yes +USES= cmake USE_SDL= sdl USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/audio/creox/Makefile b/audio/creox/Makefile index ed74987cd5e4..e7dc82026f2b 100644 --- a/audio/creox/Makefile +++ b/audio/creox/Makefile @@ -18,8 +18,7 @@ GH_PROJECT= Creox4 GH_TAGNAME= 0.3 GH_COMMIT= 8e27483 -USE_CMAKE= yes -CMAKE_OUTSOURCE= yes +USES= cmake:outsource USE_KDE4= automoc4 kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build USE_XORG= xft xpm diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index fa0a46ed47ba..e33f55f0cbb0 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -17,7 +17,7 @@ OPTIONS_DEFAULT= JACK USE_BZIP2= yes USE_GNOME= glib20 USE_PKGCONFIG= build -USE_CMAKE= yes +USES= cmake CMAKE_ARGS= -Denable-ladcca:BOOL=FALSE \ -Denable-midishare:BOOL=FALSE USE_LDCONFIG= yes diff --git a/audio/fmit/Makefile b/audio/fmit/Makefile index 10f08e722aae..4273bdccfcee 100644 --- a/audio/fmit/Makefile +++ b/audio/fmit/Makefile @@ -27,7 +27,7 @@ USE_XORG= xmu USE_QT4= corelib gui opengl \ linguist_build moc_build qmake_build rcc_build uic_build USE_GL= glut -USE_CMAKE= yes +USES= cmake INSTALLS_ICONS= yes MAKE_JOBS_SAFE= yes diff --git a/audio/fplib/Makefile b/audio/fplib/Makefile index f766a838e21b..200eefae90c4 100644 --- a/audio/fplib/Makefile +++ b/audio/fplib/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ CPPFLAGS+= -I${LOCALBASE}/include REINPLACE_ARGS= -i '' -USE_CMAKE= yes +USES= cmake USE_LDCONFIG= yes USE_XZ= yes diff --git a/audio/jack-keyboard/Makefile b/audio/jack-keyboard/Makefile index 0e8f2a0df51f..a72c1e82e431 100644 --- a/audio/jack-keyboard/Makefile +++ b/audio/jack-keyboard/Makefile @@ -19,7 +19,7 @@ MAN1= jack-keyboard.1 MAKE_JOBS_SAFE= yes USE_GNOME= gtk20 -USE_CMAKE= yes +USES= cmake INSTALLS_ICONS= yes OPTIONS_DEFINE= LASH diff --git a/audio/kaudiocreator/Makefile b/audio/kaudiocreator/Makefile index bd055fa37d18..8aa57300da98 100644 --- a/audio/kaudiocreator/Makefile +++ b/audio/kaudiocreator/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame .endif USE_BZIP2= yes -USE_CMAKE= yes +USES= cmake USE_QT4= moc_build qmake_build rcc_build uic_build USE_KDE4= automoc4 kdehier kdeprefix libkcddb diff --git a/audio/kid3-kde4/Makefile b/audio/kid3-kde4/Makefile index b6f3af2b2a0d..690602655ef7 100644 --- a/audio/kid3-kde4/Makefile +++ b/audio/kid3-kde4/Makefile @@ -14,7 +14,7 @@ LATEST_LINK= ${PORTNAME}-kde4 USE_KDE4= kdelibs kdeprefix kdehier automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build -USE_CMAKE= yes +USES= cmake USE_GETTEXT= yes MAKE_JOBS_SAFE= yes diff --git a/audio/kstreamripper/Makefile b/audio/kstreamripper/Makefile index fb7c5e13b534..9ae81f381af9 100644 --- a/audio/kstreamripper/Makefile +++ b/audio/kstreamripper/Makefile @@ -17,7 +17,7 @@ COMMENT= A program for recording streams for KDE4 RUN_DEPENDS= ${LOCALBASE}/bin/streamripper:${PORTSDIR}/audio/streamripper USE_BZIP2= yes -USE_CMAKE= yes +USES= cmake USE_KDE4= kdelibs kdehier kdeprefix automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build diff --git a/audio/libcoverart/Makefile b/audio/libcoverart/Makefile index ea61ab351e5b..5d26b77e8163 100644 --- a/audio/libcoverart/Makefile +++ b/audio/libcoverart/Makefile @@ -13,7 +13,7 @@ LICENSE= LGPL20 LIB_DEPENDS= jansson:${PORTSDIR}/devel/jansson \ neon:${PORTSDIR}/www/neon29 -USE_CMAKE= yes +USES= cmake USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/audio/libechonest/Makefile b/audio/libechonest/Makefile index b792e4ba7bc2..62007ef4a122 100644 --- a/audio/libechonest/Makefile +++ b/audio/libechonest/Makefile @@ -18,7 +18,7 @@ GH_PROJECT= ${PORTNAME} GH_TAGNAME= master GH_COMMIT= f9a55d1 -USE_CMAKE= yes +USES= cmake USE_GITHUB= yes USE_LDCONFIG= yes diff --git a/audio/libgme/Makefile b/audio/libgme/Makefile index b7981aae72b6..10de8fe92179 100644 --- a/audio/libgme/Makefile +++ b/audio/libgme/Makefile @@ -16,7 +16,7 @@ LICENSE_COMB= dual PROJECTHOST= game-music-emu USE_DOS2UNIX= yes USE_BZIP2= yes -USE_CMAKE= yes +USES= cmake USE_LDCONFIG= yes # XXX: dialog(1) doesn't like ^M in LICENSE_FILE diff --git a/audio/liblastfm/Makefile b/audio/liblastfm/Makefile index dab8d7055694..db5945580b75 100644 --- a/audio/liblastfm/Makefile +++ b/audio/liblastfm/Makefile @@ -27,7 +27,7 @@ FINGERPRINT_DESC= Build the lastfm-fingerprint library TESTS_DESC= Build liblastfm tests OPTIONS_DEFAULT= FINGERPRINT -USE_CMAKE= yes +USES= cmake USE_GITHUB= yes USE_LDCONFIG= yes USE_PKGCONFIG= build diff --git a/audio/libmusicbrainz3/Makefile b/audio/libmusicbrainz3/Makefile index 215e8c27b3ef..ad72f267c6df 100644 --- a/audio/libmusicbrainz3/Makefile +++ b/audio/libmusicbrainz3/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid \ LATEST_LINK= ${PORTNAME}3 -USE_CMAKE= yes +USES= cmake USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/audio/libmusicbrainz4/Makefile b/audio/libmusicbrainz4/Makefile index b1e671522377..f07dbbfa444c 100644 --- a/audio/libmusicbrainz4/Makefile +++ b/audio/libmusicbrainz4/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= neon:${PORTSDIR}/www/neon29 LATEST_LINK= ${PORTNAME}4 -USE_CMAKE= yes +USES= cmake USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/audio/libmusicbrainz5/Makefile b/audio/libmusicbrainz5/Makefile index 541827274929..5c1b203d2dcd 100644 --- a/audio/libmusicbrainz5/Makefile +++ b/audio/libmusicbrainz5/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= neon:${PORTSDIR}/www/neon29 LATEST_LINK= ${PORTNAME}5 -USE_CMAKE= yes +USES= cmake USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile index d9e7acc69ae9..ecad5b325618 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -35,7 +35,7 @@ USE_BZIP2= yes USE_XORG= xft USE_QT4= corelib gui xml moc_build uic_build rcc_build \ qmake_build -USE_CMAKE= yes +USES= cmake CMAKE_ARGS= -DWANT_ALSA:BOOL=OFF \ -DWANT_CALF:BOOL=OFF \ -DWANT_CAPS:BOOL=OFF \ diff --git a/audio/mous/Makefile b/audio/mous/Makefile index ed962ef06f3a..38b9fd1d2bc4 100644 --- a/audio/mous/Makefile +++ b/audio/mous/Makefile @@ -16,7 +16,7 @@ COMMENT= A simple yet powerful audio player LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USE_CMAKE= yes +USES= cmake MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= ALSA ASSEMBLY FAAC FAAD FLAC LAME AO CUE MAC4DECODER \ diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile index efaca9df4bd2..bec8dece2f92 100644 --- a/audio/musescore/Makefile +++ b/audio/musescore/Makefile @@ -27,8 +27,7 @@ USE_LDCONFIG= yes USE_BZIP2= yes USE_QT4= corelib designer gui network script scripttools svg webkit xml \ linguist_build moc_build qmake_build rcc_build uic_build -USE_CMAKE= yes -CMAKE_OUTSOURCE= yes +USES= cmake:outsource CMAKE_SOURCE_PATH= ${WRKSRC}/mscore CMAKE_ARGS= -DBUILD_ALSA:BOOL=OFF ALL_TARGET= lrelease all diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile index 5baf37a8a8d6..13bb0a13910d 100644 --- a/audio/openal-soft/Makefile +++ b/audio/openal-soft/Makefile @@ -11,7 +11,7 @@ COMMENT= A software implementation of the OpenAL specification CONFLICTS= openal-200[0-9]* USE_BZIP2= yes -USE_CMAKE= yes +USES= cmake USE_LDCONFIG= yes CMAKE_ARGS+= -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=OFF -DSOLARIS:BOOL=OFF \ -DDSOUND:BOOL=OFF -DSNDIO:BOOL=OFF -DEXAMPLES:BOOL=OFF \ diff --git a/audio/soundkonverter/Makefile b/audio/soundkonverter/Makefile index 70e847f6e88f..608e47aaff53 100644 --- a/audio/soundkonverter/Makefile +++ b/audio/soundkonverter/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv3 LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ cdda_paranoia:${PORTSDIR}/audio/cdparanoia -USE_CMAKE= yes +USES= cmake USE_QT4= moc_build qmake_build rcc_build uic_build USE_KDE4= automoc4 kdehier kdeprefix kdelibs libkcddb INSTALLS_ICONS= yes diff --git a/audio/taglib-extras/Makefile b/audio/taglib-extras/Makefile index 77dbb5eb4855..6216dce52821 100644 --- a/audio/taglib-extras/Makefile +++ b/audio/taglib-extras/Makefile @@ -14,7 +14,7 @@ COMMENT= Extra taglib features for Amarok 2.2 LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib -USE_CMAKE= yes +USES= cmake .include <bsd.port.pre.mk> diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile index 82686c20767d..3b40a98d65fc 100644 --- a/audio/taglib/Makefile +++ b/audio/taglib/Makefile @@ -22,7 +22,7 @@ OPTIONS_DEFINE= RCC RCC_DESC= Build with RusXMMS librcc patches (experimental) -USE_CMAKE= yes +USES= cmake CMAKE_ARGS= -DWITH_ASF:BOOL=ON \ -DWITH_MP4:BOOL=ON MAKE_JOBS_SAFE= yes diff --git a/audio/tepsonic/Makefile b/audio/tepsonic/Makefile index 733bb9532953..7a32b86a5d86 100644 --- a/audio/tepsonic/Makefile +++ b/audio/tepsonic/Makefile @@ -17,7 +17,7 @@ COMMENT= TepSonic is a simple and fast audio player LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib -USE_CMAKE= yes +USES= cmake USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_QT4= gui xml sql phonon network linguist_build \ diff --git a/audio/tomahawk/Makefile b/audio/tomahawk/Makefile index 5fabc1d8fc58..eb0359138966 100644 --- a/audio/tomahawk/Makefile +++ b/audio/tomahawk/Makefile @@ -40,7 +40,7 @@ OPTIONS_DEFINE= QTWEETLIB OPTIONS_DEFAULT= QTWEETLIB QTWEETLIB_DESC= Enable Twitter SIP plugin -USE_CMAKE= yes +USES= cmake USE_GITHUB= yes USE_LDCONFIG= yes USE_PKGCONFIG= build diff --git a/audio/waheela/Makefile b/audio/waheela/Makefile index 928e5f363b31..1293fb596e09 100644 --- a/audio/waheela/Makefile +++ b/audio/waheela/Makefile @@ -16,7 +16,7 @@ COMMENT= Fullscreen mode for Amarok 2.x RUN_DEPENDS= amarok>=2:${PORTSDIR}/audio/amarok-kde4 -USE_CMAKE= yes +USES= cmake USE_KDE4= automoc4 kdeprefix kdehier kdelibs USE_QT4= gui dbus network svg xml \ qmake_build moc_build rcc_build uic_build |