[oe-commits] org.oe.dev vorbis-tools_1.1.1.bb: package version 1.1.1 of vorbis-tools

jeremy_laine commit openembedded-commits at lists.openembedded.org
Thu Feb 7 10:15:15 UTC 2008


vorbis-tools_1.1.1.bb: package version 1.1.1 of vorbis-tools

Author: jeremy_laine at openembedded.org
Branch: org.openembedded.dev
Revision: 07fe99f4ad18a451a710d4b949c7ff15d923b058
ViewMTN: http://monotone.openembedded.org/revision/info/07fe99f4ad18a451a710d4b949c7ff15d923b058
Files:
1
packages/vorbis-tools/vorbis-tools-1.1.1
packages/vorbis-tools/vorbis-tools-1.1.1/remove-deprecated-curl-option.patch
packages/vorbis-tools/vorbis-tools_1.1.1.bb
Diffs:

#
# mt diff -r85ff089b9c6c33aaa12a4e11bdae558c839ed979 -r07fe99f4ad18a451a710d4b949c7ff15d923b058
#
# 
# 
# add_dir "packages/vorbis-tools/vorbis-tools-1.1.1"
# 
# add_file "packages/vorbis-tools/vorbis-tools-1.1.1/remove-deprecated-curl-option.patch"
#  content [6360e706032992cfec98e59e97045e45974e3a9c]
# 
# add_file "packages/vorbis-tools/vorbis-tools_1.1.1.bb"
#  content [db34e3d02c83e5377aa24467f9f43ceabb94833e]
# 
============================================================
--- packages/vorbis-tools/vorbis-tools-1.1.1/remove-deprecated-curl-option.patch	6360e706032992cfec98e59e97045e45974e3a9c
+++ packages/vorbis-tools/vorbis-tools-1.1.1/remove-deprecated-curl-option.patch	6360e706032992cfec98e59e97045e45974e3a9c
@@ -0,0 +1,12 @@
+diff -urN vorbis-tools-1.1.1.orig/ogg123/http_transport.c vorbis-tools-1.1.1/ogg123/http_transport.c
+--- vorbis-tools-1.1.1.orig/ogg123/http_transport.c	2005-06-13 15:11:44.000000000 +0200
++++ vorbis-tools-1.1.1/ogg123/http_transport.c	2007-12-19 10:40:19.000000000 +0100
+@@ -116,7 +116,7 @@
+   if (inputOpts.ProxyTunnel)
+     curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, inputOpts.ProxyTunnel);
+   */
+-  curl_easy_setopt(handle, CURLOPT_MUTE, 1);
++  /* curl_easy_setopt(handle, CURLOPT_MUTE, 1); */
+   curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error);
+   curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
+   curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);
============================================================
--- packages/vorbis-tools/vorbis-tools_1.1.1.bb	db34e3d02c83e5377aa24467f9f43ceabb94833e
+++ packages/vorbis-tools/vorbis-tools_1.1.1.bb	db34e3d02c83e5377aa24467f9f43ceabb94833e
@@ -0,0 +1,21 @@
+DESCRIPTION = "vorbis-tools contains oggenc (an encoder), ogg123 (a playback tool), \
+ogginfo (displays ogg information), vcut (ogg file splitter), and \
+vorbiscomment (ogg comment editor)."
+LICENSE = "GPL"
+DEPENDS = "libogg libvorbis libao curl"
+SECTION = "console/multimedia"
+
+SRC_URI = "http://downloads.xiph.org/releases/vorbis/vorbis-tools-${PV}.tar.gz \
+           file://remove-deprecated-curl-option.patch;patch=1"
+
+inherit autotools
+
+EXTRA_OECONF = "--without-flac --without-speex \
+		--with-ogg-libraries=${STAGING_LIBDIR}/ \
+		--with-ogg-includes=${STAGING_INCDIR}/ \
+		--with-vorbis-libraries=${STAGING_LIBDIR}/ \
+		--with-vorbis-includes=${STAGING_INCDIR}/ \
+		--with-ao-libraries=${STAGING_LIBDIR}/ \
+		--with-ao-includes=${STAGING_INCDIR}/ \
+		--with-curl-libraries=${STAGING_LIBDIR}/ \
+		--with-curl-includes=${STAGING_INCDIR}/"






More information about the Openembedded-commits mailing list