[ppsspp/f38] Release 1.16.4
by sagitter
Summary of changes:
a26ec48... Release 1.16.4 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 1 month
[ppsspp/f39] Release 1.16.4
by sagitter
Summary of changes:
a26ec48... Release 1.16.4 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 1 month
[ppsspp] Release 1.16.4
by sagitter
commit a26ec48fa83f78a025afde870826fec272ad1f2c
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Wed Sep 27 21:13:30 2023 +0200
Release 1.16.4
.gitignore | 1 +
ppsspp.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index db68e0f..b750390 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@
/ppsspp-ffmpeg-1.15.3.tar.gz
/ppsspp-ffmpeg-1.15.4.tar.gz
/ppsspp-ffmpeg-1.16.3.tar.gz
+/ppsspp-ffmpeg-1.16.4.tar.gz
diff --git a/ppsspp.spec b/ppsspp.spec
index a5a85a7..6c14b17 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -75,7 +75,7 @@ ExcludeArch: %{power64}
Name: ppsspp
-Version: 1.16.3
+Version: 1.16.4
Release: 1%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
@@ -436,6 +436,9 @@ fi
%{_datadir}/icons/%{name}/
%changelog
+* Wed Sep 27 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 1.16.4-1
+- Release 1.16.4
+
* Sun Sep 24 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 1.16.3-1
- Release 1.16.3
diff --git a/sources b/sources
index b16fd14..dc83093 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ppsspp-ffmpeg-1.16.3.tar.gz) = 87b524385dfcfca5f2923767b60b32322beb940ae469f80312d0032458d08896b6fd4aded0415c204dd5461ade18168993132c5daeb57bd037ce207f85684a87
+SHA512 (ppsspp-ffmpeg-1.16.4.tar.gz) = 3bf165ae21cb17308121044f392c8f50bdaa4b66ba3fe0351669ab5547c681c82877b840ec15e50c09aa72ed3f2f7b8108d17c275e408e283a77b458202b83e0
1 year, 1 month
[x264] [Bug 6769] Include bash completion definitions for x264
by Sérgio M. Basto
commit 85ddf19a84b0cb592557bff706c10f21f1ea1106
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Sep 27 14:38:54 2023 +0100
[Bug 6769] Include bash completion definitions for x264
x264.spec | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/x264.spec b/x264.spec
index 3a4857c..d0d453e 100644
--- a/x264.spec
+++ b/x264.spec
@@ -33,7 +33,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 8%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 9%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -57,6 +57,7 @@ BuildRequires: execstack
%ifarch %{asmarch}
BuildRequires: nasm
%endif
+BuildRequires: bash-completion
# we need to enforce the exact EVR for an ISA - not only the same ABI
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires: ffmpeg-libs%{?_isa}
@@ -106,9 +107,9 @@ This package contains the development files.
%setup -q -c -n %{name}-0.%{api}-%{snapshot}
pushd %{name}-0.%{api}-%{snapshot}
cp %{SOURCE2} .
-%patch0 -p1 -b .nover
-%patch1 -p1 -b .10b
-%patch11 -p1 -b .opencl
+%patch -P0 -p1 -b .nover
+%patch -P1 -p1 -b .10b
+%patch -P11 -p1 -b .opencl
popd
for variant in generic generic10 ; do
@@ -161,6 +162,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%files
%{_bindir}/x264
+%dir %{_datadir}/bash-completion
+%dir %{_datadir}/bash-completion/completions
+%{_datadir}/bash-completion/completions/x264
%files libs
%dir %{_pkgdocdir}
@@ -178,6 +182,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%{_libdir}/pkgconfig/%{name}.pc
%changelog
+* Wed Sep 27 2023 Sérgio Basto <sergio(a)serjux.com> - 0.164-9.20220602gitbaee400f
+- [Bug 6769] Include bash completion definitions for x264
+
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.164-8.20220602gitbaee400f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
1 year, 1 month
[performous] Update performous to 1.3.0
by Leigh Scott
commit 000e8c1faecb03dee61934a9534a80123f3096b6
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Sep 27 04:57:25 2023 +0100
Update performous to 1.3.0
.gitignore | 2 ++
performous-ced-offline.patch | 54 +++++++++++++++++++++++++++++++++++---------
performous-ffmpeg.patch | 11 ---------
performous-gcc12.patch | 16 -------------
performous.spec | 21 +++++++++--------
sources | 4 ++--
6 files changed, 59 insertions(+), 49 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f2ec62..a596744 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,5 @@
/performous-e0a28a6.tar.gz
/ced-0fe8be4.tar.gz
/performous-1.2.0.tar.gz
+/ced-9ca1351.tar.gz
+/performous-1.3.0.tar.gz
diff --git a/performous-ced-offline.patch b/performous-ced-offline.patch
index f8aad7d..a6395d0 100644
--- a/performous-ced-offline.patch
+++ b/performous-ced-offline.patch
@@ -1,12 +1,44 @@
---- ./CMakeLists.txt.orig 2021-08-14 11:51:13.000000000 +0100
-+++ ./CMakeLists.txt 2021-08-19 22:19:26.292918145 +0100
-@@ -78,9 +78,6 @@ endif()
-
- include(FetchContent)
- FetchContent_Declare(ced-sources
-- GIT_REPOSITORY https://github.com/performous/compact_enc_det.git
-- #https://github.com/google/compact_enc_det.git
-- GIT_TAG master
- SOURCE_DIR ced-src
- )
+From: Markus Koschany <apo(a)debian.org>
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -106,6 +106,9 @@ else()
+ message(STATUS "Localization disabled: Gettext tools (msgfmt) missing")
+ endif()
++include_directories(${CMAKE_CURRENT_SOURCE_DIR}/ced)
++add_subdirectory(ced)
++
+ add_subdirectory(data)
+
+ add_subdirectory(game)
+--- a/game/CMakeLists.txt
++++ b/game/CMakeLists.txt
+@@ -132,7 +132,7 @@ if (MINGW)
+ target_link_libraries(performous PRIVATE mingw32)
+ endif()
+
+-foreach(lib ${OUR_LIBS} SDL2 PangoCairo LibRSVG LibXML++ AVFormat SWResample SWScale ZLIB JPEG PNG PortAudio Fontconfig GLM Json Ced Aubio)
++foreach(lib ${OUR_LIBS} SDL2 PangoCairo LibRSVG LibXML++ AVFormat SWResample SWScale ZLIB JPEG PNG PortAudio Fontconfig GLM Json Aubio)
+ find_package(${lib} ${${lib}_REQUIRED_VERSION} REQUIRED)
+ message(STATUS "${lib} includes: ${${lib}_INCLUDE_DIRS}")
+ target_include_directories(performous SYSTEM PRIVATE ${${lib}_INCLUDE_DIRS})
+@@ -140,6 +140,8 @@ foreach(lib ${OUR_LIBS} SDL2 PangoCairo
+ add_definitions(${${lib}_DEFINITIONS})
+ endforeach(lib)
+
++target_link_libraries(performous PRIVATE ced)
++
+ find_package(fmt REQUIRED CONFIG)
+ # CppRESTSDK and their godforsaken U macro.
+ if(fmt_VERSION VERSION_GREATER_EQUAL 9.0.0)
+--- a/game/unicode.cc
++++ b/game/unicode.cc
+@@ -8,7 +8,7 @@
+ #include <unicode/unistr.h>
+ #include <unicode/ustream.h>
+ #include <unicode/ubidi.h>
+-#include "compact_enc_det/compact_enc_det.h"
++#include "../ced/compact_enc_det/compact_enc_det.h"
+
+ std::unique_ptr<icu::RuleBasedCollator> UnicodeUtil::m_searchCollator;
+ std::unique_ptr<icu::RuleBasedCollator> UnicodeUtil::m_sortCollator;
diff --git a/performous.spec b/performous.spec
index fd49781..8894f2b 100644
--- a/performous.spec
+++ b/performous.spec
@@ -1,13 +1,13 @@
%global gitdate 20210814
%global commit0 e0a28a61df442b4a4a34521cd3aa8e37e3f9ce3c
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global commit1 0fe8be431ebc7562379cd0f791110233c04420da
+%global commit1 9ca1351fe0b1e85992a407b0fc54a63e9b3adc6e
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
Name: performous
Epoch: 1
-Version: 1.2.0
-Release: 8%{?dist}
+Version: 1.3.0
+Release: 1%{?dist}
Summary: Free cross-platform music and rhythm / party game
# The main code is GPLv2+, and there are fonts under ASL 2.0 and SIL licenses
@@ -17,8 +17,6 @@ Source0: https://github.com/performous/performous/archive/refs/tags/%{ver
Source1: https://github.com/performous/compact_enc_det/archive/%{commit1}/ced-%{sh...
Source3: performous.appdata.xml
Patch0: performous-ced-offline.patch
-Patch1: performous-gcc12.patch
-Patch2: performous-ffmpeg.patch
BuildRequires: alsa-lib-devel
BuildRequires: aubio-devel
@@ -30,6 +28,7 @@ BuildRequires: cairo-devel
BuildRequires: cpprest-devel
BuildRequires: desktop-file-utils
BuildRequires: ffmpeg-devel
+BuildRequires: fmt-devel
BuildRequires: glew-devel
BuildRequires: gcc-c++
BuildRequires: gettext
@@ -38,6 +37,7 @@ BuildRequires: glm-devel
BuildRequires: help2man
BuildRequires: ImageMagick-devel
BuildRequires: ImageMagick-c++-devel
+BuildRequires: json-devel
BuildRequires: libepoxy-devel
BuildRequires: libappstream-glib
BuildRequires: libjpeg-turbo-devel
@@ -83,8 +83,8 @@ package.
%prep
%autosetup -p1 -n %{name}-%{version}
-mkdir -p %{__cmake_builddir}/ced-src
-tar -xf %{SOURCE1} -C %{__cmake_builddir}/ced-src/ --strip 1
+mkdir -p ced
+tar -xf %{SOURCE1} -C ced/ --strip 1
cp -p "docs/license/SIL OFL Font License New Rocker.txt" SIL-OFL.txt
@@ -118,16 +118,19 @@ rm -rf %buildroot%{_libdir}/*.{a,la}
%{_datadir}/applications/*.desktop
%{_metainfodir}/%{name}.appdata.xml
%{_datadir}/pixmaps/*.svg
-%{_mandir}/man*/*
+%{_mandir}/performous.6.*
%files data
%license LICENSE.md
%license docs/license/Apache-2.0-DroidSansMono.txt
%license SIL-OFL.txt
-%{_datadir}/%{name}/
+%{_datadir}/games/%{name}/
%changelog
+* Wed Sep 27 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1:1.3.0-1
+- Update performous to 1.3.0
+
* Mon Aug 07 2023 Sérgio Basto <sergio(a)serjux.com> - 1:1.2.0-8
- Rebuild for opencv soname bump
diff --git a/sources b/sources
index 9ec3c2d..0091352 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (performous-1.2.0.tar.gz) = a8fbbe3768f46915eacb65adcc1592295e4c6a84775ca55def01ebcff2218b1860daee0d4d5fcccc407d8df71da1ac25da667b47dd4a17239041a3d5fbfa1c56
-SHA512 (ced-0fe8be4.tar.gz) = 9bcd762cda771ba8c2792cd48c8135904127082e10542616e69a257a1e717e71e2b6b50c6590c21392d4e459fd61094c7696893c8f531bcf23f56e6f50f075fe
+SHA512 (ced-9ca1351.tar.gz) = 6721ae5936a58b8298d175f3875675bfb8249208642eaf2766dc6a62c7db96454d4f95d8c39de0ca862aa3edc741de535af69242f0d2d0b8f7527408ab673089
+SHA512 (performous-1.3.0.tar.gz) = d10e52e82034ae6ef5ae5efc9980d39f473c4f5be10082fd0ce6e776cb382e1cb2c546649c477c03684b207e06c051e1a9a488330f1421db38baf5c0e47de594
1 year, 1 month