* [V3] [meta-multimedia] gst123: add package
@ 2012-10-17 14:21 Ross Burton
2012-10-17 14:21 ` [PATCH] " Ross Burton
0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2012-10-17 14:21 UTC (permalink / raw)
To: openembedded-devel
Hopefully this is the right format this time...
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] [meta-multimedia] gst123: add package
2012-10-17 14:21 [V3] [meta-multimedia] gst123: add package Ross Burton
@ 2012-10-17 14:21 ` Ross Burton
2012-10-18 7:14 ` Koen Kooi
0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2012-10-17 14:21 UTC (permalink / raw)
To: openembedded-devel
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>
---
.../recipes-multimedia/gstreamer/gst123_0.3.1.bb | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 meta-multimedia/recipes-multimedia/gstreamer/gst123_0.3.1.bb
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 0000000..b543958
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/gstreamer/gst123_0.3.1.bb
@@ -0,0 +1,19 @@
+SUMMARY = "gst123"
+DESCRIPTION = "Flexible command line player in the spirit of ogg123 and mpg123, based on GStreamer"
+HOMEPAGE = "http://space.twc.de/~stefan/gst123.php"
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
+ file://src/gst123.cc;beginline=1;endline=19;md5=05d2f5d54b985b986c26af931d2084f8"
+
+DEPENDS = "libx11 gstreamer gtk+ ncurses"
+
+PR = "r0"
+
+# This is actually the commit after 0.3.1 which fixes a display bug
+SRCREV = "3e46d2e501da68d929bb5f26900a292a5fc04a1f"
+
+SRC_URI = "git://space.twc.de/public/git/gst123.git;protocol=http"
+
+S = "${WORKDIR}/git"
+
+inherit autotools
--
1.7.10
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] [meta-multimedia] gst123: add package
2012-10-17 14:21 ` [PATCH] " Ross Burton
@ 2012-10-18 7:14 ` Koen Kooi
0 siblings, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2012-10-18 7:14 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 17-10-12 16:21, Ross Burton schreef:
> 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> ---
> .../recipes-multimedia/gstreamer/gst123_0.3.1.bb | 19
> +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644
> meta-multimedia/recipes-multimedia/gstreamer/gst123_0.3.1.bb
>
> 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 0000000..b543958 --- /dev/null +++
> b/meta-multimedia/recipes-multimedia/gstreamer/gst123_0.3.1.bb @@ -0,0
> +1,19 @@ +SUMMARY = "gst123"
Can you add a more verbose summary please?
> +DESCRIPTION = "Flexible command line player in the spirit of ogg123 and
> mpg123, based on GStreamer" +HOMEPAGE =
> "http://space.twc.de/~stefan/gst123.php" +LICENSE = "LGPLv2.1+"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2
> \ +
> file://src/gst123.cc;beginline=1;endline=19;md5=05d2f5d54b985b986c26af931d2084f8"
>
>
+
> +DEPENDS = "libx11 gstreamer gtk+ ncurses" + +PR = "r0"
And drop that, it's the default value.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFQf6xwMkyGM64RGpERAljjAJ9aGC2Q5HRMTnFYOlcJb2ywBqIHwwCfRfh5
Luyj+s0dnDIfr77ziVYK7PE=
=tMxI
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-18 7:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 14:21 [V3] [meta-multimedia] gst123: add package Ross Burton
2012-10-17 14:21 ` [PATCH] " Ross Burton
2012-10-18 7:14 ` Koen Kooi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.