From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/jack/jack_0.103.0.bb | 32 ++++++++++++++++++++++++++++++++ recipes/jack/jack_0.116.2.bb | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 recipes/jack/jack_0.103.0.bb create mode 100644 recipes/jack/jack_0.116.2.bb (limited to 'recipes/jack') diff --git a/recipes/jack/jack_0.103.0.bb b/recipes/jack/jack_0.103.0.bb new file mode 100644 index 0000000000..ccd6379447 --- /dev/null +++ b/recipes/jack/jack_0.103.0.bb @@ -0,0 +1,32 @@ +DESCRIPTION = "JACK is a low-latency audio server. It can \ +connect a number of different applications to an audio \ +device, as well as allowing them to share audio between \ +themselves." +SECTION = "libs/multimedia" +PRIORITY = "optional" +LICENSE = "GPL LGPL" +PR = "r0" + +DEPENDS = "alsa-lib" + +SRC_URI = "${SOURCEFORGE_MIRROR}/jackit/jack-audio-connection-kit-${PV}.tar.gz" +S = "${WORKDIR}/jack-audio-connection-kit-${PV}" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--enable-timestamps --disable-capabilities --disable-oldtrans \ + --disable-portaudio --disable-coreaudio --enable-oss --enable-alsa" + +EXTRA_OEMAKE = 'transform="s,^,,"' +LDFLAGS_append = " -ldl -L${STAGING_LIBDIR}" + +PACKAGES =+ "libjack jack-server jack-examples" + +FILES_libjack = "${libdir}/*.so.* ${libdir}/jack/*.so" +FILES_jack-server = "${bindir}/jackd" +FILES_jack-examples = "${bindir}/*" + +do_stage() { + autotools_stage_all +} + diff --git a/recipes/jack/jack_0.116.2.bb b/recipes/jack/jack_0.116.2.bb new file mode 100644 index 0000000000..f0a2e7525e --- /dev/null +++ b/recipes/jack/jack_0.116.2.bb @@ -0,0 +1,32 @@ +DESCRIPTION = "JACK is a low-latency audio server. It can \ +connect a number of different applications to an audio \ +device, as well as allowing them to share audio between \ +themselves." +SECTION = "libs/multimedia" +PRIORITY = "optional" +LICENSE = "GPL LGPL" +PR = "r0" + +DEPENDS = "alsa-lib" + +SRC_URI = "http://jackaudio.org/downloads/jack-audio-connection-kit-${PV}.tar.gz" +S = "${WORKDIR}/jack-audio-connection-kit-${PV}" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--enable-timestamps --disable-capabilities --disable-oldtrans \ + --disable-portaudio --disable-coreaudio --enable-oss --enable-alsa" + +EXTRA_OEMAKE = 'transform="s,^,,"' +LDFLAGS_append = " -ldl -L${STAGING_LIBDIR}" + +PACKAGES =+ "libjack jack-server jack-examples" + +FILES_libjack = "${libdir}/*.so.* ${libdir}/jack/*.so" +FILES_jack-server = "${bindir}/jackd" +FILES_jack-examples = "${bindir}/*" + +do_stage() { + autotools_stage_all +} + -- cgit 1.2.3-korg