commit
b3fc83bd92
22 changed files with 305 additions and 276 deletions
|
@ -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 <mike@flyn.org> \
|
||||
Ted Hess <thess@kitschensync.net>
|
||||
|
||||
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
|
||||
|
|
|
@ -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 <mike@flyn.org> \
|
||||
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 <openssl/bn.h>
|
||||
+#include <openssl/rsa.h>
|
||||
#include <openssl/ssl.h>
|
||||
|
||||
+#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);
|
|
@ -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 <mike@flyn.org> \
|
||||
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 <mike@flyn.org> \
|
||||
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 <mike@flyn.org> \
|
||||
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 <mike@flyn.org> \
|
||||
|
@ -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
|
||||
|
@ -118,14 +118,18 @@ 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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -1,7 +1,24 @@
|
|||
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 @@
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -8,7 +8,6 @@ aclocal_DATA = gst-element-check-1.0.m4
|
||||
|
||||
SUBDIRS = pkgconfig \
|
||||
gst libs plugins \
|
||||
- docs \
|
||||
m4 \
|
||||
common \
|
||||
data
|
||||
@@ -20,7 +19,6 @@ endif
|
||||
# These are all the possible subdirs
|
||||
DIST_SUBDIRS = pkgconfig \
|
||||
gst libs plugins tools \
|
||||
- docs \
|
||||
m4 \
|
||||
common \
|
||||
data
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -1089,12 +1089,6 @@ plugins/tracers/Makefile
|
||||
tools/Makefile
|
||||
common/Makefile
|
||||
common/m4/Makefile
|
||||
|
@ -14,22 +31,3 @@ diff -u --recursive gstreamer-1.12.4-vanilla/configure.ac gstreamer-1.12.4/confi
|
|||
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 @@
|
||||
|
||||
SUBDIRS = pkgconfig \
|
||||
gst libs plugins \
|
||||
- docs \
|
||||
m4 \
|
||||
common \
|
||||
data
|
||||
@@ -20,7 +19,6 @@
|
||||
# These are all the possible subdirs
|
||||
DIST_SUBDIRS = pkgconfig \
|
||||
gst libs plugins tools \
|
||||
- docs \
|
||||
m4 \
|
||||
common \
|
||||
data
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue