From a4dff3ab644b0e914d28a54b7d82d3bf28d8d451 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Fri, 1 Jan 2016 13:17:28 -0500 Subject: [PATCH] gst1-plugins-ugly: update to 1.6.2 Signed-off-by: W. Michael Petullo --- multimedia/gst1-plugins-ugly/Makefile | 6 ++-- .../patches/001-no-translations.patch | 23 +++++++++++++ .../patches/001-no_docs.patch | 22 ------------- .../patches/002-no-tests.patch | 24 ++++++++++++++ .../patches/002-no_tests.patch | 22 ------------- .../patches/003-no-docs.patch | 25 +++++++++++++++ .../patches/003-no_translations.patch | 32 ------------------- 7 files changed, 75 insertions(+), 79 deletions(-) create mode 100644 multimedia/gst1-plugins-ugly/patches/001-no-translations.patch delete mode 100644 multimedia/gst1-plugins-ugly/patches/001-no_docs.patch create mode 100644 multimedia/gst1-plugins-ugly/patches/002-no-tests.patch delete mode 100644 multimedia/gst1-plugins-ugly/patches/002-no_tests.patch create mode 100644 multimedia/gst1-plugins-ugly/patches/003-no-docs.patch delete mode 100644 multimedia/gst1-plugins-ugly/patches/003-no_translations.patch diff --git a/multimedia/gst1-plugins-ugly/Makefile b/multimedia/gst1-plugins-ugly/Makefile index 26c7995aa..78dfaf791 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.4.5 +PKG_VERSION:=1.6.2 PKG_RELEASE:=1 PKG_MAINTAINER:=W. Michael Petullo @@ -19,7 +19,7 @@ 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_MD5SUM:=6954beed7bb9a93e426dee543ff46393 +PKG_MD5SUM:=0f0e30336e3155443cd5bfec5c215d56 PKG_BUILD_DEPENDS:= libgstreamer1 gstreamer1-plugins-base PKG_CONFIG_DEPENDS:= \ @@ -167,7 +167,7 @@ define GstBuildPlugin $$(eval $$(call BuildPackage,gst1-mod-$(1))) endef -$(eval $(call GstBuildPlugin,asf,ASF demuxer,audio riff rtp rtsp sdp tag,,)) +$(eval $(call GstBuildPlugin,asf,ASF demuxer,audio video riff rtp rtsp sdp tag,,)) $(eval $(call GstBuildPlugin,lame,MP3 encoder (using LAME),audio,,+lame-lib)) $(eval $(call GstBuildPlugin,mad,MP3 decoder (using MAD),audio tag,,+libid3tag +libmad)) $(eval $(call GstBuildPlugin,mpeg2dec,MPEG decoder,video,,+libmpeg2)) diff --git a/multimedia/gst1-plugins-ugly/patches/001-no-translations.patch b/multimedia/gst1-plugins-ugly/patches/001-no-translations.patch new file mode 100644 index 000000000..ea02ec821 --- /dev/null +++ b/multimedia/gst1-plugins-ugly/patches/001-no-translations.patch @@ -0,0 +1,23 @@ +diff -u --recursive gst-plugins-ugly-1.6.2-vanilla/configure.ac gst-plugins-ugly-1.6.2/configure.ac +--- gst-plugins-ugly-1.6.2-vanilla/configure.ac 2016-01-01 10:47:06.333623730 -0500 ++++ gst-plugins-ugly-1.6.2/configure.ac 2016-01-01 10:47:20.211613708 -0500 +@@ -470,7 +470,6 @@ + tests/Makefile + tests/check/Makefile + m4/Makefile +-po/Makefile.in + pkgconfig/Makefile + pkgconfig/gstreamer-plugins-ugly-uninstalled.pc + gst-plugins-ugly.spec +diff -u --recursive gst-plugins-ugly-1.6.2-vanilla/Makefile.am gst-plugins-ugly-1.6.2/Makefile.am +--- gst-plugins-ugly-1.6.2-vanilla/Makefile.am 2016-01-01 10:47:06.333623730 -0500 ++++ gst-plugins-ugly-1.6.2/Makefile.am 2016-01-01 10:47:14.523210855 -0500 +@@ -1,7 +1,7 @@ + DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc + + SUBDIRS = \ +- gst-libs gst ext docs m4 tests common pkgconfig po ++ gst-libs gst ext docs m4 tests common pkgconfig + + # include before EXTRA_DIST for win32 assignment + include $(top_srcdir)/common/win32.mak diff --git a/multimedia/gst1-plugins-ugly/patches/001-no_docs.patch b/multimedia/gst1-plugins-ugly/patches/001-no_docs.patch deleted file mode 100644 index 72c880a90..000000000 --- a/multimedia/gst1-plugins-ugly/patches/001-no_docs.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/Makefile.am -+++ b/Makefile.am -@@ -1,7 +1,7 @@ - DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc - - SUBDIRS = \ -- gst-libs gst ext docs m4 tests common pkgconfig po -+ gst-libs gst ext m4 tests common pkgconfig po - - # include before EXTRA_DIST for win32 assignment - include $(top_srcdir)/common/win32.mak ---- a/Makefile.in -+++ b/Makefile.in -@@ -502,7 +502,7 @@ top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc - SUBDIRS = \ -- gst-libs gst ext docs m4 tests common pkgconfig po -+ gst-libs gst ext m4 tests common pkgconfig po - - - # the MANIFEST contains all win32 related files that should be disted diff --git a/multimedia/gst1-plugins-ugly/patches/002-no-tests.patch b/multimedia/gst1-plugins-ugly/patches/002-no-tests.patch new file mode 100644 index 000000000..993d4f30b --- /dev/null +++ b/multimedia/gst1-plugins-ugly/patches/002-no-tests.patch @@ -0,0 +1,24 @@ +diff -u --recursive gst-plugins-ugly-1.6.2-vanilla/configure.ac gst-plugins-ugly-1.6.2/configure.ac +--- gst-plugins-ugly-1.6.2-vanilla/configure.ac 2016-01-01 12:01:01.547065731 -0500 ++++ gst-plugins-ugly-1.6.2/configure.ac 2016-01-01 12:04:18.111545715 -0500 +@@ -467,8 +467,6 @@ + docs/Makefile + docs/plugins/Makefile + docs/version.entities +-tests/Makefile +-tests/check/Makefile + m4/Makefile + pkgconfig/Makefile + pkgconfig/gstreamer-plugins-ugly-uninstalled.pc +diff -u --recursive gst-plugins-ugly-1.6.2-vanilla/Makefile.am gst-plugins-ugly-1.6.2/Makefile.am +--- gst-plugins-ugly-1.6.2-vanilla/Makefile.am 2016-01-01 12:01:01.547065731 -0500 ++++ gst-plugins-ugly-1.6.2/Makefile.am 2016-01-01 12:04:12.087377153 -0500 +@@ -1,7 +1,7 @@ + DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc + + SUBDIRS = \ +- gst-libs gst ext docs m4 tests common pkgconfig ++ gst-libs gst ext docs m4 common pkgconfig + + # include before EXTRA_DIST for win32 assignment + include $(top_srcdir)/common/win32.mak diff --git a/multimedia/gst1-plugins-ugly/patches/002-no_tests.patch b/multimedia/gst1-plugins-ugly/patches/002-no_tests.patch deleted file mode 100644 index 1611671f0..000000000 --- a/multimedia/gst1-plugins-ugly/patches/002-no_tests.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/Makefile.am -+++ b/Makefile.am -@@ -1,7 +1,7 @@ - DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc - - SUBDIRS = \ -- gst-libs gst ext m4 tests common pkgconfig po -+ gst-libs gst ext m4 common pkgconfig po - - # include before EXTRA_DIST for win32 assignment - include $(top_srcdir)/common/win32.mak ---- a/Makefile.in -+++ b/Makefile.in -@@ -502,7 +502,7 @@ top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc - SUBDIRS = \ -- gst-libs gst ext m4 tests common pkgconfig po -+ gst-libs gst ext m4 common pkgconfig po - - - # the MANIFEST contains all win32 related files that should be disted diff --git a/multimedia/gst1-plugins-ugly/patches/003-no-docs.patch b/multimedia/gst1-plugins-ugly/patches/003-no-docs.patch new file mode 100644 index 000000000..21093f785 --- /dev/null +++ b/multimedia/gst1-plugins-ugly/patches/003-no-docs.patch @@ -0,0 +1,25 @@ +diff -u --recursive gst-plugins-ugly-1.6.2-vanilla/configure.ac gst-plugins-ugly-1.6.2/configure.ac +--- gst-plugins-ugly-1.6.2-vanilla/configure.ac 2016-01-01 12:11:03.267943540 -0500 ++++ gst-plugins-ugly-1.6.2/configure.ac 2016-01-01 12:13:30.992120335 -0500 +@@ -464,9 +464,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.6.2-vanilla/Makefile.am gst-plugins-ugly-1.6.2/Makefile.am +--- gst-plugins-ugly-1.6.2-vanilla/Makefile.am 2016-01-01 12:11:03.268943568 -0500 ++++ gst-plugins-ugly-1.6.2/Makefile.am 2016-01-01 12:13:28.110038773 -0500 +@@ -1,7 +1,7 @@ + DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc + + SUBDIRS = \ +- gst-libs gst ext docs m4 common pkgconfig ++ gst-libs gst ext m4 common pkgconfig + + # include before EXTRA_DIST for win32 assignment + include $(top_srcdir)/common/win32.mak diff --git a/multimedia/gst1-plugins-ugly/patches/003-no_translations.patch b/multimedia/gst1-plugins-ugly/patches/003-no_translations.patch deleted file mode 100644 index bd617713d..000000000 --- a/multimedia/gst1-plugins-ugly/patches/003-no_translations.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -475,7 +475,6 @@ docs/version.entities - tests/Makefile - tests/check/Makefile - m4/Makefile --po/Makefile.in - pkgconfig/Makefile - pkgconfig/gstreamer-plugins-ugly-uninstalled.pc - gst-plugins-ugly.spec ---- a/Makefile.am -+++ b/Makefile.am -@@ -1,7 +1,7 @@ - DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc - - SUBDIRS = \ -- gst-libs gst ext m4 common pkgconfig po -+ gst-libs gst ext m4 common pkgconfig - - # include before EXTRA_DIST for win32 assignment - include $(top_srcdir)/common/win32.mak ---- a/Makefile.in -+++ b/Makefile.in -@@ -502,7 +502,7 @@ top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc - SUBDIRS = \ -- gst-libs gst ext m4 common pkgconfig po -+ gst-libs gst ext m4 common pkgconfig - - - # the MANIFEST contains all win32 related files that should be disted