From fa2ec9535958bc39e611a08fd037a078ecca70a3 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 11 Oct 2018 18:01:09 -0700 Subject: [PATCH 1/6] gstreamer1: Update to 1.14.4 Disabled a bunch more stuff through the configure script. Refreshed patches. Signed-off-by: Rosen Penev --- multimedia/gstreamer1/Makefile | 18 ++++--- .../patches/001-no-translations.patch | 30 ++++++------ .../gstreamer1/patches/002-no-tests.patch | 48 +++++++++---------- .../gstreamer1/patches/003-no-docs.patch | 40 ++++++++-------- ...10-gstplugin-use-lazy-symbol-binding.patch | 2 +- 5 files changed, 68 insertions(+), 70 deletions(-) diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile index 2abe86483..01b621db2 100644 --- a/multimedia/gstreamer1/Makefile +++ b/multimedia/gstreamer1/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gstreamer1 -PKG_VERSION:=1.14.2 +PKG_VERSION:=1.14.4 PKG_RELEASE:=1 PKG_MAINTAINER:=W. Michael Petullo \ @@ -19,8 +19,8 @@ PKG_LICENSE_FILES:=COPYING PKG_BUILD_DIR:=$(BUILD_DIR)/gstreamer-$(PKG_VERSION) PKG_SOURCE:=gstreamer-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gstreamer/ -PKG_HASH:=4bd6127299f3f29379046bbd58a526e6353b569e0e72f7b4df2ae70df6882e09 +PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gstreamer +PKG_HASH:=f94f6696c5f05a3b3a9183e39c5f5c0b779f75a04c0efa497e7920afa985ffc7 PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=autogen.sh aclocal.m4 @@ -112,20 +112,24 @@ define Package/libgstreamer1/description . This package contains the GStreamer core library. endef - + GST_VERSION:=1.0 CONFIGURE_ARGS += \ --enable-static \ + --disable-benchmarks \ --disable-examples \ + --disable-failing-tests \ + --disable-fatal-warnings \ + --disable-introspection \ + --disable-gst-tracer-hooks \ + --disable-gtk-doc-html \ --disable-tests \ --disable-valgrind \ - --disable-gst-tracer-hooks \ - --with-unwind=no \ --without-libiconv-prefix \ --without-libintl-prefix \ - --without-x \ + --without-unwind EXTRA_LDFLAGS+= \ -Wl,-rpath-link=$(STAGING_DIR)/usr/lib \ diff --git a/multimedia/gstreamer1/patches/001-no-translations.patch b/multimedia/gstreamer1/patches/001-no-translations.patch index 1202812b9..ae6cc27d8 100644 --- a/multimedia/gstreamer1/patches/001-no-translations.patch +++ b/multimedia/gstreamer1/patches/001-no-translations.patch @@ -1,18 +1,6 @@ -diff -u --recursive gstreamer-1.12.4-vanilla/configure.ac gstreamer-1.12.4/configure.ac ---- gstreamer-1.12.4-vanilla/configure.ac 2018-02-10 17:37:16.379378242 -0500 -+++ gstreamer-1.12.4/configure.ac 2018-02-10 17:40:18.742109326 -0500 -@@ -1083,7 +1083,6 @@ - plugins/Makefile - plugins/elements/Makefile - plugins/tracers/Makefile --po/Makefile.in - tests/Makefile - tests/benchmarks/Makefile - tests/check/Makefile -diff -u --recursive gstreamer-1.12.4-vanilla/Makefile.am gstreamer-1.12.4/Makefile.am ---- gstreamer-1.12.4-vanilla/Makefile.am 2018-02-10 17:37:16.390378286 -0500 -+++ gstreamer-1.12.4/Makefile.am 2018-02-10 17:40:29.112150898 -0500 -@@ -9,7 +9,6 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -9,7 +9,6 @@ aclocal_DATA = gst-element-check-1.0.m4 SUBDIRS = pkgconfig \ gst libs plugins tests \ docs \ @@ -20,7 +8,7 @@ diff -u --recursive gstreamer-1.12.4-vanilla/Makefile.am gstreamer-1.12.4/Makefi m4 \ common \ data -@@ -22,7 +21,6 @@ +@@ -22,7 +21,6 @@ endif DIST_SUBDIRS = pkgconfig \ gst libs plugins tools tests \ docs \ @@ -28,3 +16,13 @@ diff -u --recursive gstreamer-1.12.4-vanilla/Makefile.am gstreamer-1.12.4/Makefi m4 \ common \ data +--- a/configure.ac ++++ b/configure.ac +@@ -1086,7 +1086,6 @@ libs/gst/net/Makefile + plugins/Makefile + plugins/elements/Makefile + plugins/tracers/Makefile +-po/Makefile.in + tests/Makefile + tests/benchmarks/Makefile + tests/check/Makefile diff --git a/multimedia/gstreamer1/patches/002-no-tests.patch b/multimedia/gstreamer1/patches/002-no-tests.patch index bc177daa2..f3d711597 100644 --- a/multimedia/gstreamer1/patches/002-no-tests.patch +++ b/multimedia/gstreamer1/patches/002-no-tests.patch @@ -1,7 +1,26 @@ -diff -u --recursive gstreamer-1.12.4-vanilla/configure.ac gstreamer-1.12.4/configure.ac ---- gstreamer-1.12.4-vanilla/configure.ac 2018-02-10 17:43:59.957864211 -0500 -+++ gstreamer-1.12.4/configure.ac 2018-02-10 17:44:19.772930084 -0500 -@@ -1083,20 +1083,6 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -7,7 +7,7 @@ aclocaldir = $(datadir)/aclocal + aclocal_DATA = gst-element-check-1.0.m4 + + SUBDIRS = pkgconfig \ +- gst libs plugins tests \ ++ gst libs plugins \ + docs \ + m4 \ + common \ +@@ -19,7 +19,7 @@ endif + + # These are all the possible subdirs + DIST_SUBDIRS = pkgconfig \ +- gst libs plugins tools tests \ ++ gst libs plugins tools \ + docs \ + m4 \ + common \ +--- a/configure.ac ++++ b/configure.ac +@@ -1086,20 +1086,6 @@ libs/gst/net/Makefile plugins/Makefile plugins/elements/Makefile plugins/tracers/Makefile @@ -22,24 +41,3 @@ diff -u --recursive gstreamer-1.12.4-vanilla/configure.ac gstreamer-1.12.4/confi tools/Makefile common/Makefile common/m4/Makefile -diff -u --recursive gstreamer-1.12.4-vanilla/Makefile.am gstreamer-1.12.4/Makefile.am ---- gstreamer-1.12.4-vanilla/Makefile.am 2018-02-10 17:43:59.959864217 -0500 -+++ gstreamer-1.12.4/Makefile.am 2018-02-10 17:44:30.298965075 -0500 -@@ -7,7 +7,7 @@ - aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4 - - SUBDIRS = pkgconfig \ -- gst libs plugins tests \ -+ gst libs plugins \ - docs \ - m4 \ - common \ -@@ -19,7 +19,7 @@ - - # These are all the possible subdirs - DIST_SUBDIRS = pkgconfig \ -- gst libs plugins tools tests \ -+ gst libs plugins tools \ - docs \ - m4 \ - common \ diff --git a/multimedia/gstreamer1/patches/003-no-docs.patch b/multimedia/gstreamer1/patches/003-no-docs.patch index d7b4a73a1..b0f0e14cb 100644 --- a/multimedia/gstreamer1/patches/003-no-docs.patch +++ b/multimedia/gstreamer1/patches/003-no-docs.patch @@ -1,23 +1,6 @@ -diff -u --recursive gstreamer-1.12.4-vanilla/configure.ac gstreamer-1.12.4/configure.ac ---- gstreamer-1.12.4-vanilla/configure.ac 2018-02-10 17:45:28.053157030 -0500 -+++ gstreamer-1.12.4/configure.ac 2018-02-10 17:45:47.703222322 -0500 -@@ -1086,12 +1086,6 @@ - tools/Makefile - common/Makefile - common/m4/Makefile --docs/Makefile --docs/gst/Makefile --docs/gst/gstreamer.types --docs/libs/Makefile --docs/plugins/Makefile --docs/version.entities - m4/Makefile - pkgconfig/Makefile - stamp.h -diff -u --recursive gstreamer-1.12.4-vanilla/Makefile.am gstreamer-1.12.4/Makefile.am ---- gstreamer-1.12.4-vanilla/Makefile.am 2018-02-10 17:45:28.053157030 -0500 -+++ gstreamer-1.12.4/Makefile.am 2018-02-10 17:45:58.940259656 -0500 -@@ -8,7 +8,6 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -8,7 +8,6 @@ aclocal_DATA = gst-element-check-1.0.m4 SUBDIRS = pkgconfig \ gst libs plugins \ @@ -25,7 +8,7 @@ diff -u --recursive gstreamer-1.12.4-vanilla/Makefile.am gstreamer-1.12.4/Makefi m4 \ common \ data -@@ -20,7 +19,6 @@ +@@ -20,7 +19,6 @@ endif # These are all the possible subdirs DIST_SUBDIRS = pkgconfig \ gst libs plugins tools \ @@ -33,3 +16,18 @@ diff -u --recursive gstreamer-1.12.4-vanilla/Makefile.am gstreamer-1.12.4/Makefi m4 \ common \ data +--- a/configure.ac ++++ b/configure.ac +@@ -1089,12 +1089,6 @@ plugins/tracers/Makefile + tools/Makefile + common/Makefile + common/m4/Makefile +-docs/Makefile +-docs/gst/Makefile +-docs/gst/gstreamer.types +-docs/libs/Makefile +-docs/plugins/Makefile +-docs/version.entities + m4/Makefile + pkgconfig/Makefile + stamp.h diff --git a/multimedia/gstreamer1/patches/010-gstplugin-use-lazy-symbol-binding.patch b/multimedia/gstreamer1/patches/010-gstplugin-use-lazy-symbol-binding.patch index 845406181..976237b82 100644 --- a/multimedia/gstreamer1/patches/010-gstplugin-use-lazy-symbol-binding.patch +++ b/multimedia/gstreamer1/patches/010-gstplugin-use-lazy-symbol-binding.patch @@ -1,6 +1,6 @@ --- a/gst/gstplugin.c +++ b/gst/gstplugin.c -@@ -732,15 +732,8 @@ _priv_gst_plugin_load_file_for_registry +@@ -776,15 +776,8 @@ _priv_gst_plugin_load_file_for_registry (const gchar * filename, goto return_error; } From 4dfda165b9585612959b4fec3bdd473e63580198 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 14 Nov 2018 12:51:43 -0800 Subject: [PATCH 2/6] gst1-libav: Update to 1.14.4 Signed-off-by: Rosen Penev --- multimedia/gst1-libav/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/multimedia/gst1-libav/Makefile b/multimedia/gst1-libav/Makefile index f6e5069ae..c2733e170 100644 --- a/multimedia/gst1-libav/Makefile +++ b/multimedia/gst1-libav/Makefile @@ -8,15 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-libav -PKG_VERSION:=1.14.2 +PKG_VERSION:=1.14.4 PKG_RELEASE:=1 PKG_MAINTAINER:=W. Michael Petullo \ Ted Hess PKG_SOURCE:=gst-libav-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-libav -PKG_HASH:=8a351c39c5cfc2bbd31ca434ec4a290a730a26efbdea962fdd8306dce5c576de +PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-libav +PKG_HASH:=dfd78591901df7853eab7e56a86c34a1b03635da0d3d56b89aa577f1897865da PKG_LICENSE:=GPL-2.0 LGPL-2.0 PKG_LICENSE_FILES:=COPYING COPYING.LIB @@ -116,7 +116,7 @@ define Package/gst1-libav SECTION:=multimedia CATEGORY:=Multimedia TITLE:=GStreamer Libav plugin - URL:=http://www.gstreamer.net/modules/gst-libav.html + URL:=https://www.gstreamer.net/modules/gst-libav.html DEPENDS:= +libgstreamer1 +gstreamer1-plugins-base \ +gst1-mod-alsa +libgst1audio +libgst1pbutils +libgst1video \ +libbz2 +liblzma From f69bf5e55eac0b1615c4559a465a75d16de3d643 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 14 Nov 2018 12:58:51 -0800 Subject: [PATCH 3/6] gst1-plugins-bad: Update to 1.14.4 Signed-off-by: Rosen Penev --- multimedia/gst1-plugins-bad/Makefile | 4 +- .../patches/001-no-translations.patch | 32 ++++++----- .../patches/002-no-tests.patch | 40 +++++++------- .../patches/003-openssl-deprecated.patch | 53 +++++++++++++++++++ 4 files changed, 89 insertions(+), 40 deletions(-) create mode 100644 multimedia/gst1-plugins-bad/patches/003-openssl-deprecated.patch diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile index 70b16e4fb..752ee51f0 100644 --- a/multimedia/gst1-plugins-bad/Makefile +++ b/multimedia/gst1-plugins-bad/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-bad -PKG_VERSION:=1.14.2 +PKG_VERSION:=1.14.4 PKG_RELEASE:=1 PKG_MAINTAINER:=W. Michael Petullo \ @@ -20,7 +20,7 @@ PKG_LICENSE_FILES:=COPYING.LIB COPYING PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-bad-$(PKG_VERSION) PKG_SOURCE:=gst-plugins-bad-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-bad/ -PKG_HASH:=34fab7da70994465a64468330b2168a4a0ed90a7de7e4c499b6d127c6c1b1eaf +PKG_HASH:=910b4e0e2e897e8b6d06767af1779d70057c309f67292f485ff988d087aa0de5 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/multimedia/gst1-plugins-bad/patches/001-no-translations.patch b/multimedia/gst1-plugins-bad/patches/001-no-translations.patch index 67371c5da..90489c726 100644 --- a/multimedia/gst1-plugins-bad/patches/001-no-translations.patch +++ b/multimedia/gst1-plugins-bad/patches/001-no-translations.patch @@ -1,18 +1,6 @@ -diff -u --recursive gst-plugins-bad-1.12.4-vanilla/configure.ac gst-plugins-bad-1.12.4/configure.ac ---- gst-plugins-bad-1.12.4-vanilla/configure.ac 2018-02-11 19:43:06.962320214 -0500 -+++ gst-plugins-bad-1.12.4/configure.ac 2018-02-11 19:43:48.643416395 -0500 -@@ -3717,7 +3717,6 @@ - ext/dtls/Makefile - ext/webrtcdsp/Makefile - ext/ttml/Makefile --po/Makefile.in - docs/Makefile - docs/plugins/Makefile - docs/libs/Makefile -diff -u --recursive gst-plugins-bad-1.12.4-vanilla/Makefile.am gst-plugins-bad-1.12.4/Makefile.am ---- gst-plugins-bad-1.12.4-vanilla/Makefile.am 2018-02-11 19:43:06.987320271 -0500 -+++ gst-plugins-bad-1.12.4/Makefile.am 2018-02-11 19:43:55.023431118 -0500 -@@ -2,11 +2,11 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -2,11 +2,11 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc SUBDIRS = \ gst-libs gst sys ext pkgconfig \ @@ -24,5 +12,15 @@ diff -u --recursive gst-plugins-bad-1.12.4-vanilla/Makefile.am gst-plugins-bad-1 - m4 common docs tests po tools + m4 common docs tests tools - # include before EXTRA_DIST for win32 assignment - include $(top_srcdir)/common/win32.mak + EXTRA_DIST = \ + depcomp \ +--- a/configure.ac ++++ b/configure.ac +@@ -2686,7 +2686,6 @@ ext/dtls/Makefile + ext/webrtc/Makefile + ext/webrtcdsp/Makefile + ext/ttml/Makefile +-po/Makefile.in + docs/Makefile + docs/plugins/Makefile + docs/libs/Makefile diff --git a/multimedia/gst1-plugins-bad/patches/002-no-tests.patch b/multimedia/gst1-plugins-bad/patches/002-no-tests.patch index ca8a9bd7b..38c57039c 100644 --- a/multimedia/gst1-plugins-bad/patches/002-no-tests.patch +++ b/multimedia/gst1-plugins-bad/patches/002-no-tests.patch @@ -1,7 +1,22 @@ -diff -u --recursive gst-plugins-bad-1.14.1-vanilla/configure.ac gst-plugins-bad-1.14.1/configure.ac ---- gst-plugins-bad-1.14.1-vanilla/configure.ac 2018-07-08 22:17:07.553492088 -0400 -+++ gst-plugins-bad-1.14.1/configure.ac 2018-07-08 22:17:38.866597074 -0400 -@@ -2600,24 +2600,6 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -2,11 +2,11 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc + + SUBDIRS = \ + gst-libs gst sys ext pkgconfig \ +- m4 common docs tests tools ++ m4 common docs tools + + DIST_SUBDIRS = \ + gst gst-libs sys ext pkgconfig \ +- m4 common docs tests tools ++ m4 common docs tools + + EXTRA_DIST = \ + depcomp \ +--- a/configure.ac ++++ b/configure.ac +@@ -2600,24 +2600,6 @@ sys/vdpau/Makefile sys/wasapi/Makefile sys/winks/Makefile sys/winscreencap/Makefile @@ -26,20 +41,3 @@ diff -u --recursive gst-plugins-bad-1.14.1-vanilla/configure.ac gst-plugins-bad- ext/voamrwbenc/Makefile ext/voaacenc/Makefile ext/assrender/Makefile -diff -u --recursive gst-plugins-bad-1.14.1-vanilla/Makefile.am gst-plugins-bad-1.14.1/Makefile.am ---- gst-plugins-bad-1.14.1-vanilla/Makefile.am 2018-07-08 22:17:07.553492088 -0400 -+++ gst-plugins-bad-1.14.1/Makefile.am 2018-07-08 22:17:51.278638694 -0400 -@@ -2,11 +2,11 @@ - - SUBDIRS = \ - gst-libs gst sys ext pkgconfig \ -- m4 common docs tests tools -+ m4 common docs tools - - DIST_SUBDIRS = \ - gst gst-libs sys ext pkgconfig \ -- m4 common docs tests tools -+ m4 common docs tools - - EXTRA_DIST = \ - depcomp \ diff --git a/multimedia/gst1-plugins-bad/patches/003-openssl-deprecated.patch b/multimedia/gst1-plugins-bad/patches/003-openssl-deprecated.patch new file mode 100644 index 000000000..1df1f73a9 --- /dev/null +++ b/multimedia/gst1-plugins-bad/patches/003-openssl-deprecated.patch @@ -0,0 +1,53 @@ +--- a/ext/dtls/gstdtlsagent.c ++++ b/ext/dtls/gstdtlsagent.c +@@ -124,11 +124,11 @@ _gst_dtls_init_openssl (void) + } + + GST_INFO_OBJECT (NULL, "initializing openssl %lx", OPENSSL_VERSION_NUMBER); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + SSL_library_init (); + SSL_load_error_strings (); + ERR_load_BIO_strings (); + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L + { + gint i; + gint num_locks; +@@ -197,7 +197,7 @@ gst_dtls_agent_init (GstDtlsAgent * self) + SSL_CTX_set_cipher_list (priv->ssl_context, + "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH"); + SSL_CTX_set_read_ahead (priv->ssl_context, 1); +-#if OPENSSL_VERSION_NUMBER >= 0x1000200fL ++#if (OPENSSL_VERSION_NUMBER >= 0x1000200fL) && (OPENSSL_VERSION_NUMBER < 0x10100000L) + SSL_CTX_set_ecdh_auto (priv->ssl_context, 1); + #endif + } +--- a/ext/dtls/gstdtlscertificate.c ++++ b/ext/dtls/gstdtlscertificate.c +@@ -45,8 +45,15 @@ + #endif + #endif + ++#include ++#include + #include + ++#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#define X509_getm_notBefore X509_get_notBefore ++#define X509_getm_notAfter X509_get_notAfter ++#endif ++ + GST_DEBUG_CATEGORY_STATIC (gst_dtls_certificate_debug); + #define GST_CAT_DEFAULT gst_dtls_certificate_debug + +@@ -240,8 +247,8 @@ init_generated (GstDtlsCertificate * self) + + X509_set_version (priv->x509, 2); + ASN1_INTEGER_set (X509_get_serialNumber (priv->x509), 0); +- X509_gmtime_adj (X509_get_notBefore (priv->x509), 0); +- X509_gmtime_adj (X509_get_notAfter (priv->x509), 31536000L); /* A year */ ++ X509_gmtime_adj (X509_getm_notBefore (priv->x509), 0); ++ X509_gmtime_adj (X509_getm_notAfter (priv->x509), 31536000L); /* A year */ + X509_set_pubkey (priv->x509, priv->private_key); + + name = X509_get_subject_name (priv->x509); From 6f0a63c01026a208c0dc3525a460e7c751c944e1 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 14 Nov 2018 13:07:28 -0800 Subject: [PATCH 4/6] gst1-plugins-base: Update to 1.14.4 Signed-off-by: Rosen Penev --- multimedia/gst1-plugins-base/Makefile | 8 ++-- .../patches/001-no-translations.patch | 30 ++++++------- .../patches/002-no-tests.patch | 44 +++++++++---------- .../patches/003-no-docs.patch | 34 +++++++------- 4 files changed, 55 insertions(+), 61 deletions(-) diff --git a/multimedia/gst1-plugins-base/Makefile b/multimedia/gst1-plugins-base/Makefile index b251be39b..88e48edb0 100644 --- a/multimedia/gst1-plugins-base/Makefile +++ b/multimedia/gst1-plugins-base/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-base -PKG_VERSION:=1.14.2 +PKG_VERSION:=1.14.4 PKG_RELEASE:=1 PKG_MAINTAINER:=W. Michael Petullo \ @@ -19,8 +19,8 @@ PKG_LICENSE_FILES:=COPYING.LIB COPYING PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-base-$(PKG_VERSION) PKG_SOURCE:=gst-plugins-base-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-base/ -PKG_HASH:=a4b7e80ba869f599307449b17c9e00b5d1e94d3ba1d8a1a386b8770b2ef01c7c +PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-base +PKG_HASH:=ca6139490e48863e7706d870ff4e8ac9f417b56f3b9e4b3ce490c13b09a77461 PKG_CONFIG_DEPENDS:= \ CONFIG_PACKAGE_gst1-mod-alsa \ @@ -52,7 +52,7 @@ define Package/gstreamer1-base/Default CATEGORY:=Multimedia SECTION:=multimedia TITLE:=GStreamer - URL:=http://gstreamer.freedesktop.org/ + URL:=https://gstreamer.freedesktop.org/ DEPENDS:= +libgstreamer1 $(ICONV_DEPENDS) endef diff --git a/multimedia/gst1-plugins-base/patches/001-no-translations.patch b/multimedia/gst1-plugins-base/patches/001-no-translations.patch index 99e64d611..0164df444 100644 --- a/multimedia/gst1-plugins-base/patches/001-no-translations.patch +++ b/multimedia/gst1-plugins-base/patches/001-no-translations.patch @@ -1,18 +1,6 @@ -diff -u --recursive gst-plugins-base-1.12.4-vanilla/configure.ac gst-plugins-base-1.12.4/configure.ac ---- gst-plugins-base-1.12.4-vanilla/configure.ac 2018-02-11 09:52:04.704954684 -0500 -+++ gst-plugins-base-1.12.4/configure.ac 2018-02-11 09:53:01.444071594 -0500 -@@ -964,7 +964,6 @@ - docs/libs/Makefile - docs/plugins/Makefile - docs/version.entities --po/Makefile.in - common/Makefile - common/m4/Makefile - m4/Makefile -diff -u --recursive gst-plugins-base-1.12.4-vanilla/Makefile.am gst-plugins-base-1.12.4/Makefile.am ---- gst-plugins-base-1.12.4-vanilla/Makefile.am 2018-02-11 09:52:04.704954684 -0500 -+++ gst-plugins-base-1.12.4/Makefile.am 2018-02-11 09:53:08.156085423 -0500 -@@ -13,7 +13,6 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -13,7 +13,6 @@ SUBDIRS = \ tools \ tests \ docs \ @@ -20,7 +8,7 @@ diff -u --recursive gst-plugins-base-1.12.4-vanilla/Makefile.am gst-plugins-base common \ m4 -@@ -24,7 +23,6 @@ +@@ -24,7 +23,6 @@ DIST_SUBDIRS = \ gst sys ext \ tools \ tests \ @@ -28,3 +16,13 @@ diff -u --recursive gst-plugins-base-1.12.4-vanilla/Makefile.am gst-plugins-base common \ m4 +--- a/configure.ac ++++ b/configure.ac +@@ -1030,7 +1030,6 @@ docs/Makefile + docs/libs/Makefile + docs/plugins/Makefile + docs/version.entities +-po/Makefile.in + common/Makefile + common/m4/Makefile + m4/Makefile diff --git a/multimedia/gst1-plugins-base/patches/002-no-tests.patch b/multimedia/gst1-plugins-base/patches/002-no-tests.patch index 774a2aac6..7d53ec460 100644 --- a/multimedia/gst1-plugins-base/patches/002-no-tests.patch +++ b/multimedia/gst1-plugins-base/patches/002-no-tests.patch @@ -1,7 +1,24 @@ -diff -u --recursive gst-plugins-base-1.14.1-vanilla/configure.ac gst-plugins-base-1.14.1/configure.ac ---- gst-plugins-base-1.14.1-vanilla/configure.ac 2018-07-07 18:10:49.601305039 -0400 -+++ gst-plugins-base-1.14.1/configure.ac 2018-07-07 18:11:03.465363471 -0400 -@@ -992,40 +992,6 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -11,7 +11,6 @@ SUBDIRS = \ + gst-libs \ + gst sys $(SUBDIRS_EXT) \ + tools \ +- tests \ + docs \ + common \ + m4 +@@ -22,7 +21,6 @@ DIST_SUBDIRS = \ + gst-libs \ + gst sys ext \ + tools \ +- tests \ + common \ + m4 + +--- a/configure.ac ++++ b/configure.ac +@@ -992,40 +992,6 @@ pkgconfig/gstreamer-gl.pc pkgconfig/gstreamer-gl-uninstalled.pc pkgconfig/gstreamer-plugins-base.pc pkgconfig/gstreamer-plugins-base-uninstalled.pc @@ -42,22 +59,3 @@ diff -u --recursive gst-plugins-base-1.14.1-vanilla/configure.ac gst-plugins-bas docs/Makefile docs/libs/Makefile docs/plugins/Makefile -diff -u --recursive gst-plugins-base-1.14.1-vanilla/Makefile.am gst-plugins-base-1.14.1/Makefile.am ---- gst-plugins-base-1.14.1-vanilla/Makefile.am 2018-07-07 18:10:49.601305039 -0400 -+++ gst-plugins-base-1.14.1/Makefile.am 2018-07-07 18:11:09.186387585 -0400 -@@ -11,7 +11,6 @@ - gst-libs \ - gst sys $(SUBDIRS_EXT) \ - tools \ -- tests \ - docs \ - common \ - m4 -@@ -22,7 +21,6 @@ - gst-libs \ - gst sys ext \ - tools \ -- tests \ - common \ - m4 - diff --git a/multimedia/gst1-plugins-base/patches/003-no-docs.patch b/multimedia/gst1-plugins-base/patches/003-no-docs.patch index 2390ca98f..8746358b8 100644 --- a/multimedia/gst1-plugins-base/patches/003-no-docs.patch +++ b/multimedia/gst1-plugins-base/patches/003-no-docs.patch @@ -1,21 +1,6 @@ -diff -u --recursive gst-plugins-base-1.12.4-vanilla/configure.ac gst-plugins-base-1.12.4/configure.ac ---- gst-plugins-base-1.12.4-vanilla/configure.ac 2018-02-11 09:55:52.832424735 -0500 -+++ gst-plugins-base-1.12.4/configure.ac 2018-02-11 09:56:25.417491876 -0500 -@@ -942,10 +942,6 @@ - pkgconfig/gstreamer-video-uninstalled.pc - pkgconfig/gstreamer-plugins-base.pc - pkgconfig/gstreamer-plugins-base-uninstalled.pc --docs/Makefile --docs/libs/Makefile --docs/plugins/Makefile --docs/version.entities - common/Makefile - common/m4/Makefile - m4/Makefile -diff -u --recursive gst-plugins-base-1.12.4-vanilla/Makefile.am gst-plugins-base-1.12.4/Makefile.am ---- gst-plugins-base-1.12.4-vanilla/Makefile.am 2018-02-11 09:55:52.832424735 -0500 -+++ gst-plugins-base-1.12.4/Makefile.am 2018-02-11 09:56:32.742506969 -0500 -@@ -11,13 +11,11 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -11,13 +11,11 @@ SUBDIRS = \ gst-libs \ gst sys $(SUBDIRS_EXT) \ tools \ @@ -29,3 +14,16 @@ diff -u --recursive gst-plugins-base-1.12.4-vanilla/Makefile.am gst-plugins-base gst-libs \ gst sys ext \ tools \ +--- a/configure.ac ++++ b/configure.ac +@@ -992,10 +992,6 @@ pkgconfig/gstreamer-gl.pc + pkgconfig/gstreamer-gl-uninstalled.pc + pkgconfig/gstreamer-plugins-base.pc + pkgconfig/gstreamer-plugins-base-uninstalled.pc +-docs/Makefile +-docs/libs/Makefile +-docs/plugins/Makefile +-docs/version.entities + common/Makefile + common/m4/Makefile + m4/Makefile From e997b79aab3db098a232d068c171c54807eaa0bf Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 14 Nov 2018 13:12:11 -0800 Subject: [PATCH 5/6] gst1-plugins-good: Update to 1.14.4 Signed-off-by: Rosen Penev --- multimedia/gst1-plugins-good/Makefile | 8 +++--- .../patches/001-no-translations.patch | 28 +++++++++---------- .../patches/002-no-tests.patch | 28 +++++++++---------- .../patches/003-no-docs.patch | 28 +++++++++---------- 4 files changed, 43 insertions(+), 49 deletions(-) diff --git a/multimedia/gst1-plugins-good/Makefile b/multimedia/gst1-plugins-good/Makefile index c9b87be50..5f27dca19 100644 --- a/multimedia/gst1-plugins-good/Makefile +++ b/multimedia/gst1-plugins-good/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-good -PKG_VERSION:=1.14.2 +PKG_VERSION:=1.14.4 PKG_RELEASE:=1 PKG_MAINTAINER:=W. Michael Petullo \ @@ -19,8 +19,8 @@ PKG_LICENSE_FILES:=COPYING PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-good-$(PKG_VERSION) PKG_SOURCE:=gst-plugins-good-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-good/ -PKG_HASH:=c0575e2811860bfff59b865b8d125153859a01f0615fa41e279b64d88d25caad +PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-good/ +PKG_HASH:=5f8b553260cb0aac56890053d8511db1528d53cae10f0287cfce2cb2acc70979 PKG_CONFIG_DEPENDS:= \ CONFIG_PACKAGE_gst1-mod-lame \ @@ -38,7 +38,7 @@ define Package/gstreamer1-good/Default CATEGORY:=Multimedia SECTION:=multimedia TITLE:=GStreamer - URL:=http://gstreamer.freedesktop.org/ + URL:=https://gstreamer.freedesktop.org/ DEPENDS:= +libgstreamer1 +libgst1pbutils $(ICONV_DEPENDS) endef diff --git a/multimedia/gst1-plugins-good/patches/001-no-translations.patch b/multimedia/gst1-plugins-good/patches/001-no-translations.patch index 6b78b2821..6cd701499 100644 --- a/multimedia/gst1-plugins-good/patches/001-no-translations.patch +++ b/multimedia/gst1-plugins-good/patches/001-no-translations.patch @@ -1,18 +1,6 @@ -diff -u --recursive gst-plugins-good-1.12.4-vanilla/configure.ac gst-plugins-good-1.12.4/configure.ac ---- gst-plugins-good-1.12.4-vanilla/configure.ac 2018-02-11 10:34:37.773144289 -0500 -+++ gst-plugins-good-1.12.4/configure.ac 2018-02-11 10:35:17.103223474 -0500 -@@ -1061,7 +1061,6 @@ - sys/v4l2/Makefile - sys/waveform/Makefile - sys/ximage/Makefile --po/Makefile.in - tests/Makefile - tests/check/Makefile - tests/examples/Makefile -diff -u --recursive gst-plugins-good-1.12.4-vanilla/Makefile.am gst-plugins-good-1.12.4/Makefile.am ---- gst-plugins-good-1.12.4-vanilla/Makefile.am 2018-02-11 10:34:37.786144315 -0500 -+++ gst-plugins-good-1.12.4/Makefile.am 2018-02-11 10:35:23.529236411 -0500 -@@ -4,7 +4,6 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -4,7 +4,6 @@ ALWAYS_SUBDIRS = \ gst sys ext \ tests \ docs \ @@ -20,3 +8,13 @@ diff -u --recursive gst-plugins-good-1.12.4-vanilla/Makefile.am gst-plugins-good common \ m4 \ pkgconfig +--- a/configure.ac ++++ b/configure.ac +@@ -1292,7 +1292,6 @@ sys/osxvideo/Makefile + sys/v4l2/Makefile + sys/waveform/Makefile + sys/ximage/Makefile +-po/Makefile.in + tests/Makefile + tests/check/Makefile + tests/examples/Makefile diff --git a/multimedia/gst1-plugins-good/patches/002-no-tests.patch b/multimedia/gst1-plugins-good/patches/002-no-tests.patch index 0474d411b..de2294879 100644 --- a/multimedia/gst1-plugins-good/patches/002-no-tests.patch +++ b/multimedia/gst1-plugins-good/patches/002-no-tests.patch @@ -1,7 +1,16 @@ -diff -u --recursive gst-plugins-good-1.14.1-vanilla/configure.ac gst-plugins-good-1.14.1/configure.ac ---- gst-plugins-good-1.14.1-vanilla/configure.ac 2018-07-07 18:56:53.008234372 -0400 -+++ gst-plugins-good-1.14.1/configure.ac 2018-07-07 18:57:24.886355477 -0400 -@@ -1292,22 +1292,6 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -2,7 +2,6 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc + + ALWAYS_SUBDIRS = \ + gst sys ext \ +- tests \ + docs \ + common \ + m4 \ +--- a/configure.ac ++++ b/configure.ac +@@ -1292,22 +1292,6 @@ sys/osxvideo/Makefile sys/v4l2/Makefile sys/waveform/Makefile sys/ximage/Makefile @@ -24,14 +33,3 @@ diff -u --recursive gst-plugins-good-1.14.1-vanilla/configure.ac gst-plugins-goo common/Makefile common/m4/Makefile m4/Makefile -diff -u --recursive gst-plugins-good-1.14.1-vanilla/Makefile.am gst-plugins-good-1.14.1/Makefile.am ---- gst-plugins-good-1.14.1-vanilla/Makefile.am 2018-07-07 18:56:53.008234372 -0400 -+++ gst-plugins-good-1.14.1/Makefile.am 2018-07-07 18:57:30.015374957 -0400 -@@ -2,7 +2,6 @@ - - ALWAYS_SUBDIRS = \ - gst sys ext \ -- tests \ - docs \ - common \ - m4 \ diff --git a/multimedia/gst1-plugins-good/patches/003-no-docs.patch b/multimedia/gst1-plugins-good/patches/003-no-docs.patch index f13cb61ac..f96205936 100644 --- a/multimedia/gst1-plugins-good/patches/003-no-docs.patch +++ b/multimedia/gst1-plugins-good/patches/003-no-docs.patch @@ -1,7 +1,16 @@ -diff -u --recursive gst-plugins-good-1.12.4-vanilla/configure.ac gst-plugins-good-1.12.4/configure.ac ---- gst-plugins-good-1.12.4-vanilla/configure.ac 2018-02-11 10:37:22.304475546 -0500 -+++ gst-plugins-good-1.12.4/configure.ac 2018-02-11 10:38:15.248581736 -0500 -@@ -1064,9 +1064,6 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -2,7 +2,6 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc + + ALWAYS_SUBDIRS = \ + gst sys ext \ +- docs \ + common \ + m4 \ + pkgconfig +--- a/configure.ac ++++ b/configure.ac +@@ -1295,9 +1295,6 @@ sys/ximage/Makefile common/Makefile common/m4/Makefile m4/Makefile @@ -11,14 +20,3 @@ diff -u --recursive gst-plugins-good-1.12.4-vanilla/configure.ac gst-plugins-goo pkgconfig/Makefile pkgconfig/gstreamer-plugins-good-uninstalled.pc ) -diff -u --recursive gst-plugins-good-1.12.4-vanilla/Makefile.am gst-plugins-good-1.12.4/Makefile.am ---- gst-plugins-good-1.12.4-vanilla/Makefile.am 2018-02-11 10:37:37.242505621 -0500 -+++ gst-plugins-good-1.12.4/Makefile.am 2018-02-11 10:38:28.838608856 -0500 -@@ -2,7 +2,6 @@ - - ALWAYS_SUBDIRS = \ - gst sys ext \ -- docs \ - common \ - m4 \ - pkgconfig From 8de992c5868cd42c5ae02d1dbeabc9bc3e8938b7 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 14 Nov 2018 13:17:13 -0800 Subject: [PATCH 6/6] gst1-plugins-ugly: Update to 1.14.4 Signed-off-by: Rosen Penev --- multimedia/gst1-plugins-ugly/Makefile | 8 ++--- .../patches/001-no-translations.patch | 26 ++++++++-------- .../patches/002-no-tests.patch | 30 +++++++++---------- .../patches/003-no-docs.patch | 30 +++++++++---------- 4 files changed, 44 insertions(+), 50 deletions(-) diff --git a/multimedia/gst1-plugins-ugly/Makefile b/multimedia/gst1-plugins-ugly/Makefile index b42103e21..6b307f8f8 100644 --- a/multimedia/gst1-plugins-ugly/Makefile +++ b/multimedia/gst1-plugins-ugly/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-ugly -PKG_VERSION:=1.14.2 +PKG_VERSION:=1.14.4 PKG_RELEASE:=1 PKG_MAINTAINER:=W. Michael Petullo \ @@ -19,8 +19,8 @@ PKG_LICENSE_FILES:=COPYING PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-ugly-$(PKG_VERSION) PKG_SOURCE:=gst-plugins-ugly-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-ugly/ -PKG_HASH:=55e097d9d93921fdcf7abb0ff92d23b21dd9098e632f1ba433603b3bd1cf3d69 +PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-ugly +PKG_HASH:=ac02d837f166c35ff6ce0738e281680d0b90052cfb1f0255dcf6aaca5f0f6d23 PKG_CONFIG_DEPENDS:= \ CONFIG_PACKAGE_gst1-mod-asf \ @@ -38,7 +38,7 @@ define Package/gstreamer1-ugly/Default CATEGORY:=Multimedia SECTION:=multimedia TITLE:=GStreamer - URL:=http://gstreamer.freedesktop.org/ + URL:=https://gstreamer.freedesktop.org/ DEPENDS:= +libgstreamer1 $(ICONV_DEPENDS) endef diff --git a/multimedia/gst1-plugins-ugly/patches/001-no-translations.patch b/multimedia/gst1-plugins-ugly/patches/001-no-translations.patch index 94ca8e2dd..10702d272 100644 --- a/multimedia/gst1-plugins-ugly/patches/001-no-translations.patch +++ b/multimedia/gst1-plugins-ugly/patches/001-no-translations.patch @@ -1,17 +1,5 @@ -diff -u --recursive gst-plugins-ugly-1.12.4-vanilla/configure.ac gst-plugins-ugly-1.12.4/configure.ac ---- gst-plugins-ugly-1.12.4-vanilla/configure.ac 2018-02-11 20:18:05.152825587 -0500 -+++ gst-plugins-ugly-1.12.4/configure.ac 2018-02-11 20:18:33.859767165 -0500 -@@ -474,7 +474,6 @@ - tests/check/Makefile - tests/files/Makefile - m4/Makefile --po/Makefile.in - pkgconfig/Makefile - pkgconfig/gstreamer-plugins-ugly-uninstalled.pc - ) -diff -u --recursive gst-plugins-ugly-1.12.4-vanilla/Makefile.am gst-plugins-ugly-1.12.4/Makefile.am ---- gst-plugins-ugly-1.12.4-vanilla/Makefile.am 2018-02-11 20:18:05.157825577 -0500 -+++ gst-plugins-ugly-1.12.4/Makefile.am 2018-02-11 20:18:23.491788265 -0500 +--- a/Makefile.am ++++ b/Makefile.am @@ -1,7 +1,7 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc @@ -21,3 +9,13 @@ diff -u --recursive gst-plugins-ugly-1.12.4-vanilla/Makefile.am gst-plugins-ugly EXTRA_DIST = \ depcomp \ +--- a/configure.ac ++++ b/configure.ac +@@ -427,7 +427,6 @@ tests/Makefile + tests/check/Makefile + tests/files/Makefile + m4/Makefile +-po/Makefile.in + pkgconfig/Makefile + pkgconfig/gstreamer-plugins-ugly-uninstalled.pc + ) diff --git a/multimedia/gst1-plugins-ugly/patches/002-no-tests.patch b/multimedia/gst1-plugins-ugly/patches/002-no-tests.patch index b95d0e60f..79bd86fd7 100644 --- a/multimedia/gst1-plugins-ugly/patches/002-no-tests.patch +++ b/multimedia/gst1-plugins-ugly/patches/002-no-tests.patch @@ -1,19 +1,5 @@ -diff -u --recursive gst-plugins-ugly-1.12.4-vanilla/configure.ac gst-plugins-ugly-1.12.4/configure.ac ---- gst-plugins-ugly-1.12.4-vanilla/configure.ac 2018-02-11 20:19:01.875710150 -0500 -+++ gst-plugins-ugly-1.12.4/configure.ac 2018-02-11 20:19:27.117658780 -0500 -@@ -470,9 +470,6 @@ - docs/Makefile - docs/plugins/Makefile - docs/version.entities --tests/Makefile --tests/check/Makefile --tests/files/Makefile - m4/Makefile - pkgconfig/Makefile - pkgconfig/gstreamer-plugins-ugly-uninstalled.pc -diff -u --recursive gst-plugins-ugly-1.12.4-vanilla/Makefile.am gst-plugins-ugly-1.12.4/Makefile.am ---- gst-plugins-ugly-1.12.4-vanilla/Makefile.am 2018-02-11 20:19:01.875710150 -0500 -+++ gst-plugins-ugly-1.12.4/Makefile.am 2018-02-11 20:19:34.402643954 -0500 +--- a/Makefile.am ++++ b/Makefile.am @@ -1,7 +1,7 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc @@ -23,3 +9,15 @@ diff -u --recursive gst-plugins-ugly-1.12.4-vanilla/Makefile.am gst-plugins-ugly EXTRA_DIST = \ depcomp \ +--- a/configure.ac ++++ b/configure.ac +@@ -423,9 +423,6 @@ ext/x264/Makefile + docs/Makefile + docs/plugins/Makefile + docs/version.entities +-tests/Makefile +-tests/check/Makefile +-tests/files/Makefile + m4/Makefile + pkgconfig/Makefile + pkgconfig/gstreamer-plugins-ugly-uninstalled.pc diff --git a/multimedia/gst1-plugins-ugly/patches/003-no-docs.patch b/multimedia/gst1-plugins-ugly/patches/003-no-docs.patch index 8e56c4725..4c29c7975 100644 --- a/multimedia/gst1-plugins-ugly/patches/003-no-docs.patch +++ b/multimedia/gst1-plugins-ugly/patches/003-no-docs.patch @@ -1,19 +1,5 @@ -diff -u --recursive gst-plugins-ugly-1.12.4-vanilla/configure.ac gst-plugins-ugly-1.12.4/configure.ac ---- gst-plugins-ugly-1.12.4-vanilla/configure.ac 2018-02-11 20:19:47.318617668 -0500 -+++ gst-plugins-ugly-1.12.4/configure.ac 2018-02-11 20:19:56.171599652 -0500 -@@ -467,9 +467,6 @@ - ext/sidplay/Makefile - ext/twolame/Makefile - ext/x264/Makefile --docs/Makefile --docs/plugins/Makefile --docs/version.entities - m4/Makefile - pkgconfig/Makefile - pkgconfig/gstreamer-plugins-ugly-uninstalled.pc -diff -u --recursive gst-plugins-ugly-1.12.4-vanilla/Makefile.am gst-plugins-ugly-1.12.4/Makefile.am ---- gst-plugins-ugly-1.12.4-vanilla/Makefile.am 2018-02-11 20:19:47.318617668 -0500 -+++ gst-plugins-ugly-1.12.4/Makefile.am 2018-02-11 20:20:03.662584407 -0500 +--- a/Makefile.am ++++ b/Makefile.am @@ -1,7 +1,7 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc @@ -23,3 +9,15 @@ diff -u --recursive gst-plugins-ugly-1.12.4-vanilla/Makefile.am gst-plugins-ugly EXTRA_DIST = \ depcomp \ +--- a/configure.ac ++++ b/configure.ac +@@ -420,9 +420,6 @@ ext/dvdread/Makefile + ext/mpeg2dec/Makefile + ext/sidplay/Makefile + ext/x264/Makefile +-docs/Makefile +-docs/plugins/Makefile +-docs/version.entities + m4/Makefile + pkgconfig/Makefile + pkgconfig/gstreamer-plugins-ugly-uninstalled.pc