[audacity-freeworld] Fix build.
by Sérgio M. Basto
commit c7c2cdb3840357a52cf60c2675384481c805ddba
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Oct 8 03:36:53 2017 +0100
Fix build.
audacity-freeworld.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/audacity-freeworld.spec b/audacity-freeworld.spec
index 8f52532..b9bbd84 100644
--- a/audacity-freeworld.spec
+++ b/audacity-freeworld.spec
@@ -111,7 +111,9 @@ export WX_CONFIG=wx-config-3.0-gtk2
%configure \
--with-help \
+%if (0%{?fedora} && 0%{?fedora} < 28)
--with-wx-version=3.0-gtk2 \
+%endif
--with-libsndfile=system \
--with-libsoxr=system \
--without-libresample \
7 years, 1 month
[pcsx2] Rebuild for soundtouch 2.0.0 Move to SDL2 and wxGTK3 based on install intructions on https://githu
by Sérgio M. Basto
commit 045cf2e6a1923b390d4e08500507ca7f1a3fa9c7
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Oct 8 03:24:48 2017 +0100
Rebuild for soundtouch 2.0.0
Move to SDL2 and wxGTK3 based on install intructions on
https://github.com/PCSX2/pcsx2/wiki/Installing-on-Linux
pcsx2.spec | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/pcsx2.spec b/pcsx2.spec
index 5a34067..6c55258 100644
--- a/pcsx2.spec
+++ b/pcsx2.spec
@@ -1,6 +1,6 @@
Name: pcsx2
Version: 1.4
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A Sony Playstation2 emulator
License: GPLv3
URL: https://github.com/PCSX2/pcsx2
@@ -23,11 +23,11 @@ BuildRequires: gettext
BuildRequires: libGL-devel
BuildRequires: libGLU-devel
BuildRequires: alsa-lib-devel
-BuildRequires: SDL-devel
+BuildRequires: SDL2-devel
BuildRequires: gtk2-devel
BuildRequires: portaudio-devel
BuildRequires: sparsehash-devel
-BuildRequires: wxGTK-devel
+BuildRequires: wxGTK3-devel
BuildRequires: soundtouch-devel
BuildRequires: libX11-devel
BuildRequires: libICE-devel
@@ -142,6 +142,11 @@ fi
%changelog
+* Sun Oct 08 2017 Sérgio Basto <sergio(a)serjux.com> - 1.4-5
+- Rebuild for soundtouch 2.0.0
+- Move to SDL2 and wxGTK3 based on install intructions on
+ https://github.com/PCSX2/pcsx2/wiki/Installing-on-Linux
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7 years, 1 month
[desmume] Rebuild for soundtouch 2.0.0
by Sérgio M. Basto
commit 008d36f9c5ed5c520e0289aea650fcdbe8598e04
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Oct 8 03:10:15 2017 +0100
Rebuild for soundtouch 2.0.0
desmume.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/desmume.spec b/desmume.spec
index e0fea69..69b2d3c 100644
--- a/desmume.spec
+++ b/desmume.spec
@@ -1,6 +1,6 @@
Name: desmume
Version: 0.9.11
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: A Nintendo DS emulator
License: GPLv2+
@@ -193,6 +193,9 @@ fi
%changelog
+* Sun Oct 08 2017 Sérgio Basto <sergio(a)serjux.com> - 0.9.11-6
+- Rebuild for soundtouch 2.0.0
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 0.9.11-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7 years, 1 month
[audacity-freeworld] Fix build for new wxBase Sync with Fedora proper
by Sérgio M. Basto
commit 1ca3b0cbef4e4d22c57f60b4410a8a05541a1828
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Oct 8 03:06:31 2017 +0100
Fix build for new wxBase
Sync with Fedora proper
audacity-freeworld.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/audacity-freeworld.spec b/audacity-freeworld.spec
index dfed0f6..8f52532 100644
--- a/audacity-freeworld.spec
+++ b/audacity-freeworld.spec
@@ -1,8 +1,8 @@
# invoke with: rpmbuild --without mp3 audacity-freeworld.spec to undefine mp3.
%bcond_without mp3
-#%#global commit0 53a5c930a4b5b053ab06a8b975458fc51cf41f6c
-#%#global shortcommit0 %(c=%#{commit0}; echo ${c:0:7})
+#global commit0 53a5c930a4b5b053ab06a8b975458fc51cf41f6c
+#global shortcommit0 %(c=%#{commit0}; echo ${c:0:7})
Name: audacity-freeworld
@@ -46,6 +46,7 @@ BuildRequires: gettext
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: ladspa-devel
BuildRequires: libid3tag-devel
+BuildRequires: libmad-devel
BuildRequires: taglib-devel
BuildRequires: libogg-devel
BuildRequires: libsndfile-devel
@@ -63,10 +64,8 @@ BuildRequires: compat-wxGTK3-gtk2-devel
BuildRequires: libappstream-glib
%endif
%if %{with mp3}
-BuildRequires: libmad-devel
BuildRequires: twolame-devel
%endif
-#B#uildRequires: ffmpeg-compat-devel
BuildRequires: ffmpeg-devel
BuildRequires: lame-devel
# For new symbols in portaudio
@@ -106,11 +105,11 @@ done
%build
-#export PKG_CONFIG_PATH=%{_libdir}/ffmpeg-compat/pkgconfig/
+%if (0%{?fedora} && 0%{?fedora} < 28)
export WX_CONFIG=wx-config-3.0-gtk2
+%endif
%configure \
- --disable-dynamic-loading \
--with-help \
--with-wx-version=3.0-gtk2 \
--with-libsndfile=system \
@@ -126,11 +125,10 @@ export WX_CONFIG=wx-config-3.0-gtk2
--with-libvamp=system \
--with-portaudio=system \
--with-ffmpeg=system \
-%if %{with mp3}
--with-libmad=system \
+%if %{with mp3}
--with-libtwolame=system \
%else
- --without-libmad \
--without-libtwolame \
%endif
--with-lame=system \
@@ -218,6 +216,8 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%changelog
* Sun Oct 08 2017 Sérgio Basto <sergio(a)serjux.com> - 2.1.3-4
- Rebuild for soundtouch 2.0.0
+- Fix build for new wxBase
+- Sync with Fedora proper
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 2.1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7 years, 1 month
[audacity-freeworld] Rebuild for soundtouch 2.0.0
by Sérgio M. Basto
commit 349b49af27c7544fba030d3341502f59a3434db2
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Oct 8 02:32:54 2017 +0100
Rebuild for soundtouch 2.0.0
audacity-freeworld.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/audacity-freeworld.spec b/audacity-freeworld.spec
index 6cbbca2..dfed0f6 100644
--- a/audacity-freeworld.spec
+++ b/audacity-freeworld.spec
@@ -7,7 +7,7 @@
Name: audacity-freeworld
Version: 2.1.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Multitrack audio editor
Group: Applications/Multimedia
License: GPLv2
@@ -216,6 +216,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%changelog
+* Sun Oct 08 2017 Sérgio Basto <sergio(a)serjux.com> - 2.1.3-4
+- Rebuild for soundtouch 2.0.0
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 2.1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7 years, 1 month
[dvdstyler] Fix build on f28+ for compat-wxGTK3-gtk2-devel
by Sérgio M. Basto
commit b03dd39f6c27fda540d56618eb0935a97e2e7e4d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Oct 8 02:26:48 2017 +0100
Fix build on f28+ for compat-wxGTK3-gtk2-devel
dvdstyler.spec | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/dvdstyler.spec b/dvdstyler.spec
index 6dcb264..0bcc513 100644
--- a/dvdstyler.spec
+++ b/dvdstyler.spec
@@ -4,7 +4,7 @@
Name: dvdstyler
Epoch: 1
Version: 3.0.3
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Cross-platform DVD authoring application
Group: Applications/Multimedia
@@ -19,7 +19,7 @@ BuildRequires: byacc
# libraries
BuildRequires: compat-wxGTK3-gtk2-devel >= 2.8.7
# wxsvg version with wxGTK3
-BuildRequires: wxsvg-devel >= 1.5.11
+BuildRequires: wxsvg-devel >= 1.5.12
BuildRequires: ffmpeg-devel
BuildRequires: ffmpeg
#BuildRequires: libgnomeui-devel
@@ -43,7 +43,7 @@ Requires: dvdauthor
Requires: mjpegtools
Requires: mkisofs
# wxsvg version with wxGTK3
-Requires: wxsvg >= 1.5.9-4
+Requires: wxsvg >= 1.5.12
# note: do not add Require: totem-backend or another DVD player - see
# RPM Fusion bug 366 for more details
@@ -64,7 +64,11 @@ touch NEWS
#./autogen.sh
autoreconf -i
%configure \
- --disable-dependency-tracking --with-wx-config=/usr/bin/wx-config-3.0-gtk2
+ --disable-dependency-tracking \
+ %if (0%{?fedora} && 0%{?fedora} < 28)
+ --with-wx-config=/usr/bin/wx-config-3.0-gtk2 \
+ %endif
+
# docs folder is not smp_mflags safe
make -C docs
%make_build
@@ -94,6 +98,9 @@ desktop-file-install \
%{_mandir}/*/*.gz
%changelog
+* Sun Oct 08 2017 Sérgio Basto <sergio(a)serjux.com> - 1:3.0.3-5
+- Fix build on f28+ for compat-wxGTK3-gtk2-devel
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1:3.0.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7 years, 1 month