aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jack
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2011-02-26 11:49:07 +0100
committerTom Rini <tom_rini@mentor.com>2011-02-26 10:37:30 -0700
commitb31a6b5b8ac6fc4f618fbc764d2454730b87671d (patch)
tree7f8720428a45e2bed469a098097f3a4b80d30abc /recipes/jack
parent884e3ae5d876163c83ef70c4af2c12f6d27599c7 (diff)
downloadopenembedded-b31a6b5b8ac6fc4f618fbc764d2454730b87671d.tar.gz
jack: remove old versions
The jack is not pinned anywhere and according to the git log it seems, that just the latest stable version is maintained and used. Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/jack')
-rw-r--r--recipes/jack/jack_0.103.0.bb30
-rw-r--r--recipes/jack/jack_0.116.2.bb32
2 files changed, 0 insertions, 62 deletions
diff --git a/recipes/jack/jack_0.103.0.bb b/recipes/jack/jack_0.103.0.bb
deleted file mode 100644
index f7bd62ae1c..0000000000
--- a/recipes/jack/jack_0.103.0.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-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}/*"
-
-SRC_URI[md5sum] = "03a0f63b997ce7b83a1eeaa6b80f4388"
-SRC_URI[sha256sum] = "a5d9fd696d7ee4a1c7679b5a688155bc1e0abbdf5f144d6762dbbee874df235f"
diff --git a/recipes/jack/jack_0.116.2.bb b/recipes/jack/jack_0.116.2.bb
deleted file mode 100644
index d97043ab97..0000000000
--- a/recipes/jack/jack_0.116.2.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-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 = "r1"
-
-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
-
-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}/*"
-FILES_${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/* "
-
-
-SRC_URI[md5sum] = "9c0ae9880e9b6e081f1a238fe6a28bd5"
-SRC_URI[sha256sum] = "ce6e1f61a3b003137af56b749e5ed4274584167c0877ea9ef2d83f47b11c8d3d"