[DVDAuthorWizard] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
by Nicolas Chauvet
commit f36f1115c7d0aedb64ef2ee038d5da659e5715bb
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Feb 28 23:18:00 2018 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Nicolas Chauvet <kwizart(a)gmail.com>
DVDAuthorWizard.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/DVDAuthorWizard.spec b/DVDAuthorWizard.spec
index 0aa2063..50490b6 100644
--- a/DVDAuthorWizard.spec
+++ b/DVDAuthorWizard.spec
@@ -1,6 +1,6 @@
Name: DVDAuthorWizard
Version: 1.4.6
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: Create a video DVD from MPEG-2 files
Group: Applications/Multimedia
License: GPLv2
@@ -69,6 +69,9 @@ desktop-file-install --vendor "" \
%changelog
+* Wed Feb 28 2018 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.4.6-12
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
* Sun Oct 15 2017 Sérgio Basto <sergio(a)serjux.com> - 1.4.6-11
- Fix calls to unsupported (EOL) options of transcode and sox (#4673)
- spec clean up, urls and license fixes .
6 years, 8 months
[gstreamer1-libav] 1.13.1
by Rex Dieter
commit 24e361fcff06e1ae9c0dc96182d75418c2aa936c
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Wed Feb 28 15:37:28 2018 -0600
1.13.1
gstreamer1-libav.spec | 27 +++++++++++++++------------
sources | 2 +-
2 files changed, 16 insertions(+), 13 deletions(-)
---
diff --git a/gstreamer1-libav.spec b/gstreamer1-libav.spec
index 3ed73f4..d5511df 100644
--- a/gstreamer1-libav.spec
+++ b/gstreamer1-libav.spec
@@ -1,20 +1,20 @@
Name: gstreamer1-libav
-Version: 1.12.4
-Release: 3%{?dist}
+Version: 1.13.1
+Release: 1%{?dist}
Summary: GStreamer 1.0 libav-based plug-ins
-Group: Applications/Multimedia
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
Source0: http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
+
Patch0: gst-ffmpeg-0.10.12-ChangeLog-UTF-8.patch
+
BuildRequires: gstreamer1-devel >= %{version}
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: orc-devel
BuildRequires: bzip2-devel
BuildRequires: zlib-devel
-%if 0%{?fedora} <= 27
BuildRequires: ffmpeg-devel
-%endif
+
%ifarch %{ix86} x86_64
BuildRequires: yasm
%endif
@@ -32,7 +32,6 @@ This package provides libav-based GStreamer plug-ins.
%package devel-docs
Summary: Development documentation for the libav GStreamer plug-in
-Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
@@ -49,21 +48,22 @@ plug-in.
%build
-export CFLAGS="%{optflags} -Wno-deprecated-declarations"
-%configure --disable-dependency-tracking \
+#export CFLAGS="%{optflags} -Wno-deprecated-declarations"
+%configure \
+ --disable-silent-rules --disable-fatal-warnings \
+ --disable-dependency-tracking \
--disable-static \
--with-package-name="gst-libav 1.0 rpmfusion rpm" \
- --with-package-origin="http://rpmfusion.org/" \
-%if 0%{?fedora} <= 27
+ --with-package-origin="http://rpmfusion.org/" \
--with-system-libav
-%endif
%make_build V=1
%install
%make_install V=1
-rm %{buildroot}%{_libdir}/gstreamer-1.0/libgst*.la
+
+rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/libgst*.la
%files
@@ -77,6 +77,9 @@ rm %{buildroot}%{_libdir}/gstreamer-1.0/libgst*.la
%changelog
+* Wed Feb 28 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.13.1-1
+- 1.13.1
+
* Fri Jan 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.12.4-3
- Use bundled libav for F28
diff --git a/sources b/sources
index caf32b2..83c421f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a851bf2e475e90a3fdac9506e3e4dbd gst-libav-1.12.4.tar.xz
+3bdc63bc0114a124cbcf48c97c935d30 gst-libav-1.13.1.tar.xz
6 years, 8 months
[gstreamer1-plugins-ugly] 1.13.1
by Rex Dieter
commit f80cf9e2d381a8a1f79c33920674ae2aec78a8cf
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Wed Feb 28 15:28:57 2018 -0600
1.13.1
gstreamer1-plugins-ugly.spec | 29 +++++++++++++++++++----------
sources | 2 +-
2 files changed, 20 insertions(+), 11 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index e89903a..6ff3ac8 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -2,8 +2,8 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
-Version: 1.12.4
-Release: 3%{?dist}
+Version: 1.13.1
+Release: 1%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: https://gstreamer.freedesktop.org/
@@ -11,7 +11,7 @@ Source0: %{url}/src/%{src_name}/%{src_name}-%{version}.tar.xz
BuildRequires: gstreamer1-devel >= %{version}
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
-BuildRequires: gettext-devel gtk-doc
+BuildRequires: gettext-devel
BuildRequires: libid3tag-devel >= 0.15.0
BuildRequires: mpeg2dec-devel >= 0.4.0
BuildRequires: orc-devel >= 0.4.5
@@ -21,6 +21,9 @@ BuildRequires: opencore-amr-devel
# Provides locale files
Requires: %{name}-free%{?_isa} = %{version}
+# Subpkg is empty, so no point -- rex
+Obsoletes: %{name}-devel-docs < 1.13
+
%description
GStreamer is a streaming media framework, based on graphs of elements which
operate on media data.
@@ -34,7 +37,6 @@ gstreamer-plugins-good because:
%package devel-docs
Summary: Development documentation for the GStreamer "ugly" plug-ins
-Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name}-free-devel = %{version}
BuildArch: noarch
@@ -55,11 +57,13 @@ be shipped in gstreamer-plugins-good because:
%build
-%configure --disable-static \
+%configure \
+ --disable-silent-rules --disable-fatal-warnings \
--with-package-name="gst-plugins-ugly 1.0 rpmfusion rpm" \
--with-package-origin="http://rpmfusion.org/" \
+ --disable-static \
--enable-debug \
- --enable-gtk-doc \
+ --disable-gtk-doc \
--disable-mpg123 \
--disable-cdio \
--disable-dvdread \
@@ -67,14 +71,16 @@ be shipped in gstreamer-plugins-good because:
--disable-xingmux \
--disable-lame \
--disable-twolame
+
%make_build V=1
%install
%make_install V=1
-rm %{buildroot}%{_libdir}/gstreamer-1.0/*.la
+
+rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/*.la
rm -rf %{buildroot}%{_datadir}/locale/
-rm %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
+rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
%files
@@ -92,12 +98,15 @@ rm %{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
+#files devel-docs
# Take the dir and everything below it for proper dir ownership
-%doc %{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/
+#doc %{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/
%changelog
+* Wed Feb 28 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.13.1-1
+- 1.13.1
+
* Wed Jan 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.12.4-3
- remove twolame (rfbz#4766)
diff --git a/sources b/sources
index 1d64d95..880178a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e2b836fb2747f6ae3a1a6f33a9d8c952 gst-plugins-ugly-1.12.4.tar.xz
+55595432f3aeb8f04c3e9d556ac6776c gst-plugins-ugly-1.13.1.tar.xz
6 years, 8 months
[k3b-extras-freeworld] 17.12.2
by Rex Dieter
commit 21a3ecdb7d13636c62639d50d04be05f77af2bb5
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Wed Feb 28 15:11:36 2018 -0600
17.12.2
.gitignore | 1 +
k3b-extras-freeworld.spec | 13 +++++++++----
sources | 2 +-
3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0430333..20a756b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ k3b-2.0.3.tar.xz
/k3b-17.08.1.tar.xz
/k3b-17.08.2.tar.xz
/k3b-17.08.3.tar.xz
+/k3b-17.12.2.tar.xz
diff --git a/k3b-extras-freeworld.spec b/k3b-extras-freeworld.spec
index 4b389ae..ca0a74d 100644
--- a/k3b-extras-freeworld.spec
+++ b/k3b-extras-freeworld.spec
@@ -1,8 +1,8 @@
Name: k3b-extras-freeworld
Summary: Provides ffmpeg decoder plugin for the k3b CD/DVD burning application
Epoch: 1
-Version: 17.08.3
-Release: 2%{?dist}
+Version: 17.12.2
+Release: 1%{?dist}
License: GPLv2+
URL: http://www.k3b.org/
@@ -46,6 +46,7 @@ BuildRequires: pkgconfig(taglib)
BuildRequires: pkgconfig(vorbisenc) pkgconfig(vorbisfile)
BuildRequires: pkgconfig(libavcodec) pkgconfig(libavformat)
+# the abi is fairly stable, consider relaxing this -- rex
Requires: k3b >= %{epoch}:%{version}
%description
@@ -54,10 +55,11 @@ handle CD/DVD burning application.
%prep
-%autosetup -p1 -n k3b-%{version}
+%autosetup -n k3b-%{version} -p1
+
%build
-mkdir -p %{_target_platform}
+mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} .. \
-DK3B_BUILD_FFMPEG_DECODER_PLUGIN:BOOL=ON
@@ -76,6 +78,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}/plugins/decoder/ff
%changelog
+* Wed Feb 28 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1:17.12.2-1
+- 17.12.2
+
* Thu Jan 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1:17.08.3-2
- Rebuilt for ffmpeg-3.5 git
diff --git a/sources b/sources
index 8a18745..d4f22da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3063f0079835f7f21067462e51562f39 k3b-17.08.3.tar.xz
+1894fb8a7dface340618091efefad677 k3b-17.12.2.tar.xz
6 years, 8 months
[gstreamer1-plugins-bad-freeworld] 1.13.1
by Rex Dieter
commit 45fd82f2b2c46c7d2d785070ce0b5bf4deece6fb
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Wed Feb 28 14:57:03 2018 -0600
1.13.1
gstreamer1-plugins-bad-freeworld.spec | 20 ++++++++++++++------
sources | 2 +-
2 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec
index 63399e0..d6cff95 100644
--- a/gstreamer1-plugins-bad-freeworld.spec
+++ b/gstreamer1-plugins-bad-freeworld.spec
@@ -4,8 +4,8 @@
Summary: GStreamer 1.0 streaming media framework "bad" plug-ins
Name: gstreamer1-plugins-bad-freeworld
-Version: 1.12.4
-Release: 3%{?dist}
+Version: 1.13.1
+Release: 1%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
@@ -21,7 +21,6 @@ BuildRequires: libdca-devel
BuildRequires: faad2-devel
BuildRequires: libmms-devel
BuildRequires: mjpegtools-devel >= 2.0.0
-BuildRequires: twolame-devel
BuildRequires: librtmp-devel
BuildRequires: vo-amrwbenc-devel
#BuildRequires: vo-aacenc-devel
@@ -44,14 +43,19 @@ well enough, or the code is not of good enough quality.
%build
# Note we don't bother with disabling everything which is in Fedora, that
# is unmaintainable, instead we selectively run make in subdirs
-%configure --disable-static \
+%configure \
+ --disable-silent-rules --disable-fatal-warnings \
+ --disable-static \
+ --disable-gtk-doc \
--with-package-name="gst-plugins-bad 1.0 rpmfusion rpm" \
--with-package-origin="http://rpmfusion.org/" \
--enable-debug \
--enable-experimental
+
# Don't use rpath!
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
for i in %{gstdirs} %{extdirs}; do
pushd $i
%make_build V=2
@@ -65,7 +69,8 @@ for i in %{gstdirs} %{extdirs}; do
%make_install V=2
popd
done
-rm %{buildroot}%{_libdir}/gstreamer-1.0/*.la
+
+rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%files
@@ -80,7 +85,7 @@ rm %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%{_libdir}/gstreamer-1.0/libgstsiren.so
# Plugins with external dependencies
-%{_libdir}/gstreamer-1.0/libgstlibde265.so
+%{_libdir}/gstreamer-1.0/libgstde265.so
%{_libdir}/gstreamer-1.0/libgstdtsdec.so
%{_libdir}/gstreamer-1.0/libgstfaad.so
%{_libdir}/gstreamer-1.0/libgstmms.so
@@ -93,6 +98,9 @@ rm %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%changelog
+* Wed Feb 28 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.13.1-1
+- 1.13.1
+
* Wed Feb 28 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 1.12.4-3
- Rebuilt for x265
diff --git a/sources b/sources
index d808e70..f8cbc94 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64bf16cf15edaab1c0e02c8dee7170d0 gst-plugins-bad-1.12.4.tar.xz
+8d4a5f0029d8dd6d1aa3a92aa65a17b1 gst-plugins-bad-1.13.1.tar.xz
6 years, 8 months
[phonon-backend-vlc] .spec polish
by Rex Dieter
commit 38e446a07c11436437864f8bcb96ea1e53bdaa4b
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Wed Feb 28 14:32:51 2018 -0600
.spec polish
phonon-backend-vlc.spec | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/phonon-backend-vlc.spec b/phonon-backend-vlc.spec
index 18168e0..75552ac 100644
--- a/phonon-backend-vlc.spec
+++ b/phonon-backend-vlc.spec
@@ -1,7 +1,7 @@
Name: phonon-backend-vlc
Summary: VLC phonon backend
Version: 0.9.1
-Release: 3%{?dist}
+Release: 4%{?dist}
License: LGPLv2+
URL: http://phonon.kde.org/
@@ -14,6 +14,7 @@ Patch1: phonon-backend-vlc-0.9.0-initial_preference.patch
BuildRequires: automoc4 >= 0.9.86
BuildRequires: cmake
BuildRequires: extra-cmake-modules
+BuildRequires: gcc-c++
BuildRequires: kde-filesystem
BuildRequires: pkgconfig(libvlc) >= 1.1.10
BuildRequires: pkgconfig(libxml-2.0)
@@ -32,19 +33,13 @@ Provides: phonon-backend%{?_isa} = %{phonon_ver}
Requires: vlc-core%{?_isa} >= %{vlc_ver}
Requires: phonon%{?_isa} >= %{phonon_ver}
-%{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}}
-
%description
%{summary}.
-
%package -n phonon-qt5-backend-vlc
Summary: Vlc phonon-qt5 backend
Provides: phonon-qt5-backend%{?_isa} = %{phonon_ver}
-%{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}}
-
-
%description -n phonon-qt5-backend-vlc
%{summary}.
@@ -52,14 +47,15 @@ Provides: phonon-qt5-backend%{?_isa} = %{phonon_ver}
%prep
%autosetup -p1
+
%build
-mkdir -p %{_target_platform}
+mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake} ..
%make_build
popd
-mkdir -p %{_target_platform}-qt5
+mkdir %{_target_platform}-qt5
pushd %{_target_platform}-qt5
%{cmake} -DPHONON_BUILD_PHONON4QT5:BOOL=ON ..
%make_build
@@ -84,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
+* Wed Feb 28 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 0.9.1-4
+- .spec polish
+
* Thu Dec 07 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 0.9.1-3
- Rebuilt for libvlc
6 years, 8 months
[vlc] Rebuilt
by Nicolas Chauvet
commit a71e0a6f2d6875bbb3beec2c96b55a3f9ad4acf9
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Feb 28 19:43:52 2018 +0100
Rebuilt
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 88f4275..c064d9f 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -43,7 +43,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: %{vlc_vers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -552,6 +552,9 @@ fi || :
%changelog
+* Wed Feb 28 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.1-2
+- Rebuilt for x265
+
* Tue Feb 27 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.1-1
- Update to 3.0.1
6 years, 8 months
[gstreamer1-plugins-bad-freeworld] Rebuilt for x265
by Nicolas Chauvet
commit a58731da897dc0b9f08055890124ebfb0cdea8d4
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Feb 28 18:08:57 2018 +0100
Rebuilt for x265
gstreamer1-plugins-bad-freeworld.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec
index e14b7de..63399e0 100644
--- a/gstreamer1-plugins-bad-freeworld.spec
+++ b/gstreamer1-plugins-bad-freeworld.spec
@@ -5,7 +5,7 @@
Summary: GStreamer 1.0 streaming media framework "bad" plug-ins
Name: gstreamer1-plugins-bad-freeworld
Version: 1.12.4
-Release: 2%{?dist}
+Release: 3%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
@@ -93,6 +93,9 @@ rm %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%changelog
+* Wed Feb 28 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 1.12.4-3
+- Rebuilt for x265
+
* Sun Dec 31 2017 Sérgio Basto <sergio(a)serjux.com> - 1.12.4-2
- Mass rebuild for x264 and x265
6 years, 8 months
[xpra-codecs-freeworld] Rebuilt
by Nicolas Chauvet
commit bfa7fd3f9323b4e3432aaaf5000c4c374e2fbb53
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Feb 28 18:06:37 2018 +0100
Rebuilt
xpra-codecs-freeworld.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index f96fd8c..9ec8e95 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -19,7 +19,7 @@
Name: xpra-codecs-freeworld
Version: 2.2.4
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
@@ -114,6 +114,9 @@ find %{buildroot}%{python2_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Wed Feb 28 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.4-4
+- Rebuilt for x265
+
* Fri Feb 23 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.4-3
- Use --without-strict option (upstream bug #1772)
6 years, 8 months