From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 08 Feb 2023 12:50:06 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pPixj-000Vtz-Jp for lore@lore.pengutronix.de; Wed, 08 Feb 2023 12:50:06 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pPixf-0000sr-4i; Wed, 08 Feb 2023 12:50:03 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pPixG-0008Ab-1a; Wed, 08 Feb 2023 12:49:38 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pPixE-003VME-6X; Wed, 08 Feb 2023 12:49:37 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pPixE-008QWd-JN; Wed, 08 Feb 2023 12:49:36 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 8 Feb 2023 12:49:36 +0100 Message-Id: <20230208114936.2008544-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230124075051.3522801-5-p.zabel@pengutronix.de> References: <20230124075051.3522801-5-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] gst-plugins-ugly1: version bump 1.20.5 -> 1.22.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 56fe72a2c53dcca5996c3f1bd0f105607076f978. Michael [sent from post-receive hook] On Wed, 08 Feb 2023 12:49:36 +0100, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > Message-Id: <20230124075051.3522801-5-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/gst-plugins-ugly1.in b/rules/gst-plugins-ugly1.in > index 69969d5d5e79..2a1dabcc103c 100644 > --- a/rules/gst-plugins-ugly1.in > +++ b/rules/gst-plugins-ugly1.in > @@ -38,10 +38,6 @@ config GST_PLUGINS_UGLY1_REALMEDIA > bool > prompt "realmedia" > > -config GST_PLUGINS_UGLY1_XINGMUX > - bool > - prompt "xingmux" > - > comment "plugins with dependencies" > > config GST_PLUGINS_UGLY1_A52DEC > diff --git a/rules/gst-plugins-ugly1.make b/rules/gst-plugins-ugly1.make > index 5184ba074ece..6add9241008f 100644 > --- a/rules/gst-plugins-ugly1.make > +++ b/rules/gst-plugins-ugly1.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_UGLY1) += gst-plugins-ugly1 > # > # Paths and names > # > -GST_PLUGINS_UGLY1_VERSION := 1.20.5 > -GST_PLUGINS_UGLY1_MD5 := a1e665c39d446cfdf69190b3397c76da > +GST_PLUGINS_UGLY1_VERSION := 1.22.0 > +GST_PLUGINS_UGLY1_MD5 := ac97c1ca8d9c7a9878ca15796b70d809 > 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) > @@ -44,7 +44,6 @@ GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_MPEG2DEC) += mpeg2dec > GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_REALMEDIA) += realmedia > GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_SIDPLAY) += sidplay > GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_X264) += x264 > -GST_PLUGINS_UGLY1_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY1_XINGMUX) += xingmux > > GST_PLUGINS_UGLY1_ENABLEC- += $(GST_PLUGINS_UGLY1_ENABLE-) > GST_PLUGINS_UGLY1_ENABLEC-y += $(GST_PLUGINS_UGLY1_ENABLE-y)