diff options
| author | Ross Burton <ross.burton@intel.com> | 2012-10-17 12:46:20 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-09 11:42:46 +0100 |
| commit | 6210e05a528806a5c09802015fb11bbb313d7fdf (patch) | |
| tree | 392c6faccf7dad36137fde9486be1f9010868ae2 /meta-multimedia/recipes-multimedia/gstreamer/gst123_0.3.1.bb | |
| parent | 7ee7a238f19d35f956b09216ae6b0c648b45e5b0 (diff) | |
| download | meta-openembedded-6210e05a528806a5c09802015fb11bbb313d7fdf.tar.gz | |
gst123: add package
gst123 is useful for testing as it simply uses PlayBin, but can display the
pipeline being used for QA purposes.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/gstreamer/gst123_0.3.1.bb')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer/gst123_0.3.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer/gst123_0.3.1.bb b/meta-multimedia/recipes-multimedia/gstreamer/gst123_0.3.1.bb new file mode 100644 index 0000000000..6c495b20c5 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/gstreamer/gst123_0.3.1.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Flexible CLI player in the spirit of mpg123, based on GStreamer" | ||
| 2 | HOMEPAGE = "http://space.twc.de/~stefan/gst123.php" | ||
| 3 | LICENSE = "LGPLv2.1+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | ||
| 5 | file://src/gst123.cc;beginline=1;endline=19;md5=05d2f5d54b985b986c26af931d2084f8" | ||
| 6 | |||
| 7 | DEPENDS = "libx11 gstreamer gst-plugins-base gtk+ ncurses" | ||
| 8 | |||
| 9 | SRC_URI = "http://space.twc.de/~stefan/gst123/${BPN}-${PV}.tar.bz2 \ | ||
| 10 | file://display.patch" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "1e77767c9d6fecee5641f95804f160fe" | ||
| 13 | SRC_URI[sha256sum] = "89d1de025eca0466c125dcd6a11b64341bdf98ee4c03c3e5a12321d77cb8b0ce" | ||
| 14 | |||
| 15 | inherit autotools | ||
