[yle-dl/f24] Update yle-dl 2.10.2
by Sérgio M. Basto
Summary of changes:
412e016... Update yle-dl 2.10.2 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[yle-dl] Update yle-dl 2.10.2
by Sérgio M. Basto
commit 412e016787321fdcf6925814aee39bb607d39e30
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Jul 24 00:33:58 2016 +0100
Update yle-dl 2.10.2
.gitignore | 1 +
sources | 2 +-
yle-dl.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 13aacdb..19282b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
yle-dl-2.9.0.tar.gz
yle-dl-2.10.0.tar.gz
+/yle-dl-2.10.2.tar.gz
diff --git a/sources b/sources
index deccfa7..08db909 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f50ec9a0090442c4bc0143d2e90c5445 yle-dl-2.10.0.tar.gz
+b582e9a4c5e1b25feb1f1f85754c07cf yle-dl-2.10.2.tar.gz
diff --git a/yle-dl.spec b/yle-dl.spec
index 2a55452..ea5282d 100644
--- a/yle-dl.spec
+++ b/yle-dl.spec
@@ -1,5 +1,5 @@
Name: yle-dl
-Version: 2.10.0
+Version: 2.10.2
Release: 1%{?dist}
License: GPLv2
Summary: Command-line tool to download videos from Finnish broadcasting company
@@ -46,6 +46,9 @@ make DESTDIR=%{buildroot} prefix=%{_usr} install
%changelog
+* Sat Jul 23 2016 Sérgio Basto <sergio(a)serjux.com> - 2.10.2-1
+- Update yle-dl 2.10.2
+
* Tue Jan 12 2016 Sérgio Basto <sergio(a)serjux.com> - 2.10.0-1
- Update yle-dl to 2.10.0
8 years, 4 months
[smplayer/f24] (3 commits) ...Remove debug build line
by Sérgio M. Basto
Summary of changes:
790ecc6... Add patch to fix build in rawhide (*)
147b805... Package scriplets review, based on RussianFedora work (*)
db7ca8b... Remove debug build line (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[smplayer] Remove debug build line
by Sérgio M. Basto
commit db7ca8bdfa0b2c6ddf1707e1a716918cfa93464f
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jul 23 23:31:33 2016 +0100
Remove debug build line
smplayer.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/smplayer.spec b/smplayer.spec
index 3f8bca3..7c3ff1d 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -116,7 +116,6 @@ popd
%make_install PREFIX=%{_prefix} DOC_PATH=%{_docdir}/%{name}
# License docs go to another place
-find %{buildroot}%{_docdir}/%{name}/
rm -r %{buildroot}%{_docdir}/%{name}/Copying*
pushd smtube-%{smtube_ver}
8 years, 4 months
[smplayer] Package scriplets review, based on RussianFedora work
by Sérgio M. Basto
commit 147b805345522abf61d7490b256441ee8e42a0e8
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jul 23 23:27:31 2016 +0100
Package scriplets review, based on RussianFedora work
https://github.com/RussianFedora/smplayer
smplayer.spec | 74 +++++++++++++++++++++++++++++++----------------------------
1 file changed, 39 insertions(+), 35 deletions(-)
---
diff --git a/smplayer.spec b/smplayer.spec
index 21bc67c..3f8bca3 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -3,7 +3,7 @@ Version: 16.7.0
%global smtube_ver 16.7.2
%global smplayer_themes_ver 16.6.0
%global smplayer_skins_ver 15.2.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A graphical frontend for mplayer
Group: Applications/Multimedia
@@ -21,8 +21,7 @@ Patch3: smtube-16.3.0-system-qtsingleapplication.patch
Patch4: smplayer-16.7.0-removeqt43code.patch
BuildRequires: desktop-file-utils
-BuildRequires: qt5-qtbase-devel
-BuildRequires: qt5-qttools-devel
+BuildRequires: pkgconfig(Qt5)
BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
@@ -30,20 +29,26 @@ BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5Script)
+BuildRequires: pkgconfig(Qt5WebKitWidgets)
BuildRequires: pkgconfig(Qt5Sql)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Xml)
+BuildRequires: pkgconfig(Qt5Designer)
+BuildRequires: pkgconfig(zlib)
BuildRequires: qt5-linguist
BuildRequires: qtsingleapplication-qt5-devel
BuildRequires: quazip-qt5-devel
-BuildRequires: zlib-devel
# for smtube only
BuildRequires: pkgconfig(Qt5WebKit)
-BuildRequires: pkgconfig(Qt5WebKitWidgets)
# smplayer without mplayer is quite useless
Requires: mplayer
+Requires: hicolor-icon-theme
+
%{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}}
+Requires(post): desktop-file-utils
+Requires(postun): desktop-file-utils
+
%description
smplayer intends to be a complete front-end for Mplayer, from basic features
like playing videos, DVDs, and VCDs to more advanced features like support
@@ -89,66 +94,61 @@ mv Changelog.utf8 Changelog
%{__sed} -e 's/rcc -binary/rcc-qt5 -binary/' -i smplayer-skins-%{smplayer_skins_ver}/themes/Makefile
%build
+#{qmake_qt5} src
%make_build QMAKE=%{_qt5_qmake} PREFIX=%{_prefix} LRELEASE=%{_bindir}/lrelease-qt5
pushd smtube-%{smtube_ver}
-sed -i 's|smtube/translations|smplayer/translations|' Makefile
-%make_build QMAKE=%{_qt5_qmake} PREFIX=%{_prefix} LRELEASE=%{_bindir}/lrelease-qt5
+ sed -i 's|smtube/translations|smplayer/translations|' Makefile
+ %make_build QMAKE=%{_qt5_qmake} PREFIX=%{_prefix} LRELEASE=%{_bindir}/lrelease-qt5
popd
pushd smplayer-themes-%{smplayer_themes_ver}
-%make_build
+ %make_build
popd
pushd smplayer-skins-%{smplayer_skins_ver}
-mv README.txt README-skins.txt
-mv Changelog Changelog-skins.txt
-%make_build
+ mv README.txt README-skins.txt
+ mv Changelog Changelog-skins.txt
+ %make_build
popd
-
%install
-make install DESTDIR=%{buildroot} PREFIX=%{_prefix} DOC_PATH=%{_docdir}/%{name}
+%make_install PREFIX=%{_prefix} DOC_PATH=%{_docdir}/%{name}
-# remove all License docs
+# License docs go to another place
+find %{buildroot}%{_docdir}/%{name}/
rm -r %{buildroot}%{_docdir}/%{name}/Copying*
pushd smtube-%{smtube_ver}
-make install DESTDIR=%{buildroot} PREFIX=%{_prefix} DOC_PATH=%{_docdir}/%{name}/smtube
+ %make_install PREFIX=%{_prefix} DOC_PATH=%{_docdir}/%{name}/smtube
popd
pushd smplayer-themes-%{smplayer_themes_ver}
-make install PREFIX=%{_prefix} DESTDIR=%{buildroot}
+ %make_install PREFIX=%{_prefix}
popd
pushd smplayer-skins-%{smplayer_skins_ver}
-make install PREFIX=%{_prefix} DESTDIR=%{buildroot}
+ %make_install PREFIX=%{_prefix}
popd
-desktop-file-install --delete-original \
- --dir %{buildroot}%{_datadir}/applications/ \
- %{buildroot}%{_datadir}/applications/%{name}.desktop
-
-
-desktop-file-install --delete-original \
- --dir %{buildroot}%{_datadir}/applications/ \
- %{buildroot}%{_datadir}/applications/%{name}_enqueue.desktop
-
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}_enqueue.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/smtube.desktop
%post
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
-update-desktop-database &> /dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+/usr/bin/update-desktop-database &> /dev/null || :
+if [ $1 -eq 0 ] ; then
+ /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
-update-desktop-database &> /dev/null || :
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files
%license Copying*
@@ -173,6 +173,10 @@ update-desktop-database &> /dev/null || :
%{_datadir}/smplayer/themes/
%changelog
+* Sat Jul 23 2016 Sérgio Basto <sergio(a)serjux.com> - 16.7.0-3
+- Package scriplets review, based on RussianFedora work
+ https://github.com/RussianFedora/smplayer
+
* Tue Jul 19 2016 Sérgio Basto <sergio(a)serjux.com> - 16.7.0-2
- Add patch to fix build in rawhide
8 years, 4 months
[mpg123] enable portaudio
by Igor Gnatenko
commit ff48f6d46fc4b3c1f8c2a790ed30b2c80dc17aa9
Author: Igor Gnatenko <ignatenko(a)redhat.com>
Date: Sat Jul 23 23:42:43 2016 +0200
enable portaudio
Signed-off-by: Igor Gnatenko <ignatenko(a)redhat.com>
mpg123.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mpg123.spec b/mpg123.spec
index f6c14ff..3f52a39 100644
--- a/mpg123.spec
+++ b/mpg123.spec
@@ -83,7 +83,7 @@ Development files for decoding and output libraries.
%build
autoreconf -vfi
-%configure --enable-modules=yes --with-default-audio=alsa --with-audio=alsa,jack,pulse,oss
+%configure --enable-modules=yes --with-default-audio=alsa --with-audio=alsa,jack,pulse,oss,portaudio
%make_build
pushd doc
doxygen doxygen.conf
8 years, 4 months
[mpg123] make Obsoletes non-%?_isa
by Igor Gnatenko
commit 90e7d7e9fb3468e0e91f044c12ed669f4a7595c0
Author: Igor Gnatenko <ignatenko(a)redhat.com>
Date: Sat Jul 23 23:33:26 2016 +0200
make Obsoletes non-%?_isa
Signed-off-by: Igor Gnatenko <ignatenko(a)redhat.com>
mpg123.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mpg123.spec b/mpg123.spec
index 25a6f7a..f6c14ff 100644
--- a/mpg123.spec
+++ b/mpg123.spec
@@ -46,7 +46,7 @@ Summary: JACK output plug-in for %{name}
BuildRequires: pkgconfig(jack)
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Enhances: %{name}%{?_isa}
-Obsoletes: %{name}-plugins-extras%{?_isa} < 1.23.4-1
+Obsoletes: %{name}-plugins-extras < 1.23.4-1
%description plugins-jack %{_description}
@@ -64,7 +64,7 @@ PortAudio output plug-in.
%package libs
Summary: %{summary}
-Obsoletes: lib%{name}%{?_isa} < 1.23.4-1
+Obsoletes: lib%{name} < 1.23.4-1
%description libs %{_description}
@@ -72,7 +72,7 @@ Obsoletes: lib%{name}%{?_isa} < 1.23.4-1
Summary: %{summary}
BuildRequires: /usr/bin/doxygen
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
-Obsoletes: lib%{name}-devel%{?_isa} < 1.23.4-1
+Obsoletes: lib%{name}-devel < 1.23.4-1
%description libs-devel %{_description}
8 years, 4 months
[ffmpeg] Rebuild for libvpx soname bump
by Igor Gnatenko
commit ef5695bc9809c4155b409ad5421c011d46b10be6
Author: Igor Gnatenko <ignatenko(a)redhat.com>
Date: Sat Jul 23 22:55:18 2016 +0200
Rebuild for libvpx soname bump
Signed-off-by: Igor Gnatenko <ignatenko(a)redhat.com>
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 2c13598..e27142c 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -13,7 +13,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 3.0.2
-Release: 4%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 5%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr} || 0%{?_with_gmp}
License: GPLv3+
%else
@@ -322,6 +322,9 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
%changelog
+* Sat Jul 23 2016 Igor Gnatenko <ignatenko(a)redhat.com> - 3.0.2-5
+- Rebuild for libvpx soname bump
+
* Sun Jul 10 2016 Dominik Mierzejewski <rpm(a)greysector.net> - 3.0.2-4
- enable jack by default (rfbz#2156)
- re-enable opencl by default (rfbz#3640 was fixed)
8 years, 4 months
[vdr-skindesigner/f23] Update to 1.2.0
by Martin Gansser
commit baadb6de725ec03bed03a381f112b3f7a92e8ba5
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Jul 23 21:13:31 2016 +0200
Update to 1.2.0
.gitignore | 1 +
sources | 2 +-
vdr-skindesigner.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2e1ce77..3d3b740 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ vdr-plugin-skindesigner-0.9.1.tar.bz2
vdr-plugin-skindesigner-0.9.3.tar.bz2
vdr-plugin-skindesigner-0.9.5.tar.bz2
/vdr-plugin-skindesigner-1.1.5.tar.bz2
+/vdr-plugin-skindesigner-1.2.0.tar.bz2
diff --git a/sources b/sources
index 7a2cdbf..27c4ea7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a3b643de73a4c4744be9b1473fed9b98 vdr-plugin-skindesigner-1.1.5.tar.bz2
+95fece1254648a188e4b70d8d6cf54ca vdr-plugin-skindesigner-1.2.0.tar.bz2
diff --git a/vdr-skindesigner.spec b/vdr-skindesigner.spec
index 45535ff..7e06416 100644
--- a/vdr-skindesigner.spec
+++ b/vdr-skindesigner.spec
@@ -1,5 +1,5 @@
Name: vdr-skindesigner
-Version: 1.1.5
+Version: 1.2.0
Release: 1%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
@@ -116,6 +116,9 @@ ldconfig -n %{buildroot}%{_libdir}
%{_includedir}/libskindesignerapi/*
%changelog
+* Sat Jul 23 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.0-1
+- Update to 1.2.0
+
* Sat Jun 25 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.1.5-1
- Update to 1.1.5
8 years, 4 months
[vdr-skindesigner/f24] Update to 1.2.0
by Martin Gansser
commit 89b8aea1aa54dab0d8002733ba3492940a8b2c7b
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Jul 23 20:58:14 2016 +0200
Update to 1.2.0
.gitignore | 1 +
sources | 2 +-
vdr-skindesigner.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2e1ce77..3d3b740 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ vdr-plugin-skindesigner-0.9.1.tar.bz2
vdr-plugin-skindesigner-0.9.3.tar.bz2
vdr-plugin-skindesigner-0.9.5.tar.bz2
/vdr-plugin-skindesigner-1.1.5.tar.bz2
+/vdr-plugin-skindesigner-1.2.0.tar.bz2
diff --git a/sources b/sources
index 7a2cdbf..27c4ea7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a3b643de73a4c4744be9b1473fed9b98 vdr-plugin-skindesigner-1.1.5.tar.bz2
+95fece1254648a188e4b70d8d6cf54ca vdr-plugin-skindesigner-1.2.0.tar.bz2
diff --git a/vdr-skindesigner.spec b/vdr-skindesigner.spec
index 45535ff..7e06416 100644
--- a/vdr-skindesigner.spec
+++ b/vdr-skindesigner.spec
@@ -1,5 +1,5 @@
Name: vdr-skindesigner
-Version: 1.1.5
+Version: 1.2.0
Release: 1%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
@@ -116,6 +116,9 @@ ldconfig -n %{buildroot}%{_libdir}
%{_includedir}/libskindesignerapi/*
%changelog
+* Sat Jul 23 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.0-1
+- Update to 1.2.0
+
* Sat Jun 25 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.1.5-1
- Update to 1.1.5
8 years, 4 months