drop gettext module

OK sthen@
This commit is contained in:
kirby 2017-11-16 19:52:09 +00:00
parent 445ca8c0a3
commit 39c0fd723c
9 changed files with 36 additions and 48 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.50 2017/10/23 17:10:37 sthen Exp $
# $OpenBSD: Makefile,v 1.51 2017/11/16 19:52:09 kirby Exp $
COMMENT= GTK+2 program to synchronize an Apple iPod
DISTNAME= gtkpod-1.0.0
REVISION= 6
REVISION= 7
CATEGORIES= audio x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkpod/}
@ -12,11 +12,11 @@ HOMEPAGE= http://www.gtkpod.org/
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 Xcursor Xext Xfixes Xi Xinerama Xrandr Xrender
WANTLIB += Xcomposite Xdamage c cairo expat fontconfig freetype m pthread
WANTLIB += xcb z xml2 png glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 pango-1.0 pangoft2-1.0 pangocairo-1.0 atk-1.0 pixman-1
WANTLIB += Xcomposite Xdamage c cairo fontconfig freetype m pthread
WANTLIB += z xml2 glib-2.0 gmodule-2.0 gobject-2.0 intl
WANTLIB += gthread-2.0 pango-1.0 pangoft2-1.0 pangocairo-1.0 atk-1.0
WANTLIB += gio-2.0 id3tag gpod gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.0 curl
WANTLIB += glade-2.0 xcb-render GL xcb-shm FLAC ogg vorbis vorbisfile
WANTLIB += glade-2.0 FLAC ogg vorbis vorbisfile
USE_GMAKE= Yes
@ -33,7 +33,7 @@ LIB_DEPENDS= audio/libid3tag \
devel/libglade2 \
net/curl
MODULES= devel/gettext textproc/intltool
MODULES= textproc/intltool
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+= --with-curl \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2017/07/26 22:45:15 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2017/11/16 19:52:09 kirby Exp $
COMMENT= curses based frontend for mpd
@ -12,12 +12,11 @@ HOMEPAGE= http://pms.sourceforge.net/
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c glib-2.0 m ncursesw pthread ${COMPILER_LIBCXX}
WANTLIB += c glib-2.0 intl m ncursesw pthread ${COMPILER_LIBCXX}
LIB_DEPENDS= devel/glib2
MODULES= devel/gettext \
textproc/intltool
MODULES= textproc/intltool
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pms/}

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2015/08/25 13:18:24 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2017/11/16 19:52:09 kirby Exp $
COMMENT = lightweight audio player with a simple interface
DISTNAME = potamus-16
CATEGORIES = audio x11
REVISION = 1
REVISION = 2
HOMEPAGE = http://offog.org/code/potamus/
@ -14,14 +14,12 @@ WANTLIB += FLAC X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender ao atk-1.0 audiofile avcodec
WANTLIB += avformat avutil c cairo fontconfig freetype gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glade-2.0 glib-2.0 gobject-2.0
WANTLIB += gthread-2.0 gtk-x11-2.0 m mad modplug opusfile pango-1.0
WANTLIB += gthread-2.0 gtk-x11-2.0 intl m mad modplug opusfile pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pthread samplerate vorbisfile
WANTLIB += xml2 z
MASTER_SITES = http://offog.org/files/
MODULES = devel/gettext
LIB_DEPENDS = audio/libao \
audio/libmad \
audio/libmodplug \

View File

