mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Tretter <m.tretter@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Michael Tretter <m.tretter@pengutronix.de>
Subject: [ptxdist] [PATCH 05/10] gst-plugins-ugly1: version bump 1.12.4 -> 1.14.0
Date: Wed, 21 Mar 2018 14:06:42 +0100	[thread overview]
Message-ID: <20180321130647.29825-5-m.tretter@pengutronix.de> (raw)
In-Reply-To: <20180321130647.29825-1-m.tretter@pengutronix.de>

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 rules/gst-plugins-ugly1.in   | 15 ---------------
 rules/gst-plugins-ugly1.make |  7 ++-----
 2 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/rules/gst-plugins-ugly1.in b/rules/gst-plugins-ugly1.in
index a7d92a88d..54566099c 100644
--- a/rules/gst-plugins-ugly1.in
+++ b/rules/gst-plugins-ugly1.in
@@ -7,9 +7,6 @@ menuconfig GST_PLUGINS_UGLY1
 	select GST_PLUGINS_BASE1
 	select ORC
 	select LIBMPEG2		if GST_PLUGINS_UGLY1_MPEG2DEC
-	select MPG123		if GST_PLUGINS_UGLY1_MPG123
-	select LAME		if GST_PLUGINS_UGLY1_LAME
-	select TWOLAME		if GST_PLUGINS_UGLY1_TWOLAME
 	prompt "gst-plugins-ugly              "
 	help
 	  GStreamer Ugly Plug-ins is a set of plug-ins that
@@ -66,27 +63,15 @@ config GST_PLUGINS_UGLY1_DVDREADSRC
 	depends on BROKEN
 	prompt "dvdreadsrc"
 
-config GST_PLUGINS_UGLY1_LAME
-	bool
-	prompt "lame"
-
 config GST_PLUGINS_UGLY1_MPEG2DEC
 	bool
 	prompt "mpeg2dec"
 
-config GST_PLUGINS_UGLY1_MPG123
-	bool
-	prompt "mpg123"
-
 config GST_PLUGINS_UGLY1_SID
 	bool
 	depends on BROKEN
 	prompt "sid"
 
-config GST_PLUGINS_UGLY1_TWOLAME
-	bool
-	prompt "twolame"
-
 config GST_PLUGINS_UGLY1_X264
 	bool
 	depends on BROKEN
diff --git a/rules/gst-plugins-ugly1.make b/rules/gst-plugins-ugly1.make
index 745bfbd88..1d337382b 100644
--- a/rules/gst-plugins-ugly1.make
+++ b/rules/gst-plugins-ugly1.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_UGLY1) += gst-plugins-ugly1
 #
 # Paths and names
 #
-GST_PLUGINS_UGLY1_VERSION	:= 1.12.4
-GST_PLUGINS_UGLY1_MD5		:= e2b836fb2747f6ae3a1a6f33a9d8c952
+GST_PLUGINS_UGLY1_VERSION	:= 1.14.0
+GST_PLUGINS_UGLY1_MD5		:= bcb1f8d9339176aee2b5da2a9cb2df88
 GST_PLUGINS_UGLY1		:= gst-plugins-ugly-$(GST_PLUGINS_UGLY1_VERSION)
 GST_PLUGINS_UGLY1_SUFFIX	:= tar.xz
 GST_PLUGINS_UGLY1_URL		:= http://gstreamer.freedesktop.org/src/gst-plugins-ugly/$(GST_PLUGINS_UGLY1).$(GST_PLUGINS_UGLY1_SUFFIX)
@@ -40,11 +40,8 @@ GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_AMRNB)		+= amrnb
 GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_AMRWBDEC)		+= amrwb
 GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_CDIO)		+= cdio
 GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_DVDREADSRC)	+= dvdread
-GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_LAME)		+= lame
 GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_MPEG2DEC)		+= mpeg2dec
-GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_MPG123)		+= mpg123
 GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_SID)		+= sidplay
-GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_TWOLAME)		+= twolame
 GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_X264)		+= x264
 
 GST_PLUGINS_UGLY1_ENABLEC-y	+= $(GST_PLUGINS_UGLY1_ENABLE-y)
-- 
2.16.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2018-03-21 13:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-21 13:06 [ptxdist] [PATCH 01/10] gstreamer1: " Michael Tretter
2018-03-21 13:06 ` [ptxdist] [PATCH 02/10] gst-plugins-base1: " Michael Tretter
2018-03-21 13:06 ` [ptxdist] [PATCH 03/10] gst-plugins-good1: " Michael Tretter
2018-03-21 13:06 ` [ptxdist] [PATCH 04/10] gst-plugins-bad1: " Michael Tretter
2018-03-21 13:06 ` Michael Tretter [this message]
2018-03-21 13:06 ` [ptxdist] [PATCH 06/10] gst-python1: " Michael Tretter
2018-03-21 13:06 ` [ptxdist] [PATCH 07/10] gst-validate1: " Michael Tretter
2018-03-21 13:06 ` [ptxdist] [PATCH 08/10] gstreamer-vaapi1: " Michael Tretter
2018-03-21 13:06 ` [ptxdist] [PATCH 09/10] gst-libav1: " Michael Tretter
2018-03-21 13:06 ` [ptxdist] [PATCH 10/10] gst-rtsp-server1: " Michael Tretter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180321130647.29825-5-m.tretter@pengutronix.de \
    --to=m.tretter@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox