aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2016-11-03 21:01:19 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-23 15:24:02 +0100
commit3173e7e227d12683705e47e7a3b25dccfebe6c0d (patch)
treea2dfd591331e65f1ca22f8790d513447a45fce68 /meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb
parent35f77c6250d1123e4af3ac01a539477163c89bdf (diff)
downloadmeta-openembedded-contrib-3173e7e227d12683705e47e7a3b25dccfebe6c0d.tar.gz
streamripper: add v1.64.6
Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb')
-rw-r--r--meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb b/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb
new file mode 100644
index 0000000000..94355b64d4
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb
@@ -0,0 +1,29 @@
+SUMMARY = "download online streams into audio files"
+DESCRIPTION = "This command-line tool can be used to record MPEG III \
+and OGG online radio-streams into track-separated audio files."
+HOMEPAGE = "http://streamripper.sourceforge.net"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
+DEPENDS = "glib-2.0 libmad libogg libvorbis"
+
+SRC_URI = "\
+ ${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz \
+ file://0001-build-these-are-foreign-automake-projects.patch \
+ file://0002-build-don-t-ignore-CPPFLAGS-from-environment.patch \
+ file://0003-ripstream-fix-compilation.patch \
+"
+SRC_URI[mdsum] = "a37a1a8b8f9228522196a122a1c2dd32"
+SRC_URI[sha256sum] = "c1d75f2e9c7b38fd4695be66eff4533395248132f3cc61f375196403c4d8de42"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF += "--with-included-argv=yes --with-included-libmad=no"
+EXTRA_OECONF += "\
+ --with-ogg-includes=${STAGING_INCDIR} \
+ --with-ogg-libraries=${STAGING_LIBDIR} \
+ --with-vorbis-includes=${STAGING_INCDIR} \
+ --with-vorbis-libraries=${STAGING_LIBDIR} \
+"
+
+# the included argv library needs this
+CPPFLAGS_append = " -DANSI_PROTOTYPES"