| Submitter | Ross Burton |
|---|---|
| Date | Oct. 17, 2012, 11:46 a.m. |
| Message ID | <1350474405-3421-1-git-send-email-ross.burton@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/38209/ |
| State | Superseded |
| Headers | show |
Comments
On Wed, Oct 17, 2012 at 12:46:45PM +0100, Ross Burton wrote: > gst123 is useful for testing as it simply uses PlayBin, but can display the > pipeline being used for QA purposes. Missing subject prefix. Cheers, > > 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-oe/recipes-multimedia/gstreamer/gst123_0.3.1.bb > > diff --git a/meta-oe/recipes-multimedia/gstreamer/gst123_0.3.1.bb b/meta-oe/recipes-multimedia/gstreamer/gst123_0.3.1.bb > new file mode 100644 > index 0000000..b543958 > --- /dev/null > +++ b/meta-oe/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 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Patch
diff --git a/meta-oe/recipes-multimedia/gstreamer/gst123_0.3.1.bb b/meta-oe/recipes-multimedia/gstreamer/gst123_0.3.1.bb new file mode 100644 index 0000000..b543958 --- /dev/null +++ b/meta-oe/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
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-oe/recipes-multimedia/gstreamer/gst123_0.3.1.bb