summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/harp/Makefile4
-rw-r--r--audio/libgpod/Makefile3
-rw-r--r--audio/linuxsampler/Makefile3
-rw-r--r--audio/lollypop/Makefile3
-rw-r--r--audio/osd-lyrics/Makefile3
-rw-r--r--audio/pragha/Makefile3
6 files changed, 6 insertions, 13 deletions
diff --git a/audio/harp/Makefile b/audio/harp/Makefile
index 997f870..f6733e5 100644
--- a/audio/harp/Makefile
+++ b/audio/harp/Makefile
@@ -12,9 +12,7 @@ LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= heckendorfc
-USES= cmake
-
-USE_SQLITE= yes
+USES= cmake sqlite
USE_LDCONFIG= yes
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile
index 835553c..4834887 100644
--- a/audio/libgpod/Makefile
+++ b/audio/libgpod/Makefile
@@ -16,13 +16,12 @@ LIB_DEPENDS= libplist.so:devel/libplist \
libtag.so:audio/taglib \
libsgutils2.so:sysutils/sg3_utils
-USES= gettext gmake libtool localbase pathfix pkgconfig tar:bzip2
+USES= gettext gmake libtool localbase pathfix pkgconfig sqlite:3 tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules --disable-udev --without-hal \
--with-html-dir="${DOCSDIR:H}"
USE_CSTD= gnu89
USE_GNOME= gdkpixbuf2 gtk20 intltool
-USE_SQLITE= 3
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
diff --git a/audio/linuxsampler/Makefile b/audio/linuxsampler/Makefile
index b434d1d..0dd2c4c 100644
--- a/audio/linuxsampler/Makefile
+++ b/audio/linuxsampler/Makefile
@@ -22,9 +22,8 @@ OPTIONS_DEFAULT= JACK
DSSI_DESC= Enable DSSI support
LV2CORE_DESC= Enable LV2 support
-USES= tar:bzip2 libtool gmake pathfix pkgconfig
+USES= tar:bzip2 libtool gmake pathfix pkgconfig sqlite:3
GNU_CONFIGURE= yes
-USE_SQLITE= 3
CONFIGURE_ENV= HAVE_UNIX98=1
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
diff --git a/audio/lollypop/Makefile b/audio/lollypop/Makefile
index d81a216..978a29b 100644
--- a/audio/lollypop/Makefile
+++ b/audio/lollypop/Makefile
@@ -18,10 +18,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.8:databases/py-sqlite3 \
LIB_DEPENDS= libnotify.so:devel/libnotify \
libtotem-plparser.so:multimedia/totem-pl-parser
-USES= shebangfix python:3 pkgconfig gettext gmake tar:xz
+USES= shebangfix python:3 pkgconfig gettext gmake sqlite tar:xz
GNU_CONFIGURE= yes
USE_GNOME= glib20 gtk30 py3gobject3 introspection:build intltool intlhack
-USE_SQLITE= yes
USE_GSTREAMER1= yes mad ogg flac opus libav faad good speex
USE_PYTHON= py3kplist
INSTALLS_ICONS= yes
diff --git a/audio/osd-lyrics/Makefile b/audio/osd-lyrics/Makefile
index f70ad67..5e777e5 100644
--- a/audio/osd-lyrics/Makefile
+++ b/audio/osd-lyrics/Makefile
@@ -17,9 +17,8 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \
libdbus-glib-1.so:devel/dbus-glib \
libcurl.so:ftp/curl
-USES= desktop-file-utils gettext gmake iconv localbase pkgconfig
+USES= desktop-file-utils gettext gmake iconv localbase pkgconfig sqlite
USE_GNOME= gtk20 intltool
-USE_SQLITE= yes
GNU_CONFIGURE= yes
# Cannot enable -Werror yet: Clang does not like the code `printf(_("..."))',
# see this bug for details: http://llvm.org/bugs/show_bug.cgi?id=3814
diff --git a/audio/pragha/Makefile b/audio/pragha/Makefile
index 70aa43c..ae87c49 100644
--- a/audio/pragha/Makefile
+++ b/audio/pragha/Makefile
@@ -19,10 +19,9 @@ LIB_DEPENDS= libtag.so:audio/taglib \
libtotem-plparser.so:multimedia/totem-pl-parser
USES= compiler:c11 desktop-file-utils gettext-tools gmake libtool \
- pkgconfig tar:bz2
+ pkgconfig sqlite tar:bz2
GNU_CONFIGURE= yes
USE_GNOME= glib20 gtk30 intltool intlhack
-USE_SQLITE= yes
USE_GSTREAMER1= yes faad flac libav mad ogg speex
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
OpenPOWER on IntegriCloud