Author: mwise
Date: Tue Mar  3 13:24:19 2009
New Revision: 4672

URL: http://svn.slimdevices.com/jive?rev=4672&view=rev
Log:
Sox recipe. Seems to work on x86 for building a static library.

Added:
    
7.3/trunk/squeezeos/poky/meta-squeezeos/packages/libsamplerate/libsamplerate_0.1.7.bb
    7.3/trunk/squeezeos/poky/meta-squeezeos/packages/sox/
    7.3/trunk/squeezeos/poky/meta-squeezeos/packages/sox/sox_14.2.0.bb

Added: 
7.3/trunk/squeezeos/poky/meta-squeezeos/packages/libsamplerate/libsamplerate_0.1.7.bb
URL: 
http://svn.slimdevices.com/jive/7.3/trunk/squeezeos/poky/meta-squeezeos/packages/libsamplerate/libsamplerate_0.1.7.bb?rev=4672&view=auto
==============================================================================
--- 
7.3/trunk/squeezeos/poky/meta-squeezeos/packages/libsamplerate/libsamplerate_0.1.7.bb
 (added)
+++ 
7.3/trunk/squeezeos/poky/meta-squeezeos/packages/libsamplerate/libsamplerate_0.1.7.bb
 Tue Mar  3 13:24:19 2009
@@ -1,0 +1,18 @@
+DESCRIPTION = "WavPack Libraries"
+SECTION = "libs"
+LICENSE = "LGPL"
+
+PR="r0"
+
+SRC_URI = "http://www.mega-nerd.com/SRC/${PN}-${PV}.tar.gz";
+
+S="${WORKDIR}/${PN}-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--enable-static"
+
+do_stage() {
+       autotools_stage_all
+}
+

Added: 7.3/trunk/squeezeos/poky/meta-squeezeos/packages/sox/sox_14.2.0.bb
URL: 
http://svn.slimdevices.com/jive/7.3/trunk/squeezeos/poky/meta-squeezeos/packages/sox/sox_14.2.0.bb?rev=4672&view=auto
==============================================================================
--- 7.3/trunk/squeezeos/poky/meta-squeezeos/packages/sox/sox_14.2.0.bb (added)
+++ 7.3/trunk/squeezeos/poky/meta-squeezeos/packages/sox/sox_14.2.0.bb Tue Mar  
3 13:24:19 2009
@@ -1,0 +1,35 @@
+DESCRIPTION="SoX is the Swiss Army knife of sound processing tools. \
+It converts audio files among various standard audio file formats \
+and can apply different effects and filters to the audio data." 
+HOMEPAGE = "http://sox.sourceforge.net";
+DEPENDS = "libogg libvorbis wavpack flac libmad libsamplerate"
+SECTION = "audio"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/sox/sox-${PV}.tar.gz"
+
+CFLAGS_prepend = "-I${STAGING_INCDIR} "
+export LDFLAGS = "-L${STAGING_LIBDIR} -static"
+
+EXTRA_OECONF = "--with-flac \
+               --with-vorbis \
+               --with-ogg \
+               --with-mad \
+               --with-wavpack \
+               --with-samplerate \
+               --without-id3tag \
+               --without-lame \
+               --without-ffmpeg \
+               --without-png \
+               --without-ladspa \
+               --disable-oss \
+               --disable-alsa \
+               --disable-symlinks \
+               --disable-libao \
+               --disable-coreaudio \
+               --without-libltdl \
+               --disable-shared"
+
+inherit autotools
+

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to