diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-08-02 20:23:55 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-08-02 20:23:55 +0000 |
commit | 2f0486b64721a1072cdd1b8d2840d6539b2247d2 (patch) | |
tree | 36ed89e03b0f2ac4525ba4f4e39af16da597b209 /audio | |
parent | - update to 3.0-20150719 (3.0.2) (diff) |
Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@
Notes
Notes:
svn path=/head/; revision=393444
Diffstat (limited to 'audio')
-rw-r--r-- | audio/abraca/Makefile | 2 | ||||
-rw-r--r-- | audio/ario/Makefile | 2 | ||||
-rw-r--r-- | audio/beast/Makefile | 2 | ||||
-rw-r--r-- | audio/deadbeef/Makefile | 2 | ||||
-rw-r--r-- | audio/denemo/Makefile | 2 | ||||
-rw-r--r-- | audio/gbemol/Makefile | 2 | ||||
-rw-r--r-- | audio/gmpc/Makefile | 2 | ||||
-rw-r--r-- | audio/gvolwheel/Makefile | 2 | ||||
-rw-r--r-- | audio/jamin/Makefile | 2 | ||||
-rw-r--r-- | audio/libgpod/Makefile | 2 | ||||
-rw-r--r-- | audio/lingot/Makefile | 2 | ||||
-rw-r--r-- | audio/lxmusic/Makefile | 2 | ||||
-rw-r--r-- | audio/osd-lyrics/Makefile | 2 | ||||
-rw-r--r-- | audio/paprefs/Makefile | 2 | ||||
-rw-r--r-- | audio/soundconverter/Makefile | 2 | ||||
-rw-r--r-- | audio/vagalume/Makefile | 2 | ||||
-rw-r--r-- | audio/volumeicon/Makefile | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/audio/abraca/Makefile b/audio/abraca/Makefile index 15679f72045a..7dc59603d59b 100644 --- a/audio/abraca/Makefile +++ b/audio/abraca/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= gnome-themes-standard>=3.0.0:${PORTSDIR}/x11-themes/gnome-themes-st gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme USES= pkgconfig waf tar:bzip2 -USE_GNOME= gtk30 +USE_GNOME= gtk30 intltool MAKE_ARGS= MANDIR=${MANPREFIX}/man CONFIGURE_ARGS+= --prefix=${PREFIX} \ diff --git a/audio/ario/Makefile b/audio/ario/Makefile index 46bb6830bb42..261aad26b636 100644 --- a/audio/ario/Makefile +++ b/audio/ario/Makefile @@ -27,7 +27,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= gmake libtool pkgconfig USE_LDCONFIG= yes -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool INSTALLS_ICONS= yes INSTALL_TARGET= install-strip diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 2be9f375c9ae..0001d0a56431 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -25,7 +25,7 @@ USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig shared-mime-in SHEBANG_FILES= autotools/intltool-merge # Fails to build with GCC 4.9, cf. PR 196849. USE_GCC= 4.8 -USE_GNOME= libgnomecanvas +USE_GNOME= intltool libgnomecanvas GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ --enable-osspcm=/dev/dsp \ diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile index 68d2fd270d8e..0bda56202c94 100644 --- a/audio/deadbeef/Makefile +++ b/audio/deadbeef/Makefile @@ -23,7 +23,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-alsa --disable-nullout --disable-gtk3 CPPFLAGS+= -I../dumb/dumb-kode54/include -I../../plugins/libmp4ff -I../../plugins/gme/game-music-emu-0.6pre -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lexecinfo -lintl -WANT_GNOME= yes +USE_GNOME= intltool INSTALLS_ICONS= yes SHEBANG_FILES= yasmwrapper.sh INSTALL_TARGET= install-strip diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile index 8b8759dd4d2d..6f96ee9bb875 100644 --- a/audio/denemo/Makefile +++ b/audio/denemo/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libaubio.so:${PORTSDIR}/audio/aubio \ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils USES= bison gettext gmake pkgconfig -USE_GNOME= librsvg2 libxml2 +USE_GNOME= intltool librsvg2 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-jack \ --disable-alsa \ diff --git a/audio/gbemol/Makefile b/audio/gbemol/Makefile index 80cac9477345..288e1bff91f5 100644 --- a/audio/gbemol/Makefile +++ b/audio/gbemol/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= gettext gmake pkgconfig -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool post-patch: @${CHMOD} a+x ${WRKSRC}/install-sh diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile index 29aef7f896a9..d61799f7cc47 100644 --- a/audio/gmpc/Makefile +++ b/audio/gmpc/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd \ GNU_CONFIGURE= yes USES= gettext gmake libtool pathfix pkgconfig -USE_GNOME= glib20 gtk20 libglade2 +USE_GNOME= glib20 gtk20 intltool libglade2 INSTALLS_ICONS= yes CONFIGURE_ARGS= --enable-system-libsexy CPPFLAGS+= -I${LOCALBASE}/include diff --git a/audio/gvolwheel/Makefile b/audio/gvolwheel/Makefile index 89d3ff756485..d2da1d0f126c 100644 --- a/audio/gvolwheel/Makefile +++ b/audio/gvolwheel/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= gmake iconv pkgconfig -USE_GNOME= gtk30 +USE_GNOME= gtk30 intltool PORTDOCS= AUTHORS ChangeLog README diff --git a/audio/jamin/Makefile b/audio/jamin/Makefile index 564e23b22d77..bd81d273d18c 100644 --- a/audio/jamin/Makefile +++ b/audio/jamin/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 GNU_CONFIGURE= yes USES= desktop-file-utils gmake libtool pkgconfig shared-mime-info -USE_GNOME= gtk20 libxml2 +USE_GNOME= gtk20 intltool libxml2 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ladspa/jamincont_1912.so diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index b4591a8d9517..f9949017310b 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libplist.so:${PORTSDIR}/devel/libplist \ libtag.so:${PORTSDIR}/audio/taglib \ libsgutils2.so:${PORTSDIR}/sysutils/sg3_utils -USE_GNOME= gdkpixbuf2 gtk20 +USE_GNOME= gdkpixbuf2 gtk20 intltool USE_SQLITE= 3 USES= tar:bzip2 gettext gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes diff --git a/audio/lingot/Makefile b/audio/lingot/Makefile index 2dd820a684be..4b263b53f88a 100644 --- a/audio/lingot/Makefile +++ b/audio/lingot/Makefile @@ -12,7 +12,7 @@ COMMENT= LINGOT is a musical instrument tuner LICENSE= GPLv2 -USE_GNOME= gtk20 libglade2 +USE_GNOME= gtk20 intltool libglade2 GNU_CONFIGURE= yes USES= gettext gmake pkgconfig diff --git a/audio/lxmusic/Makefile b/audio/lxmusic/Makefile index 9dc3f73f3fe0..d29c3668cd48 100644 --- a/audio/lxmusic/Makefile +++ b/audio/lxmusic/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libxmmsclient.so:${PORTSDIR}/audio/xmms2 \ libnotify.so:${PORTSDIR}/devel/libnotify USES= gmake desktop-file-utils pkgconfig -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip diff --git a/audio/osd-lyrics/Makefile b/audio/osd-lyrics/Makefile index 3fd1122e3eec..94b95568fa4a 100644 --- a/audio/osd-lyrics/Makefile +++ b/audio/osd-lyrics/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ libcurl.so:${PORTSDIR}/ftp/curl USES= desktop-file-utils gettext gmake iconv pathfix pkgconfig -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool USE_SQLITE= yes GNU_CONFIGURE= yes # Cannot enable -Werror yet: Clang does not like the code `printf(_("..."))', diff --git a/audio/paprefs/Makefile b/audio/paprefs/Makefile index 410c8c8eba2b..c7cc65ae5776 100644 --- a/audio/paprefs/Makefile +++ b/audio/paprefs/Makefile @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= gmake pkgconfig -USE_GNOME= gconfmm26 gnomeprefix +USE_GNOME= gconfmm26 gnomeprefix intltool CONFIGURE_ARGS= --disable-lynx diff --git a/audio/soundconverter/Makefile b/audio/soundconverter/Makefile index 0d73f00565f9..5e2fe30ae247 100644 --- a/audio/soundconverter/Makefile +++ b/audio/soundconverter/Makefile @@ -20,7 +20,7 @@ SHEBANG_FILES= src/soundconverter.py python_OLD_CMD= /usr/bin/python -tt GNU_CONFIGURE= yes -USE_GNOME= pygtk2 pygnome2 +USE_GNOME= intltool pygtk2 pygnome2 MAKE_ENV= MAKE=${MAKE_CMD} INSTALLS_ICONS= yes diff --git a/audio/vagalume/Makefile b/audio/vagalume/Makefile index 0ed2aaee9332..941112bae90f 100644 --- a/audio/vagalume/Makefile +++ b/audio/vagalume/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ GNU_CONFIGURE= yes USES= gmake pkgconfig desktop-file-utils -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool USE_GSTREAMER= good mad gconf INSTALLS_ICONS= yes diff --git a/audio/volumeicon/Makefile b/audio/volumeicon/Makefile index 622066946ef8..071da47099c0 100644 --- a/audio/volumeicon/Makefile +++ b/audio/volumeicon/Makefile @@ -17,7 +17,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= gmake gettext pkgconfig -USE_GNOME= gtk30 +USE_GNOME= gtk30 intltool OPTIONS_DEFINE= NLS NOTIFY OPTIONS_DEFAULT= NOTIFY |