@ -1,21 +1,19 @@
# $OpenBSD: Makefile,v 1.23 2017/07/08 07:02:57 jasper Exp $
# $OpenBSD: Makefile,v 1.24 2017/11/16 19:52:09 kirby Exp $
COMMENT= client for MPD to submit tracks to Last.fm
CATEGORIES= audio
DISTNAME= scmpc-0.4.1
REVISION= 0
REVISION= 1
HOMEPAGE= http://cmende.github.io/scmpc/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c confuse curl glib-2.0 mpdclient pthread
WANTLIB += c confuse curl glib-2.0 iconv intl mpdclient
MASTER_SITES= https://bitbucket.org/cmende/scmpc/downloads/
MODULES+= devel/gettext
CONFIGURE_STYLE= gnu
LIB_DEPENDS= devel/glib2 \

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.6 2015/08/25 13:18:25 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2017/11/16 19:52:09 kirby Exp $
COMMENT = solfege and ear training program
DISTNAME = solfege-3.22.2
CATEGORIES = audio x11
BROKEN-hppa = SIGILL when running lilypond
REVISION = 0
REVISION = 1
HOMEPAGE = http://www.solfege.org/
@ -13,10 +13,10 @@ PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=solfege/}
MODULES = devel/gettext \
lang/python
MODULES = lang/python
BUILD_DEPENDS = print/lilypond,-main \
BUILD_DEPENDS = devel/gettext-tools \
print/lilypond,-main \
sysutils/coreutils \
x11/py-gtk2

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.30 2017/10/23 17:10:37 sthen Exp $
# $OpenBSD: Makefile,v 1.31 2017/11/16 19:52:09 kirby Exp $
COMMENT= music tracking tool for X11
V= 0.6.8
DISTNAME= soundtracker_$V.gtk2_17092006_1613
PKGNAME= soundtracker-$V
REVISION= 6
REVISION= 7
CATEGORIES= audio
HOMEPAGE= http://www.shaltev.org/programming.html
@ -19,19 +19,16 @@ EXTRACT_SUFX= .tar.bz2
WANTLIB += ICE ORBit-2 SM X11 Xcomposite Xcursor Xdamage Xext
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender art_lgpl_2 atk-1.0
WANTLIB += bonobo-2 bonobo-activation bonoboui-2 c cairo expat
WANTLIB += bonobo-2 bonobo-activation bonoboui-2 c cairo
WANTLIB += fontconfig freetype gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnome-2 gnomecanvas-2
WANTLIB += gnomeui-2 gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += popt pthread sndfile sndio xcb xcb-render
WANTLIB += xcb-shm z
WANTLIB += intl m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += popt pthread sndfile sndio z
LIB_DEPENDS= audio/libsndfile \
x11/gnome/libgnomeui
MODULES= devel/gettext
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-alsa \
--disable-sgi \

View File

@ -1,21 +1,19 @@
# $OpenBSD: Makefile,v 1.26 2015/01/24 11:07:57 schwarze Exp $
# $OpenBSD: Makefile,v 1.27 2017/11/16 19:52:09 kirby Exp $
COMMENT= rip shoutcast streams to local mp3s
DISTNAME= streamripper-1.64.6
REVISION= 1
REVISION= 2
CATEGORIES= audio
HOMEPAGE= http://streamripper.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamripper/}
MODULES= devel/gettext
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c glib-2.0 iberty m mad>=2 ogg>=5.2 pthread vorbis>=3.0
WANTLIB += c glib-2.0 iberty iconv intl m mad>=2 ogg>=5.2 pthread vorbis>=3.0
LIB_DEPENDS= audio/libmad \
audio/libogg \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.22 2016/11/04 11:35:18 sthen Exp $
# $OpenBSD: Makefile,v 1.23 2017/11/16 19:52:09 kirby Exp $
COMMENT= integer-only ogg vorbis command-line player
DISTNAME= vorbis-tools-1.0
PKGNAME= ${DISTNAME:S/vorbis/tremor/}
REVISION= 7
REVISION= 8
CATEGORIES= audio
MASTER_SITES= http://www.vorbis.com/files/1.0/unix/
@ -17,12 +17,11 @@ USE_GMAKE= Yes
LIB_DEPENDS= audio/libao \
audio/libogg \
audio/tremor \
devel/gettext \
net/curl
MODULES= devel/gettext
WANTLIB= ao>=3 c curl>=2 crypto ogg>=5 nghttp2 \
pthread ssl vorbisidec>=1 z
iconv intl pthread ssl vorbisidec>=1 z
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--disable-vorbistest

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.44 2017/07/26 22:45:16 sthen Exp $
# $OpenBSD: Makefile,v 1.45 2017/11/16 19:52:09 kirby Exp $
COMMENT = audio player daemon with library management
BROKEN-sparc64 = waf build goes into an infinite loop
@ -6,7 +6,7 @@ BROKEN-sparc64 = waf build goes into an infinite loop
V = 0.8
DISTNAME = xmms2-${V}DrO_o
PKGNAME = xmms2-${V}
REVISION = 7
REVISION = 8
SHARED_LIBS += xmmsclient++ 2.0 # 4.0.0
SHARED_LIBS += xmmsclient++-glib 1.0 # 1.0.0
@ -24,7 +24,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += FLAC ao avahi-client avahi-common avahi-glib avcodec
WANTLIB += avutil c curl gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 jack m mad ncurses ogg pcre perl pthread readline
WANTLIB += gthread-2.0 intl jack m mad ncurses ogg pcre perl pthread readline
WANTLIB += sndfile speex sqlite3 ${COMPILER_LIBCXX} vorbis vorbisfile
WANTLIB += vorbisidec vpx x264 xml2 opus swresample x265 ${MODPY_WANTLIB}
@ -33,7 +33,6 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=xmms2/}
EXTRACT_SUFX = .tar.bz2
MODULES = lang/python \
devel/gettext \
perl
NO_TEST = Yes