[ffmpeg] Update to 4.1.1 release
by Leigh Scott
commit 73c7691f18ae246fe1f2e7ac967495d104eab91d
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sun Feb 10 06:02:02 2019 +0000
Update to 4.1.1 release
ffmpeg.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index d50c218..da12f8a 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -81,8 +81,8 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
-Version: 4.1
-Release: 7%{?date}%{?date:git}%{?rel}%{?dist}
+Version: 4.1.1
+Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -420,6 +420,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Sun Feb 10 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 4.1.1-1
+- Update to 4.1.1 release
+
* Fri Jan 25 2019 Dominik Mierzejewski <rpm(a)greysector.net> - 4.1-7
- Enable libssh support by default (rfbz#5135)
diff --git a/sources b/sources
index 622ba28..a5e2a63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b011c94e075c2d0cd7c914730f55f9a9 ffmpeg-4.1.tar.xz
+720fc84617a2c38aeae79aff3689a567 ffmpeg-4.1.1.tar.xz
5 years, 9 months
[gstreamer-plugins-ugly/el7] Add Obsoletes:gstreamer-plugins-ugly-devel-docs, to try to fix an yum transaction failure
by Sérgio M. Basto
commit 4d95e5e3b283a4d6f17ad24eda91733d3b9fb27c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Feb 9 17:32:47 2019 +0000
Add Obsoletes:gstreamer-plugins-ugly-devel-docs, to try to fix an yum
transaction failure
gstreamer-plugins-ugly.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer-plugins-ugly.spec b/gstreamer-plugins-ugly.spec
index 185d2bc..3836406 100644
--- a/gstreamer-plugins-ugly.spec
+++ b/gstreamer-plugins-ugly.spec
@@ -11,7 +11,7 @@
Summary: GStreamer streaming media framework "ugly" plug-ins
Name: gstreamer-plugins-ugly
Version: 0.10.19
-Release: 30%{?dist}
+Release: 31%{?dist}
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
Source: http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{...
@@ -43,6 +43,7 @@ Provides: gstreamer-mad = %{version}-%{release}
Provides: gstreamer-a52dec = %{version}-%{release}
Provides: gstreamer-dvdread = %{version}-%{release}
Provides: gstreamer-mpeg2dec = %{version}-%{release}
+Obsoletes: gstreamer-plugins-ugly-devel-docs <= %{version}-%{release}
%description
GStreamer is a streaming media framework, based on graphs of elements which
@@ -55,6 +56,9 @@ gstreamer-plugins-good because:
- there are possible licensing issues with the code.
+# gtk-doc-1.28 don't have gtkdoc-mktmpl anymore
+# Fix "gtkdoc-mktmpl: Command not found", by disabling gtk-doc
+
#package devel-docs
#Summary: Development documentation for the GStreamer "ugly" plug-ins
#Group: Development/Libraries
@@ -125,6 +129,10 @@ gstreamer-plugins-good because:
%changelog
+* Sat Feb 09 2019 Sérgio Basto <sergio(a)serjux.com> - 0.10.19-31
+- Add Obsoletes:gstreamer-plugins-ugly-devel-docs, to try to fix an yum
+ transaction failure
+
* Fri Nov 23 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 0.10.19-30
- Rebuild for x264-0.148 on el7
- Rebuild for ffmpeg-3.4.5 on el7
5 years, 9 months
[gstreamer1-plugins-bad-nonfree] fix poxy mouse click c&p
by Leigh Scott
commit e1f2ac15d32765fe4c536c85b612b451900821f1
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Feb 9 15:43:13 2019 +0000
fix poxy mouse click c&p
gstreamer1-plugins-bad-nonfree.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index 0f084f5..282ae6f 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -63,7 +63,7 @@ rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%files
%doc AUTHORS NEWS README RELEASE
-%license COPYING.LIBGST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT}},
+%license COPYING.LIB
# Plugins with external dependencies
%{_libdir}/gstreamer-1.0/libgstfaac.so
%{_libdir}/gstreamer-1.0/libgstfdkaac.so
5 years, 9 months
[gstreamer1-plugins-bad-nonfree] drop patch
by Leigh Scott
commit 5ed7e3d560859e398a6ba068ad1179e6fa89241c
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Feb 9 15:34:51 2019 +0000
drop patch
fdk-acc-2.0.0.patch | 26 --------------------------
gstreamer1-plugins-bad-nonfree.spec | 7 +------
2 files changed, 1 insertion(+), 32 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index 38d57cb..0f084f5 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -8,11 +8,6 @@ Release: 1%{?dist}
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
Source0: %url/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
-# Fixes FTBFS with new fdk-acc version.
-# https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/825
-%if 0%{?fedora} > 29
-Patch0: fdk-acc-2.0.0.patch
-%endif
BuildRequires: gcc
BuildRequires: gstreamer1-devel >= %{version}
@@ -68,7 +63,7 @@ rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%files
%doc AUTHORS NEWS README RELEASE
-%license COPYING.LIB
+%license COPYING.LIBGST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT}},
# Plugins with external dependencies
%{_libdir}/gstreamer-1.0/libgstfaac.so
%{_libdir}/gstreamer-1.0/libgstfdkaac.so
5 years, 9 months
[gstreamer1-plugins-ugly] fix
by Leigh Scott
commit c81b62862fdc614708d5026a8780d6761e6c46d9
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Feb 9 15:29:16 2019 +0000
fix
gstreamer1-plugins-ugly.spec | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index b6de766..a1f9d80 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -57,8 +57,6 @@ gstreamer-plugins-good because:
%make_build V=1
-gst-plugins-ugly-1.15.1.tar.xz
-
%install
%make_install V=1
5 years, 9 months
[gstreamer1-plugins-bad-nonfree] 1.15.1
by Leigh Scott
commit 3694d4c7ab83923a5015110900b571e0b045f827
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Feb 9 15:26:43 2019 +0000
1.15.1
gstreamer1-plugins-bad-nonfree.spec | 9 ++++++---
sources | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index 4b05989..38d57cb 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -3,11 +3,11 @@
Summary: GStreamer 1.0 streaming media framework "bad" non-free plug-ins
Name: gstreamer1-plugins-bad-nonfree
-Version: 1.14.4
-Release: 2%{?dist}
+Version: 1.15.1
+Release: 1%{?dist}
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
-Source0: http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{ve...
+Source0: %url/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
# Fixes FTBFS with new fdk-acc version.
# https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/825
%if 0%{?fedora} > 29
@@ -74,6 +74,9 @@ rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%{_libdir}/gstreamer-1.0/libgstfdkaac.so
%changelog
+* Sat Feb 09 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1.15.1-1
+- 1.15.1
+
* Sat Nov 24 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.14.4-2
- Rebuild for new fdk-aac
diff --git a/sources b/sources
index 3ea712e..1cd0c57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d20a91d027708abcf924f6c1279dd25 gst-plugins-bad-1.14.4.tar.xz
+2de0825f304eeddd96eb50b53c89c28a gst-plugins-bad-1.15.1.tar.xz
5 years, 9 months
[gstreamer1-plugins-ugly] 1.15.1
by Leigh Scott
commit d78d4488a9d71802eeaa3c6a4e49ac0eb562f54f
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Feb 9 15:23:46 2019 +0000
1.15.1
gstreamer1-plugins-ugly.spec | 32 +++++++-------------------------
sources | 2 +-
2 files changed, 8 insertions(+), 26 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index 0d643b2..b6de766 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -2,10 +2,9 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
-Version: 1.14.4
-Release: 2%{?dist}
+Version: 1.15.1
+Release: 1%{?dist}
License: LGPLv2+
-Group: Applications/Multimedia
URL: https://gstreamer.freedesktop.org/
Source0: %{url}/src/%{src_name}/%{src_name}-%{version}.tar.xz
@@ -36,24 +35,6 @@ gstreamer-plugins-good because:
- the license of the library is not LGPL
- there are possible licensing issues with the code.
-
-%package devel-docs
-Summary: Development documentation for the GStreamer "ugly" plug-ins
-Requires: %{name} = %{version}-%{release}
-Requires: %{name}-free-devel = %{version}
-BuildArch: noarch
-
-%description devel-docs
-GStreamer is a streaming media framework, based on graphs of elements which
-operate on media data.
-
-This package contains the development documentation for the plug-ins that can't
-be shipped in gstreamer-plugins-good because:
-- the license is not LGPL
-- the license of the library is not LGPL
-- there are possible licensing issues with the code.
-
-
%prep
%autosetup -p1 -n %{src_name}-%{version}
@@ -76,6 +57,7 @@ be shipped in gstreamer-plugins-good because:
%make_build V=1
+gst-plugins-ugly-1.15.1.tar.xz
%install
%make_install V=1
@@ -100,12 +82,12 @@ rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
%{_libdir}/gstreamer-1.0/libgstmpeg2dec.so
%{_libdir}/gstreamer-1.0/libgstx264.so
-#files devel-docs
-# Take the dir and everything below it for proper dir ownership
-#doc %{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/
-
%changelog
+* Sat Feb 09 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1.15.1-1
+- 1.15.1
+- clean spec
+
* Wed Nov 07 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.14.4-2
- rebuild for x264 (rf#5071)
diff --git a/sources b/sources
index e4d276c..01e2f21 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90768a0074db071175ce980064d9a1ac gst-plugins-ugly-1.14.4.tar.xz
+142530d07aae02f326c1a0af85fe8941 gst-plugins-ugly-1.15.1.tar.xz
5 years, 9 months
[gstreamer1-plugins-bad-freeworld] 1.15.1
by Leigh Scott
commit a2d72b46bfad3f95da5215ccd3961885ac8baa06
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Feb 9 15:17:45 2019 +0000
1.15.1
gstreamer1-plugins-bad-freeworld.spec | 10 ++++++----
sources | 2 +-
2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec
index e04d0d4..892ff40 100644
--- a/gstreamer1-plugins-bad-freeworld.spec
+++ b/gstreamer1-plugins-bad-freeworld.spec
@@ -4,12 +4,11 @@
Summary: GStreamer 1.0 streaming media framework "bad" plug-ins
Name: gstreamer1-plugins-bad-freeworld
-Version: 1.14.4
-Release: 3%{?dist}
+Version: 1.15.1
+Release: 1%{?dist}
License: LGPLv2+
-Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
-Source0: http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{ve...
+Source0: %url/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
BuildRequires: gcc
BuildRequires: gcc-c++
@@ -101,6 +100,9 @@ rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%changelog
+* Sat Feb 09 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1.15.1-1
+- 1.15.1
+
* Fri Dec 07 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 1.14.4-3
- Undo latest commit
diff --git a/sources b/sources
index 3ea712e..1cd0c57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d20a91d027708abcf924f6c1279dd25 gst-plugins-bad-1.14.4.tar.xz
+2de0825f304eeddd96eb50b53c89c28a gst-plugins-bad-1.15.1.tar.xz
5 years, 9 months
[gstreamer1-libav] update to 1.15.1 and switch back to system ffmpeg
by Leigh Scott
commit 1b944a0f841cd7099a82a91df1ca718a52b9fe01
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Feb 9 08:34:05 2019 +0000
update to 1.15.1 and switch back to system ffmpeg
gstreamer1-libav.spec | 11 +++++------
sources | 2 +-
2 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/gstreamer1-libav.spec b/gstreamer1-libav.spec
index c378a1e..45fa1f1 100644
--- a/gstreamer1-libav.spec
+++ b/gstreamer1-libav.spec
@@ -1,5 +1,5 @@
Name: gstreamer1-libav
-Version: 1.14.4
+Version: 1.15.1
Release: 1%{?dist}
Summary: GStreamer 1.0 libav-based plug-ins
License: LGPLv2+
@@ -14,11 +14,7 @@ BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: orc-devel
BuildRequires: bzip2-devel
BuildRequires: zlib-devel
-## Use bundled libav as it doesn't build with F28+ ffmpeg git
-%if 0%{?fedora} < 28
-%global with_system_libav --with-system-libav
BuildRequires: ffmpeg-devel
-%endif
%ifarch %{ix86} x86_64
BuildRequires: yasm
@@ -59,7 +55,7 @@ plug-in.
--disable-static \
--with-package-name="gst-libav 1.0 rpmfusion rpm" \
--with-package-origin="http://rpmfusion.org/" \
- %{?_with_system_libav}
+ --with-system-libav
%make_build V=1
@@ -81,6 +77,9 @@ rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/libgst*.la
%changelog
+* Sat Feb 09 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1.15.1-1
+- 1.15.1
+
* Tue Oct 09 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.14.4-1
- 1.14.4
diff --git a/sources b/sources
index ea65ccb..143ef33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-58342db11dbb201a66a62577dcf7bab5 gst-libav-1.14.4.tar.xz
+f8aaeed8baeae147ea4178f7611db193 gst-libav-1.15.1.tar.xz
5 years, 9 months