diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-07 00:10:22 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-13 12:28:14 +0200 |
| commit | 683b8d36e1782d87bc9d7b8e19db2b631d13d6fb (patch) | |
| tree | 8a70edd5714d840e7f226b3fff0b8e0a9a0a3723 /meta-multimedia/recipes-multimedia/nonworking | |
| parent | 7d1aade13a4ac73910f14ca2ce5b3f5c5b042cac (diff) | |
| download | meta-openembedded-683b8d36e1782d87bc9d7b8e19db2b631d13d6fb.tar.gz | |
Revert "gst123: move to nonworking directory"
* Use PNBLACKLIST instead
This reverts commit b6643c81bdee1165cdd5f301570c4e6fe58a18d3.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/nonworking')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/nonworking/gstreamer/files/display.patch | 60 | ||||
| -rw-r--r-- | meta-multimedia/recipes-multimedia/nonworking/gstreamer/gst123_0.3.1.bb | 15 |
2 files changed, 0 insertions, 75 deletions
diff --git a/meta-multimedia/recipes-multimedia/nonworking/gstreamer/files/display.patch b/meta-multimedia/recipes-multimedia/nonworking/gstreamer/files/display.patch deleted file mode 100644 index 61b0e6c87e..0000000000 --- a/meta-multimedia/recipes-multimedia/nonworking/gstreamer/files/display.patch +++ /dev/null | |||
| @@ -1,60 +0,0 @@ | |||
| 1 | Upstream-Status: Backport | ||
| 2 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
| 3 | |||
| 4 | From 3e46d2e501da68d929bb5f26900a292a5fc04a1f Mon Sep 17 00:00:00 2001 | ||
| 5 | From: Stefan Westerfeld <stefan@space.twc.de> | ||
| 6 | Date: Mon, 23 Apr 2012 03:10:22 +0200 | ||
| 7 | Subject: [PATCH] Fix time display updates (broken by introduction of quiet | ||
| 8 | mode). | ||
| 9 | |||
| 10 | --- | ||
| 11 | src/gst123.cc | 1 + | ||
| 12 | src/msg.cc | 7 +++++++ | ||
| 13 | src/msg.h | 1 + | ||
| 14 | 3 files changed, 9 insertions(+) | ||
| 15 | |||
| 16 | diff --git a/src/gst123.cc b/src/gst123.cc | ||
| 17 | index 20e91e5..ce5876d 100644 | ||
| 18 | --- a/src/gst123.cc | ||
| 19 | +++ b/src/gst123.cc | ||
| 20 | @@ -640,6 +640,7 @@ cb_print_position (gpointer *data) | ||
| 21 | else | ||
| 22 | blanks += " "; | ||
| 23 | Msg::print ("%s%s\r", status.c_str(), blanks.c_str()); | ||
| 24 | + Msg::flush(); | ||
| 25 | } | ||
| 26 | |||
| 27 | /* call me again */ | ||
| 28 | diff --git a/src/msg.cc b/src/msg.cc | ||
| 29 | index 547cd90..33cada2 100644 | ||
| 30 | --- a/src/msg.cc | ||
| 31 | +++ b/src/msg.cc | ||
| 32 | @@ -41,6 +41,13 @@ print (const char *format, ...) | ||
| 33 | } | ||
| 34 | } | ||
| 35 | |||
| 36 | +void | ||
| 37 | +flush() | ||
| 38 | +{ | ||
| 39 | + if (!Options::the().quiet) | ||
| 40 | + fflush (stdout); | ||
| 41 | +} | ||
| 42 | + | ||
| 43 | } | ||
| 44 | |||
| 45 | } | ||
| 46 | diff --git a/src/msg.h b/src/msg.h | ||
| 47 | index e0ced24..5bebac0 100644 | ||
| 48 | --- a/src/msg.h | ||
| 49 | +++ b/src/msg.h | ||
| 50 | @@ -27,6 +27,7 @@ namespace Msg | ||
| 51 | { | ||
| 52 | |||
| 53 | void print (const char *format, ...); | ||
| 54 | +void flush(); | ||
| 55 | |||
| 56 | } | ||
| 57 | |||
| 58 | -- | ||
| 59 | 1.7.9.5 | ||
| 60 | |||
diff --git a/meta-multimedia/recipes-multimedia/nonworking/gstreamer/gst123_0.3.1.bb b/meta-multimedia/recipes-multimedia/nonworking/gstreamer/gst123_0.3.1.bb deleted file mode 100644 index 6c495b20c5..0000000000 --- a/meta-multimedia/recipes-multimedia/nonworking/gstreamer/gst123_0.3.1.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 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 | ||
