[audacity-freeworld/f30] Update to Audacity 2.3.2 release. Rebase audacity-2.3.2-libdir.patch.
by David Timms
commit 3d01e1f395914bc050371acde1adde3397f32d13
Author: David Timms <dtimms(a)iinet.net.au>
Date: Wed Jun 19 18:52:43 2019 +1000
Update to Audacity 2.3.2 release.
Rebase audacity-2.3.2-libdir.patch.
.gitignore | 3 +--
audacity-2.2.1-libdir.patch | 11 -----------
audacity-2.3.2-libdir.patch | 11 +++++++++++
audacity-freeworld.spec | 11 ++++++++---
sources | 2 +-
5 files changed, 21 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0aa2de1..e448c42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/audacity-minsrc-2.3.0.tar.xz
-/audacity-minsrc-2.3.1.tar.xz
+/audacity-minsrc-2.3.2.tar.xz
diff --git a/audacity-2.3.2-libdir.patch b/audacity-2.3.2-libdir.patch
new file mode 100644
index 0000000..f286119
--- /dev/null
+++ b/audacity-2.3.2-libdir.patch
@@ -0,0 +1,11 @@
+--- ./src/effects/ladspa/LadspaEffect.cpp 2019-05-05 21:08:56.000000000 +1000
++++ ./src/effects/ladspa/LadspaEffect.cpp.orig 2019-06-03 21:45:30.059886205 +1000
+@@ -358,7 +358,7 @@
+ #else
+
+ pathList.push_back(wxGetHomeDir() + wxFILE_SEP_PATH + wxT(".ladspa"));
+- pathList.push_back(wxT("/usr/local/lib/ladspa"));
++ pathList.push_back(wxT("/usr/%{_lib}/ladspa"));
+ pathList.push_back(wxT("/usr/lib/ladspa"));
+ pathList.push_back(wxT(LIBDIR) wxT("/ladspa"));
+
diff --git a/audacity-freeworld.spec b/audacity-freeworld.spec
index e1e57a5..61424b0 100644
--- a/audacity-freeworld.spec
+++ b/audacity-freeworld.spec
@@ -8,7 +8,7 @@
Name: audacity-freeworld
-Version: 2.3.1
+Version: 2.3.2
Release: 1%{?dist}
Summary: Multitrack audio editor
License: GPLv2
@@ -28,7 +28,7 @@ Source0: http://www.fosshub.com/Audacity.html/%{realname}-minsrc-%{version}.tar.
# manual can be installed from the base Fedora Audacity package.
Patch1: audacity-2.2.1-libmp3lame-default.patch
-Patch2: audacity-2.2.1-libdir.patch
+Patch2: audacity-2.3.2-libdir.patch
# add audio/x-flac
# remove audio/mpeg, audio/x-mp3
# enable startup notification
@@ -62,7 +62,8 @@ BuildRequires: libsndfile-devel
BuildRequires: libvorbis-devel
#checking for LV2... no
#configure: LV2 libraries are NOT available as system libraries
-#BuildRequires: lv2-devel
+#fresh check for system libraries:
+BuildRequires: lv2-devel
# system portaudio fails to build
# http://rglinuxtech.com/?p=2093
#BuildRequires: portaudio-devel >= 19-16
@@ -224,6 +225,10 @@ rm %{buildroot}%{_datadir}/doc/%{realname}/LICENSE.txt
%changelog
+* Tue Jun 4 2019 David Timms <iinet.net.au@dtimms> - 2.3.2-1
+- Update to Audacity 2.3.2 release.
+- Rebase audacity-2.3.2-libdir.patch.
+
* Mon Mar 18 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 2.3.1-1
- Update to Audacity 2.3.1 release
- Fixes Audacity 2.3.0 broken release (rfbz#5077)
diff --git a/sources b/sources
index 60631ee..1acec05 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2eceb70d6c4263ea2d34bca11f038086 audacity-minsrc-2.3.1.tar.xz
+1ddafe07f4ecb6c650b371bfd016cfa2 audacity-minsrc-2.3.2.tar.xz
5 years, 5 months
[lpf-flash-plugin] Update to 32.0.0.207
by Sérgio M. Basto
commit a324b28f72abe4852f0e5b25830a47842a4f86c6
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jun 18 23:03:13 2019 +0100
Update to 32.0.0.207
check_new_version.py | 2 +-
flash-plugin.spec.in | 5 ++++-
lpf-flash-plugin.spec | 5 ++++-
3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index 4579e9f..243c318 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -47,7 +47,7 @@ if new_version != old_version:
print('rfpkg push && rfpkg build --nowait')
print('git checkout f30 && git merge master && git push && rfpkg build --nowait; git checkout master')
print('git checkout f29 && git merge master && git push && rfpkg build --nowait; git checkout master')
- print('git checkout f28 && git merge master && git push && rfpkg build --nowait; git checkout master')
+ #print('git checkout f28 && git merge master && git push && rfpkg build --nowait; git checkout master')
else:
print("Already updated !")
diff --git a/flash-plugin.spec.in b/flash-plugin.spec.in
index 9ee7865..41f356a 100644
--- a/flash-plugin.spec.in
+++ b/flash-plugin.spec.in
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 32.0.0.192
+Version: 32.0.0.207
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -63,6 +63,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/flash-player-properti
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Tue Jun 18 2019 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.207-1
+- Update to 32.0.0.207
+
* Wed May 15 2019 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.192-1
- Update to 32.0.0.192
diff --git a/lpf-flash-plugin.spec b/lpf-flash-plugin.spec
index c7af515..e9936a5 100644
--- a/lpf-flash-plugin.spec
+++ b/lpf-flash-plugin.spec
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 32.0.0.192
+Version: 32.0.0.207
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@ fi
%changelog
+* Tue Jun 18 2019 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.207-1
+- Update to 32.0.0.207
+
* Wed May 15 2019 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.192-1
- Update to 32.0.0.192
5 years, 5 months
[obs-studio/f30] Updated to 23.2.1
by Momcilo Medic
Summary of changes:
8d22cb9... Updated to 23.2.1 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 5 months
[obs-studio/f29] Updated to 23.2.1
by Momcilo Medic
Summary of changes:
8d22cb9... Updated to 23.2.1 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 5 months
[obs-studio/f28] Updated to 23.2.1
by Momcilo Medic
Summary of changes:
8d22cb9... Updated to 23.2.1 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 5 months
[obs-studio] Updated to 23.2.1
by Momcilo Medic
commit 8d22cb9467b589b2d574bb41f8627f26ddb09500
Author: Momcilo Medic <fedorauser(a)fedoraproject.org>
Date: Tue Jun 18 19:41:59 2019 +0200
Updated to 23.2.1
obs-studio.spec | 20 +++++++++++---------
sources | 2 +-
2 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index ef58cac..3336608 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -6,14 +6,13 @@
%endif
Name: obs-studio
-Version: 23.1.0
+Version: 23.2.1
Release: 1%{?dist}
Summary: Open Broadcaster Software Studio
License: GPLv2+
URL: https://obsproject.com/
Source0: https://github.com/obsproject/obs-studio/archive/%{version}.tar.gz#/%{nam...
-Patch0: obs-ffmpeg-mux.patch
# Arm gcc has no xmmintrin.h file
ExclusiveArch: i686 x86_64
@@ -56,6 +55,7 @@ BuildRequires: luajit-devel
BuildRequires: swig
BuildRequires: libxcb-devel
BuildRequires: mbedtls-devel
+BuildRequires: libappstream-glib
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires: ffmpeg
@@ -111,9 +111,6 @@ doxygen
%install
%ninja_install -C build
-mkdir -p %{buildroot}/%{_libexecdir}/obs-plugins/obs-ffmpeg/
-mv -f %{buildroot}/%{_datadir}/obs/obs-plugins/obs-ffmpeg/ffmpeg-mux \
- %{buildroot}/%{_libexecdir}/obs-plugins/obs-ffmpeg/ffmpeg-mux
%ifarch x86_64
mv -f %{buildroot}/%{_prefix}/lib/pkgconfig/ %{buildroot}/%{_libdir}/
%endif
@@ -123,7 +120,8 @@ install -Dm644 UI/obs-frontend-api/obs-frontend-api.h %{buildroot}%{_includedir}
install -Dm644 cmake/external/ObsPluginHelpers.cmake %{buildroot}%{_libdir}/cmake/LibObs/
%check
-/usr/bin/desktop-file-validate %{buildroot}/%{_datadir}/applications/obs.desktop
+/usr/bin/desktop-file-validate %{buildroot}/%{_datadir}/applications/com.obsproject.Studio.desktop
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml
%ldconfig_scriptlets libs
@@ -132,10 +130,11 @@ install -Dm644 cmake/external/ObsPluginHelpers.cmake %{buildroot}%{_libdir}/cmak
%license UI/data/license/gplv2.txt
%license COPYING
%{_bindir}/obs
-%{_datadir}/applications/obs.desktop
-%{_datadir}/icons/hicolor/256x256/apps/obs.png
+%{_bindir}/obs-ffmpeg-mux
+%{_datadir}/metainfo/com.obsproject.Studio.appdata.xml
+%{_datadir}/applications/com.obsproject.Studio.desktop
+%{_datadir}/icons/hicolor/256x256/apps/com.obsproject.Studio.png
%{_datadir}/obs/
-%{_libexecdir}/obs-plugins/
%files libs
%{_libdir}/obs-plugins/
@@ -153,6 +152,9 @@ install -Dm644 cmake/external/ObsPluginHelpers.cmake %{buildroot}%{_libdir}/cmak
%doc docs/html
%changelog
+* Tue Jun 18 2019 Momcilo Medic <fedorauser(a)fedoraproject.org> - 23.2.1-1
+- Updated to 23.2.1
+
* Mon Apr 08 2019 Momcilo Medic <fedorauser(a)fedoraproject.org> - 23.1.0-1
- Updated to 23.1.0
diff --git a/sources b/sources
index e67b699..12c0e4a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a98e4051b89d33cd6a2e72bb698e83cd obs-studio-23.1.0.tar.gz
+62075963ae4e08a5b0078ec0e4f411a6 obs-studio-23.2.1.tar.gz
5 years, 5 months
[qt5-qtwebengine-freeworld] rebase fix-extractcflag.patch
by Rex Dieter
commit 9f3afea994bba265d685eb843a01a6f95ef845ce
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Tue Jun 18 08:50:43 2019 -0500
rebase fix-extractcflag.patch
.gitignore | 1 +
qt5-qtwebengine-freeworld.spec | 5 +++--
qtwebengine-opensource-src-5.12.1-fix-extractcflag.patch | 12 ------------
qtwebengine-opensource-src-5.12.4-fix-extractcflag.patch | 11 +++++++++++
sources | 2 +-
5 files changed, 16 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca9465e..e7f6fb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
/qtwebengine-everywhere-src-5.11.3.tar.xz
/qtwebengine-everywhere-src-5.12.2.tar.xz
/qtwebengine-everywhere-src-5.12.3.tar.xz
+/qtwebengine-everywhere-src-5.12.4.tar.xz
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index cf7dcaf..e83ec60 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -43,7 +43,7 @@
Summary: Qt5 - QtWebEngine components (freeworld version)
Name: qt5-qtwebengine-freeworld
-Version: 5.12.3
+Version: 5.12.4
Release: 1%{?dist}
%global major_minor %(echo %{version} | cut -d. -f-2)
@@ -64,7 +64,7 @@ Patch0: qtwebengine-everywhere-src-5.10.0-linux-pri.patch
Patch1: qtwebengine-everywhere-src-5.11.0-no-icudtl-dat.patch
# fix extractCFlag to also look in QMAKE_CFLAGS_RELEASE, needed to detect the
# ARM flags with our %%qmake_qt5 macro, including for the next patch
-Patch2: qtwebengine-opensource-src-5.12.1-fix-extractcflag.patch
+Patch2: qtwebengine-opensource-src-5.12.4-fix-extractcflag.patch
# disable NEON vector instructions on ARM where the NEON code FTBFS due to
# GCC bug https://bugzilla.redhat.com/show_bug.cgi?id=1282495
Patch3: qtwebengine-opensource-src-5.9.0-no-neon.patch
@@ -410,6 +410,7 @@ echo "%{_libdir}/%{name}" \
%changelog
* Mon Apr 22 2019 Rex Dieter <rdieter(a)fedoraproject.org> - 5.12.3-1
- 5.12.3
+- rebase fix-extractcflag.patch
* Thu Apr 18 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 5.12.2-2
- Bump release for rebuild
diff --git a/qtwebengine-opensource-src-5.12.4-fix-extractcflag.patch b/qtwebengine-opensource-src-5.12.4-fix-extractcflag.patch
new file mode 100644
index 0000000..fbbf6fc
--- /dev/null
+++ b/qtwebengine-opensource-src-5.12.4-fix-extractcflag.patch
@@ -0,0 +1,11 @@
+diff --git a/src/core/config/functions.pri b/src/core/config/functions.pri
+index 8c11faa16..191d3d623 100644
+--- a/src/core/config/functions.pri
++++ b/src/core/config/functions.pri
+@@ -1,5 +1,5 @@
+ defineReplace(qtwebengine_extractCFlag) {
+- CFLAGS = $$QMAKE_CC $$QMAKE_CFLAGS
++ CFLAGS = $$QMAKE_CC $$QMAKE_CFLAGS $$QMAKE_CFLAGS_RELEASE
+ OPTION = $$find(CFLAGS, $$1)
+ OPTION = $$split(OPTION, =)
+ PARAM = $$member(OPTION, 1)
diff --git a/sources b/sources
index a9a97ba..a47e86a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9841599435095b16f12870bd48ef5342 qtwebengine-everywhere-src-5.12.3.tar.xz
+9f1f20537eba9b166cd0e59191e49f29 qtwebengine-everywhere-src-5.12.4.tar.xz
5 years, 5 months