[mplayer] Rebuilt for libcdio-0.94
by Adrian Reber
commit 022f60b10592e3d1ccbf7a4bcfae227dfbd684cc
Author: Adrian Reber <adrian(a)lisas.de>
Date: Thu Nov 17 15:04:29 2016 +0100
Rebuilt for libcdio-0.94
mplayer.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mplayer.spec b/mplayer.spec
index b0bf7dd..3713015 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -9,7 +9,7 @@ Version: 1.3.0
%if 0%{?svn}
Release: 36.%{?pre}%{?dist}
%else
-Release: 4%{?dist}
+Release: 5%{?dist}
%endif
Summary: Movie player playing most video formats and DVDs
@@ -381,6 +381,9 @@ update-desktop-database &>/dev/null || :
%{_datadir}/mplayer/*.fp
%changelog
+* Thu Nov 17 2016 Adrian Reber <adrian(a)lisas.de> - 1.3.0-5
+- Rebuilt for libcdio-0.94
+
* Sat Nov 05 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1.3.0-4
- Add provides mplayer-backend (rfbz#4284)
- Rebuilt for new ffmpeg
8 years
[audacity-freeworld] fix mp3importexport conditional.
by David Timms
commit 3e677399f2ddfbb38b5bfab19bc31dda22a82af3
Author: David Timms <dtimms(a)iinet.net.au>
Date: Thu Nov 17 20:37:21 2016 +1100
fix mp3importexport conditional.
audacity-freeworld.spec | 32 +++++++++++++++++++++++++-------
1 file changed, 25 insertions(+), 7 deletions(-)
---
diff --git a/audacity-freeworld.spec b/audacity-freeworld.spec
index 26d57cb..63457b3 100644
--- a/audacity-freeworld.spec
+++ b/audacity-freeworld.spec
@@ -1,12 +1,19 @@
-# Compile options:
-%bcond_with mp3
+# invoke with: rpmbuild --without mp3 audacity-freeworld.spec to undefine mp3.
+%bcond_without mp3
+%if %{without mp3}
+# user passed [--without mp3]. Yes, rpm logic seems wrong!
+%define mp3importexport 0
+%else
+%define mp3importexport 1
+%endif
+
%global commit0 53a5c930a4b5b053ab06a8b975458fc51cf41f6c
%global shortcommit0 %(c=%#{commit0}; echo ${c:0:7})
Name: audacity-freeworld
Version: 2.1.3
-Release: 0.7.20161109git53a5c93%{?dist}
+Release: 0.8.20161109git53a5c93%{?dist}
Summary: Multitrack audio editor
Group: Applications/Multimedia
License: GPLv2
@@ -34,7 +41,7 @@ Source0: https://github.com/audacity/%{realname}/archive/%{commit0}/%{realname}-
# remove audio/mpeg, audio/x-mp3
# enable startup notification
# add categories Sequencer X-Jack AudioVideoEditing for F-12 Studio feature
-Patch3: audacity-2.0.2-desktop.in.patch
+# Patch3: audacity-2.0.2-desktop.in.patch
Patch4: audacity-2.0.6-non-dl-ffmpeg.patch
Provides: audacity-nonfree = %{version}-%{release}
@@ -65,7 +72,10 @@ BuildRequires: compat-wxGTK3-gtk2-devel
%if 0%{?rhel} >= 8 || 0%{?fedora}
BuildRequires: libappstream-glib
%endif
-%{?_with mp3:BuildRequires: libmad-devel twolame-devel}
+%if 0%{mp3importexport}
+BuildRequires: libmad-devel
+BuildRequires: twolame-devel
+%endif
#B#uildRequires: ffmpeg-compat-devel
BuildRequires: ffmpeg-devel
BuildRequires: lame-devel
@@ -126,8 +136,13 @@ export PKG_CONFIG_PATH=%{_libdir}/ffmpeg-compat/pkgconfig/
--with-ffmpeg=system \
--with-libmad=system \
--with-libtwolame=system \
- %{?_with mp3:--with-libmad=system --with-libtwolame=system} \
- %{!?_with mp3:--without-libmad --without-libtwolame} \
+%if 0%{mp3importexport}
+ --with-libmad=system \
+ --with-libtwolame=system \
+%else
+ --without-libmad \
+ --without-libtwolame \
+%endif
--with-lame=system \
%ifnarch %{ix86} x86_64
--disable-sse \
@@ -211,6 +226,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%changelog
+* Thu Nov 17 2016 David Timms <iinet.net.au@dtimms> - 2.1.3-0.8.20161109git53a5c93
+- fix mp3 build parameter by defining mp3importexport conditional.
+
* Wed Nov 9 2016 David Timms <iinet.net.au@dtimms> - 2.1.3-0.7.20161109git53a5c93
- 2.1.3 Alpha git snapshot 2016-11-09.
8 years
[smplayer/f23] (5 commits) ...Test weak_deps on RPM Fusion
by Sérgio M. Basto
Summary of changes:
dbe802c... Update smplayer to 16.11.0 and themes to 16.8.0 (*)
b164a66... Clean trailing white spaces. (*)
70014e7... Weak deps is not working in RPMFusion packages (*)
b0e1aeb... Update smplayer to 16.11.0 and themes to 16.8.0 (*)
9b8a502... Test weak_deps on RPM Fusion (*)
(*) This commit already existed in another branch; no separate mail sent
8 years
[smplayer/f24] (5 commits) ...Test weak_deps on RPM Fusion
by Sérgio M. Basto
Summary of changes:
dbe802c... Update smplayer to 16.11.0 and themes to 16.8.0 (*)
b164a66... Clean trailing white spaces. (*)
70014e7... Weak deps is not working in RPMFusion packages (*)
b0e1aeb... Update smplayer to 16.11.0 and themes to 16.8.0 (*)
9b8a502... Test weak_deps on RPM Fusion (*)
(*) This commit already existed in another branch; no separate mail sent
8 years
[pcsxr] Rebuild for libcdio-0.94
by Adrian Reber
commit 7976264e0bd257d01b6bd3c7998213b7543f6d42
Author: Adrian Reber <adrian(a)lisas.de>
Date: Wed Nov 16 21:17:06 2016 +0100
Rebuild for libcdio-0.94
pcsxr.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/pcsxr.spec b/pcsxr.spec
index d9b7aaf..1b70783 100644
--- a/pcsxr.spec
+++ b/pcsxr.spec
@@ -2,7 +2,7 @@
%undefine _hardened_build
Name: pcsxr
Version: 1.9.94
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A plugin based PlayStation (PSX) emulator with high compatibility
#All is GPLv2+ except:
@@ -73,6 +73,9 @@ desktop-file-install \
%{_datadir}/applications/%{name}.desktop
%changelog
+* Wed Nov 16 2016 Adrian Reber <adrian(a)lisas.de> - 1.9.94-4
+- Rebuild for libcdio-0.94
+
* Wed Nov 02 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1.9.94-3
- Disable hardening (rfbz#4316)
8 years
[smplayer] Test weak_deps on RPM Fusion
by Sérgio M. Basto
commit 9b8a50279d94c7497bf0ec0107ad9220ce8c4c72
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Nov 16 17:01:13 2016 +0000
Test weak_deps on RPM Fusion
smplayer.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/smplayer.spec b/smplayer.spec
index a79ee81..240a828 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -3,7 +3,7 @@ Version: 16.11.0
%global smtube_ver 16.7.2
%global smplayer_themes_ver 16.8.0
%global smplayer_skins_ver 15.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A graphical frontend for mplayer
Group: Applications/Multimedia
@@ -43,7 +43,7 @@ BuildRequires: pkgconfig(Qt5WebKit)
# smplayer without mplayer is quite useless
Requires: mplayer-backend
Requires: hicolor-icon-theme
-Requires: smtube
+Recommends: smtube
%{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}}
@@ -63,7 +63,7 @@ Summary: YouTube browser for SMPlayer
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.smtube.org
-Requires: smplayer
+Recommends: smplayer
%description -n smtube
This is a YouTube browser for SMPlayer. You can browse, search
@@ -196,6 +196,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Wed Nov 16 2016 Sérgio Basto <sergio(a)serjux.com> - 16.11.0-2
+- Test weak_deps on RPM Fusion
+
* Sun Nov 06 2016 Sérgio Basto <sergio(a)serjux.com> - 16.11.0-1
- Update smplayer to 16.11.0 and themes to 16.8.0
- Weak deps is not working in RPMFusion packages
8 years
[ffmpeg] Rebuild for libcdio-0.94
by Adrian Reber
commit e6b6569f698bdd968bb7147dfdd9a9f90e29009e
Author: Adrian Reber <adrian(a)lisas.de>
Date: Wed Nov 16 17:52:11 2016 +0100
Rebuild for libcdio-0.94
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 4353290..ad8784f 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -20,7 +20,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 3.2
-Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 3%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr} || 0%{?_with_gmp}
License: GPLv3+
%else
@@ -330,6 +330,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Wed Nov 16 2016 Adrian Reber <adrian(a)lisas.de> - 3.2-3
+- Rebuild for libcdio-0.94
+
* Tue Nov 08 2016 Sérgio Basto <sergio(a)serjux.com> - 3.2-2
- Rebuild for x265-2.1
8 years
[smplayer/f25] (4 commits) ...Update smplayer to 16.11.0 and themes to 16.8.0
by Sérgio M. Basto
Summary of changes:
dbe802c... Update smplayer to 16.11.0 and themes to 16.8.0 (*)
b164a66... Clean trailing white spaces. (*)
70014e7... Weak deps is not working in RPMFusion packages (*)
b0e1aeb... Update smplayer to 16.11.0 and themes to 16.8.0 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years
[moc/f24] (2 commits) ...Update to alpha3
by Antonio
Summary of changes:
09feacb... rebuild for libtimidity .so bump (*)
f6f957d... Update to alpha3 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years