[aegisub/f37] new version
by Sérgio M. Basto
Summary of changes:
ee0e009... new version (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 3 months
[aegisub] new version
by Sérgio M. Basto
commit ee0e00954df97d68d910c27b2cf9cdd020c2d948
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Aug 21 04:49:08 2022 +0100
new version
aegisub-buildfix_autotools.patch | 11 +++++++++++
aegisub-git-version.patch | 6 ------
aegisub.spec | 14 +++++++++-----
sources | 2 +-
4 files changed, 21 insertions(+), 12 deletions(-)
---
diff --git a/aegisub-buildfix_autotools.patch b/aegisub-buildfix_autotools.patch
new file mode 100644
index 0000000..66ee92d
--- /dev/null
+++ b/aegisub-buildfix_autotools.patch
@@ -0,0 +1,11 @@
+--- Aegisub-3.3.3/build/version.sh.orig 2022-08-21 04:36:22.130688059 +0100
++++ Aegisub-3.3.3/build/version.sh 2022-08-21 04:36:30.535680238 +0100
+@@ -12,7 +12,7 @@ if ! test -d "${srcdir}/.git"; then
+ done < "${version_h_path}"
+ if test x$BUILD_GIT_VERSION_NUMBER != x -a x$BUILD_GIT_VERSION_STRING != x; then
+ export VERSION_SOURCE="from cached git_version.h"
+- exit 0
++ return 0
+ else
+ echo "invalid git_version.h"
+ exit 2
diff --git a/aegisub.spec b/aegisub.spec
index 8a72068..f2d0835 100644
--- a/aegisub.spec
+++ b/aegisub.spec
@@ -6,9 +6,9 @@
%global gitdate 20191006
Name: aegisub
-Version: 3.3.2
+Version: 3.3.3
#Release: 25.%%{gitdate}.git%%{shortcommit}%%{?dist}
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: Tool for creating and modifying subtitles
#src/gl/ - MIT license. See src/gl/glext.h
@@ -19,8 +19,7 @@ URL: http://www.aegisub.org
# https://github.com/Aegisub/Aegisub
#Source0: https://github.com/%%{gituser}/%%{gitname}/archive/%%{commit}/%%{name}-%%...
Source0: https://github.com/%{gituser}/%{gitname}/archive/v%{version}/%{name}-%{ve...
-#PATCH-FIX-OPENSUSE - davejplater(a)gmail.com - aegisub-git-version.patch - Create git_version.h which is missing in git.
-Patch5: aegisub-git-version.patch
+Patch6: aegisub-buildfix_autotools.patch
# luajit isn't available on powerpc
# boost m4 detection is failing on i686 and armv7hl
@@ -51,7 +50,7 @@ BuildRequires: luajit-devel
BuildRequires: portaudio-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: uchardet-devel
-BuildRequires: wxGTK3-devel
+BuildRequires: wxGTK-devel
BuildRequires: zlib-devel
#needed for the perl script downloading the additional documentation from wiki
@@ -78,6 +77,8 @@ including a built-in real-time video preview.
%build
export CXXFLAGS="%{optflags} -Wno-deprecated-declarations -Wno-deprecated-copy"
+export FORCE_GIT_VERSION=%{version}
+./build/version.sh .
./autogen.sh
%configure \
--disable-update-checker \
@@ -105,6 +106,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/aegisub.appda
%changelog
+* Sun Aug 21 2022 Sérgio Basto <sergio(a)serjux.com> - 3.3.3-1
+- new version
+
* Sat Aug 06 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
diff --git a/sources b/sources
index 93e3d48..53fc192 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (aegisub-3.3.2.tar.gz) = 7ecd463382e0534cd063e3adb887d14bd797e796f0e7de4b4254cd7f5188308c3bec5b4b1055c74231046069e11034a9e97939a17d66c3d0d6f08b4f24bce4b5
+SHA512 (aegisub-3.3.3.tar.gz) = 19e44667ad8742560559387c15f6c00339194cd26e1140624c63f34c6b4da6bb0b80be0f636a2d1cd0b15f1598e0580218d648e0622635b12eeaad3a40df9abc
2 years, 3 months
[ppsspp] Fix QT_QPA_PLATFORM env variables
by sagitter
commit ecb20ec407a7f64d003319d92cb922fe8a863183
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Sat Aug 20 15:13:13 2022 +0200
Fix QT_QPA_PLATFORM env variables
ppsspp-qt-wayland.desktop | 2 +-
ppsspp-qt.desktop | 2 +-
ppsspp.spec | 5 ++++-
3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ppsspp-qt-wayland.desktop b/ppsspp-qt-wayland.desktop
index 799065c..0f3541f 100644
--- a/ppsspp-qt-wayland.desktop
+++ b/ppsspp-qt-wayland.desktop
@@ -3,7 +3,7 @@ Version=1.0
Type=Application
Terminal=false
Name=PPSSPP Qt for Wayland
-Exec=env QT_QPA_PLATFORM=xcb /usr/bin/PPSSPPQt
+Exec=env QT_QPA_PLATFORM=wayland /usr/bin/PPSSPPQt
Icon=ppsspp
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
diff --git a/ppsspp-qt.desktop b/ppsspp-qt.desktop
index be7cf91..6b69a53 100644
--- a/ppsspp-qt.desktop
+++ b/ppsspp-qt.desktop
@@ -3,7 +3,7 @@ Version=1.0
Type=Application
Terminal=false
Name=PPSSPP Qt
-Exec=/usr/bin/PPSSPPQt
+Exec=env QT_QPA_PLATFORM=xcb /usr/bin/PPSSPPQt
Icon=ppsspp
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
diff --git a/ppsspp.spec b/ppsspp.spec
index d7b31ec..67e4615 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -74,7 +74,7 @@ ExcludeArch: %{power64}
Name: ppsspp
Version: 1.13.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
URL: https://www.ppsspp.org/
@@ -421,6 +421,9 @@ fi
%{_datadir}/icons/%{name}/
%changelog
+* Sat Aug 20 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 1.13.1-2
+- Fix QT_QPA_PLATFORM env variables
+
* Tue Aug 09 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 1.13.1-1
- Release 1.13.1 including bundled FFMpeg-3.0.2
2 years, 3 months
[mpd/el8] (4 commits) ...Update to 0.23.9
by Leigh Scott
Summary of changes:
3315d01... Rebuild for new ffmpeg (*)
415f425... Fix ffmpeg-5.1 build issue (*)
86dfdbb... Fix (*)
ab941fd... Update to 0.23.9 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 3 months
[mpd/f35] (4 commits) ...Update to 0.23.9
by Leigh Scott
Summary of changes:
3315d01... Rebuild for new ffmpeg (*)
415f425... Fix ffmpeg-5.1 build issue (*)
86dfdbb... Fix (*)
ab941fd... Update to 0.23.9 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 3 months