[audacity-freeworld] fix bug number
by Leigh Scott
commit 1aba439c1866f7aef935376c3e48f2dabb383bfa
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Sep 2 19:48:52 2020 +0100
fix bug number
audacity-freeworld.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/audacity-freeworld.spec b/audacity-freeworld.spec
index ec0e01f..bee7d4a 100644
--- a/audacity-freeworld.spec
+++ b/audacity-freeworld.spec
@@ -257,7 +257,7 @@ rm %{buildroot}%{_datadir}/doc/%{realname}/LICENSE.txt
%changelog
* Wed Sep 02 2020 Leigh Scott <leigh123linux(a)gmail.com> - 2.3.3-5
- Add GDK_BACKEND=x11 to audacity.desktop exec line (rfbz#5551)
-- Fix incorrect appdata.xml type tag (rfbz#5679)
+- Fix incorrect appdata.xml type tag (bug #1810509)
* Mon Aug 17 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.3.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4 years, 2 months
[audacity-freeworld] Add fedora fixes
by Leigh Scott
commit ee0e59fa61998827361bb08bbb019dc01ea44eb3
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Sep 2 19:23:51 2020 +0100
Add fedora fixes
audacity-2.3.3-appdata.patch | 12 ++++++++++++
...ktop.in.patch => audacity-2.3.3-desktop.in.patch | 11 ++++++-----
audacity-freeworld.spec | 21 +++++++++++++++------
3 files changed, 33 insertions(+), 11 deletions(-)
---
diff --git a/audacity-2.3.3-appdata.patch b/audacity-2.3.3-appdata.patch
new file mode 100644
index 0000000..fc6ac70
--- /dev/null
+++ b/audacity-2.3.3-appdata.patch
@@ -0,0 +1,12 @@
+--- help/audacity.appdata.xml.orig 2018-11-02 16:56:11.000000000 +0000
++++ help/audacity.appdata.xml 2020-06-15 10:47:33.359600935 +0100
+@@ -1,7 +1,8 @@
+ <?xml version="1.0" encoding="UTF-8"?>
+ <component type="desktop">
+ <id>org.audacityteam.Audacity</id>
+- <launchable type="desktop">audacity.desktop</launchable>
++ <launchable type="desktop-id">audacity.desktop</launchable>
++ <content_rating type="oars-1.1" />
+ <project_license>GPL-2.0 and CC-BY-3.0</project_license>
+ <metadata_license>CC0-1.0</metadata_license>
+ <name>Audacity</name>
diff --git a/audacity-2.0.2-desktop.in.patch b/audacity-2.3.3-desktop.in.patch
similarity index 70%
rename from audacity-2.0.2-desktop.in.patch
rename to audacity-2.3.3-desktop.in.patch
index 4604012..7a31ee8 100644
--- a/audacity-2.0.2-desktop.in.patch
+++ b/audacity-2.3.3-desktop.in.patch
@@ -1,6 +1,6 @@
---- ./src/audacity.desktop.in.orig 2018-02-11 03:16:28.828537405 +0000
-+++ ./src/audacity.desktop.in 2018-02-11 03:18:24.112709701 +0000
-@@ -16,7 +16,7 @@ GenericName[ru]=Редактор зву�
+--- src/audacity.desktop.in.original 2020-05-03 12:35:11.935438397 +0100
++++ src/audacity.desktop.in 2020-05-03 12:49:40.221602525 +0100
+@@ -20,7 +20,7 @@
GenericName[uk]=Редактор звукових файлів
GenericName[zh_CN]=音频编辑器
GenericName[zh_TW]=音訊編輯器
@@ -9,14 +9,15 @@
Comment[ar]=سجل و حرر ملفات صوت
Comment[ca]=Enregistreu i editeu els fitxers d'àudio
Comment[da]=Optag og rediger lydfiler
-@@ -36,9 +36,9 @@ Comment[zh_TW]=錄音和編輯音訊檔�
+@@ -44,9 +44,9 @@
Icon=@AUDACITY_NAME@
Type=Application
-Categories=AudioVideo;Audio;AudioVideoEditing;
+Categories=AudioVideo;Audio;GTK;GNOME;Sequencer;X-Jack;AudioVideoEditing;
- Exec=env UBUNTU_MENUPROXY=0 @AUDACITY_NAME@ %F
+-Exec=env UBUNTU_MENUPROXY=0 @AUDACITY_NAME@ %F
++Exec=env GDK_BACKEND=x11 UBUNTU_MENUPROXY=0 @AUDACITY_NAME@ %F
StartupNotify=false
Terminal=false
-MimeType=application/x-audacity-project;@MIMETYPES@
diff --git a/audacity-freeworld.spec b/audacity-freeworld.spec
index bd1b852..ec0e01f 100644
--- a/audacity-freeworld.spec
+++ b/audacity-freeworld.spec
@@ -9,7 +9,7 @@
Name: audacity-freeworld
Version: 2.3.3
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Multitrack audio editor
License: GPLv2
URL: https://www.audacityteam.org
@@ -29,14 +29,18 @@ Source0: http://www.fosshub.com/Audacity.html/%{realname}-minsrc-%{version}.tar.
Patch1: audacity-2.2.1-libmp3lame-default.patch
Patch2: audacity-2.3.3-libdir.patch
-# add audio/x-flac
+# add audio/x-flac (bug #557335)
# 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
+# Add GDK_BACKEND=x11 to exec line (bug #1798987)
+Patch3: audacity-2.3.3-desktop.in.patch
Patch4: audacity-2.0.6-non-dl-ffmpeg.patch
# Based on https://github.com/audacity/audacity/commit/bd6ec9c0ed9fe94ae2f6e171969ae...
Patch5: Fix-gcc-10-compile-issue.patch
+# Fix launchable type in the appdata file (BZ #1810509)
+# This has been fixed by upstream in version 2.4.2
+Patch6: audacity-2.3.3-appdata.patch
+
Provides: audacity-nonfree = %{version}-%{release}
Obsoletes: audacity-nonfree < %{version}-%{release}
@@ -124,9 +128,10 @@ do
done
grep -q -s libmp3lame.so\| * -R && exit 1
-%patch3 -p1 -b .desktop
+%patch3 -b .desktop
%patch4 -p1 -b .non-dl-ffmpeg
%patch5 -p1 -b .gcc10
+%patch6 -b .appdata
%build
@@ -216,7 +221,7 @@ if appstream-util --help | grep -q replace-screenshots ; then
# See http://people.freedesktop.org/~hughsient/appdata/#screenshots for more details.
#
appstream-util replace-screenshots $RPM_BUILD_ROOT%{_datadir}/appdata/audacity.appdata.xml \
- https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screens...
+ https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screens...
fi
%endif
@@ -250,6 +255,10 @@ rm %{buildroot}%{_datadir}/doc/%{realname}/LICENSE.txt
%changelog
+* Wed Sep 02 2020 Leigh Scott <leigh123linux(a)gmail.com> - 2.3.3-5
+- Add GDK_BACKEND=x11 to audacity.desktop exec line (rfbz#5551)
+- Fix incorrect appdata.xml type tag (rfbz#5679)
+
* Mon Aug 17 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.3.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4 years, 2 months
[intel-media-driver] Update to 20.3.pre3
by Nicolas Chauvet
commit 470f4e1d1f306ae2029b0360b5a2281af2acdd20
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Sep 2 08:33:04 2020 +0200
Update to 20.3.pre3
intel-media-driver.spec | 9 ++++++---
sources | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/intel-media-driver.spec b/intel-media-driver.spec
index 6bf6a6d..b5c6156 100644
--- a/intel-media-driver.spec
+++ b/intel-media-driver.spec
@@ -1,10 +1,10 @@
-#global pre .pre3
+%global pre .pre3
%undefine __cmake_in_source_build
Name: intel-media-driver
-Version: 20.2.0
-Release: 4%{?dist}
+Version: 20.3
+Release: 0.1%{?pre}%{?dist}
Summary: The Intel Media Driver for VAAPI
License: MIT and BSD
URL: https://github.com/intel/media-driver
@@ -96,6 +96,9 @@ rm -rf %{buildroot}%{_libdir}/pkgconfig
%changelog
+* Wed Sep 02 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 20.3-0.1.pre3
+- Update to 20.3.pre3
+
* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 20.2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index 60b9b91..75f3aa3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (intel-media-20.2.0.tar.gz) = 0f4817b66f4e2d752d5a34cc1c8974dd09b4fe4f6d8bf3df896887542c229088edc406a9b2a68a9b353214aa7ffa4cd8917cdb6695dbe2e316af6c444822b15b
+SHA512 (intel-media-20.3.pre3.tar.gz) = b7e23de58436cd9ad29f96a927ddecd481c0d4280cbfcf95c80f602833be832a291d98a60c37a590593bdf732fdc4e3cfb2813b3f207e7980d4ba48929397f3c
4 years, 2 months
[ProjectX] Remove inccorrectly commited source from git.
by Göran Uddeborg
commit 5d950983ccd527aa77130e14e97bbcb0e6a5db02
Author: Göran Uddeborg <goeran(a)uddeborg.se>
Date: Tue Sep 1 19:20:33 2020 +0200
Remove inccorrectly commited source from git.
ProjectX.spec | 5 ++++-
projectx-idctfast.tar.xz | Bin 12444 -> 0 bytes
2 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ProjectX.spec b/ProjectX.spec
index 49faaa6..1b7b024 100644
--- a/ProjectX.spec
+++ b/ProjectX.spec
@@ -1,6 +1,6 @@
Name: ProjectX
Version: 0.91.0
-Release: 15%{?dist}
+Release: 16%{?dist}
Summary: DVB video editing and demultiplexing tool
Summary(sv): Verktyg för redigering och demultiplexning av DVB-video
@@ -99,6 +99,9 @@ appstream-util validate-relax --nonet \
%changelog
+* Tue Sep 1 2020 Göran Uddeborg <goeran(a)uddeborg.se> 0.91.0-16
+- Remove inccorrectly commited source from git.
+
* Mon Aug 17 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.91.0-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4 years, 2 months