[xpra-codecs-freeworld] Fix new installation directories
by sagitter
commit 0bc9d5624883a72ac44a0fa6a82291872195db0b
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Sat Sep 2 21:32:54 2023 +0200
Fix new installation directories
xpra-codecs-freeworld.spec | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 8e0c09f..ea1abda 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -4,6 +4,7 @@
%if 0%{?__isa_bits} == 64
%bcond_without dec_avcodec2
%bcond_without csc_swscale
+%bcond_without openh264
%else
%bcond_with dec_avcodec2
%bcond_with csc_swscale
@@ -35,6 +36,10 @@
%global _with_csc_swscale --without-csc_swscale
%endif
+%if %{with openh264}
+%global _with_openh264 --with-openh264 --with-openh264-decoder --with-openh264-encoder
+%endif
+
Name: xpra-codecs-freeworld
Version: 5.0.1
Release: 1%{?dist}
@@ -56,7 +61,8 @@ BuildRequires: desktop-file-utils
BuildRequires: libvpx-devel
BuildRequires: libXdamage-devel
BuildRequires: libXres-devel
-BuildRequires: cups-devel, cups
+BuildRequires: cups-devel
+BuildRequires: python3-cups
BuildRequires: redhat-rpm-config
BuildRequires: python3-rpm-macros
BuildRequires: gcc
@@ -127,6 +133,7 @@ sed -i 's|-mfpmath=387|-mfloat-abi=hard|' setup.py
%{?_with_enc_x265} \
%{?_with_dec_avcodec2} \
%{?_with_csc_swscale} \
+ %{?_with_openh264} \
%{?_with_debug} \
--with-Xdummy \
--with-Xdummy_wrapper \
@@ -142,19 +149,19 @@ sed -i 's|-mfpmath=387|-mfloat-abi=hard|' setup.py
mkdir -p %{buildroot}%{python3_sitearch}/xpra/codecs/
pushd destdir%{python3_sitearch}/xpra/codecs/
cp -pr \
-%if %{with csc_swscale}
- csc_swscale \
-%endif
-%if %{with dec_avcodec2}
- dec_avcodec2 \
+%if %{with enc_x265}
+ x265 \
%endif
%if %{with enc_x264}
- enc_x264 \
+ x264 \
%endif
%if %{with dec_avcodec2} || %{with csc_swscale}
- libav_common \
+ ffmpeg \
+%endif
+%if %{with openh264}
+ openh264 \
%endif
- enc_ffmpeg enc_x265 %{buildroot}%{python3_sitearch}/xpra/codecs/
+ %{buildroot}%{python3_sitearch}/xpra/codecs/
popd
#fix shebangs from python3_sitearch
1 year, 2 months
[xpra-codecs-freeworld] Release 5.0.1
by sagitter
commit 8e2601dda6493a3e1c73b68eeba8c009ed6f336b
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Sat Sep 2 19:10:07 2023 +0200
Release 5.0.1
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 6 +++++-
3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc95748..dd29463 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,3 +66,4 @@ xpra-0.16.3.tar.xz
/xpra-4.4.5.tar.gz
/xpra-4.4.6.tar.gz
/xpra-5.0.tar.gz
+/xpra-5.0.1.tar.gz
diff --git a/sources b/sources
index b1e889e..2fdb546 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xpra-5.0.tar.gz) = 94d4ec4fa9581a9e184ee47b8f8d53a6f73cbbce1156e21c033805482f84779272a69a746efdb37ce564fdd5c74ef74f4e14351c858408f6b43e267f0ca03d62
+SHA512 (xpra-5.0.1.tar.gz) = 202c05fb191fdc462a07c5659b33763b2090435ca16cfe2dd5261394a7092fdca432c8ac66a016cbe945802a3ecd8863b88c0822317739cbd477b37b8a3494cd
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index cf5dc8f..8e0c09f 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -36,7 +36,7 @@
%endif
Name: xpra-codecs-freeworld
-Version: 5.0
+Version: 5.0.1
Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
@@ -120,6 +120,7 @@ sed -i 's|-mfpmath=387|-mfloat-abi=hard|' setup.py
%build
%py3_build -- \
+ --without-nvidia --without-pandoc_lua \
--with-verbose \
--with-vpx \
%{?_with_enc_x264} \
@@ -174,6 +175,9 @@ find %{buildroot}%{python3_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Sat Sep 02 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 5.0.1-1
+- Release 5.0.1
+
* Sun Aug 20 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 5.0-1
- Release 5.0
1 year, 2 months
[discord] Update discord to 0.0.29
by Sérgio M. Basto
commit 7dd14ab8418905195aa752b7cb6454f21ab9487c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 1 18:25:19 2023 +0100
Update discord to 0.0.29
discord.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/discord.spec b/discord.spec
index c363a6e..30d4242 100644
--- a/discord.spec
+++ b/discord.spec
@@ -6,8 +6,8 @@
%global __provides_exclude_from %{_libdir}/discord/.*\\.s
Name: discord
-Version: 0.0.28
-Release: 2%{?dist}
+Version: 0.0.29
+Release: 1%{?dist}
Summary: All-in-one voice and text chat for gamers
# License Information: https://bugzilla.rpmfusion.org/show_bug.cgi?id=4441#c14
@@ -82,6 +82,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metain
%changelog
+* Fri Sep 01 2023 Sérgio Basto <sergio(a)serjux.com> - 0.0.29-1
+- Update discord to 0.0.29
+
* Thu Aug 03 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.0.28-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
diff --git a/sources b/sources
index 66da0c7..aad4df4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (discord-0.0.28.tar.gz) = 763fe47a0fb21a13e852bcc818d4e0e2ea4faf23fcfdc02fddfe06e8c829499e028e27b45d807d3b3edcc36788990f3f21c0460b9b8efc538b62f3b41aeb744d
+SHA512 (discord-0.0.29.tar.gz) = 38e4c21872fdf7b7716680b70e6f677274be50fce04d16831ed180d894965ca2f8cc8814148e16ca540f8dcba2bb749788f6980180f51d8b1f1556e1a8a368e0
1 year, 2 months
[unifi] Update to 7.5.174.
by Richard Shaw
commit 6ae0f34edc3ba7ab730991a8958d05411944c419
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Fri Sep 1 11:57:19 2023 -0500
Update to 7.5.174.
Requires Java 17.
Updated SystemD service file.
Removed conditionals for arches no longer supported.
unifi.service | 9 +++++----
unifi.spec | 33 ++++++++++++++++++++-------------
version-scan.sh | 4 ++--
3 files changed, 27 insertions(+), 19 deletions(-)
---
diff --git a/unifi.service b/unifi.service
index ee28f92..30961a7 100644
--- a/unifi.service
+++ b/unifi.service
@@ -1,5 +1,5 @@
[Unit]
-Description=Ubiquiti UniFi server
+Description=UniFi Network Application
After=local-fs.target remote-fs.target network-online.target
Wants=network-online.target
@@ -8,9 +8,10 @@ Type=simple
User=unifi
WorkingDirectory=/usr/share/unifi
EnvironmentFile=-/etc/sysconfig/unifi
-Environment=JAVA_HOME=/usr/lib/jvm/jre-11
-ExecStart=/usr/lib/jvm/jre-11/bin/java $JAVA_OPTS -jar /usr/share/unifi/lib/ace.jar start
-ExecStop=/usr/lib/jvm/jre-11/bin/java $JAVA_OPTS -jar /usr/share/unifi/lib/ace.jar stop
+Environment=JAVA_HOME=/usr/lib/jvm/jre-17
+ExecStart=/usr/lib/jvm/jre-17/bin/java --add-opens=java.base/java.time=ALL-UNNAMED $JAVA_OPTS -jar /usr/share/unifi/lib/ace.jar start
+ExecStop=/usr/lib/jvm/jre-17/bin/java $JAVA_OPTS -jar /usr/share/unifi/lib/ace.jar stop
+SuccessExitStatus=143
Restart=on-success
[Install]
diff --git a/unifi.spec b/unifi.spec
index 274181a..e82eaff 100644
--- a/unifi.spec
+++ b/unifi.spec
@@ -4,8 +4,8 @@
%global __strip /bin/true
Name: unifi
-Version: 7.4.162
-Release: 2%{?dist}
+Version: 7.5.174
+Release: 1%{?dist}
Summary: Ubiquiti UniFi controller
License: Proprietary
@@ -30,7 +30,7 @@ BuildRequires: %{_bindir}/execstack
# https://fedoraproject.org/wiki/Changes/MongoDB_Removal
#Requires: /usr/bin/mongod
-Requires: java-11-headless
+Requires: java-17-headless
Requires(post): policycoreutils-python-utils
Requires(postun): policycoreutils-python-utils
@@ -51,9 +51,9 @@ Provides: bundled(ubnt-fonts)
### BEGIN AUTOMATION ###
Provides: bundled(ace) = 9999
Provides: bundled(activation) = 1.1.1
-Provides: bundled(analytics-api) = 1.2.1
-Provides: bundled(analytics-client) = 1.2.1
-Provides: bundled(analytics-privacy) = 1.2.1
+Provides: bundled(analytics-api) = 1.3.0
+Provides: bundled(analytics-client) = 1.3.0
+Provides: bundled(analytics-privacy) = 1.3.0
Provides: bundled(annotations) = 3.0.1
Provides: bundled(api-common) = 1.7.0
Provides: bundled(apigateway-generic-java-sdk) = 1.3
@@ -136,6 +136,7 @@ Provides: bundled(jul-to-slf4j) = 1.7.36
Provides: bundled(lazysodium-java) = 5.1.2
Provides: bundled(log4j-api) = 2.17.2
Provides: bundled(log4j-to-slf4j) = 2.17.2
+Provides: bundled(logback-access) = 1.2.11
Provides: bundled(logback-classic) = 1.2.11
Provides: bundled(logback-core) = 1.2.11
Provides: bundled(minimal-json) = 0.9.5
@@ -256,16 +257,12 @@ install -pm 0644 %{SOURCE3} %{buildroot}%{_prefix}/lib/firewalld/services/
# Remove non-native executables
rm -rf %{buildroot}%{_datadir}/unifi/lib/native/{Windows,Mac}
-# Bundled libs are only supported on x86_64, aarch64 and armv7hf.
+# Bundled libs are only supported on x86_64, aarch64.
# Move libraries to the correct location and symlink back
mv %{buildroot}%{_datadir}/unifi/lib/native/Linux ./
-%ifarch x86_64 armv7hl aarch64
+%ifarch x86_64 aarch64
# Set the correct arch for the webrtc library.
-%ifarch armv7hl
-%global unifi_arch armv7
-%else
%global unifi_arch %{_target_cpu}
-%endif
mkdir -p %{buildroot}%{_libdir}/unifi \
%{buildroot}%{_datadir}/unifi/lib/native/Linux/%{unifi_arch}
install -pm 0755 Linux/%{unifi_arch}/*.so %{buildroot}%{_libdir}/%{name}/
@@ -337,7 +334,7 @@ fi
%files
%doc readme.txt SETUP
%license PERMISSION*.html
-%ifarch x86_64 armv7hl aarch64
+%ifarch x86_64 aarch64
%{_libdir}/unifi/
%{_datadir}/unifi/lib/native/
%endif
@@ -360,6 +357,16 @@ fi
%changelog
+* Fri Sep 01 2023 Richard Shaw <hobbes1069(a)gmail.com>
+- Update to 7.5.174.
+- Requires Java 17.
+- Updated SystemD service file.
+- Removed conditionals for arches no longer supported.
+
+* Mon Aug 28 2023 Richard Shaw <hobbes1069(a)gmail.com> - 7.5.172-1
+- Update to 7.5.172.
+- Requires Java 17.
+
* Thu Aug 03 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 7.4.162-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
diff --git a/version-scan.sh b/version-scan.sh
index 3600c8d..afc9be8 100755
--- a/version-scan.sh
+++ b/version-scan.sh
@@ -3,11 +3,11 @@
SPECFILE=$(pwd)/unifi.spec
SOURCES=$( spectool -l -s 0 $SPECFILE )
-DLURL=$( echo $SOURCES | egrep '^Source0:\s+' | sed 's/^Source0://' )
+DLURL=$( echo $SOURCES | grep -E '^Source0:\s+' | sed 's/^Source0://' )
SOURCEFILE=$(pwd)/$( echo $DLURL | sed 's/http.*\///' )
TEMPDIR=$( mktemp -d -t unifi_XXXXXXXXXX )
TEMPLIBDIR=$TEMPDIR/UniFi/lib
-VERSION=$( egrep '^Version:\s+' $SPECFILE | sed 's/^Version://' )
+VERSION=$( grep -E '^Version:\s+' $SPECFILE | sed 's/^Version://' )
VERSIONFILE=$TEMPDIR/provides.list
if [ x"$VERSION" = x ]; then
echo "Unable to determine the version to scan from $SPECFILE. Exiting!"
1 year, 2 months
[aqualung] Someone moved it to fedora
by Leigh Scott
commit afdb46a4df1d70478c6ae76001796fad313df286
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Sep 1 14:27:00 2023 +0100
Someone moved it to fedora
.gitignore | 5 -
aqualung-ALT-C11.patch | 16 ---
aqualung-ALT-new_mac.patch | 112 -------------------
aqualung.desktop | 12 --
aqualung.spec | 265 ---------------------------------------------
dead.package | 1 +
sources | 1 -
7 files changed, 1 insertion(+), 411 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..61aca43
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Someone moved it to fedora
1 year, 2 months
[qmmp-plugins-freeworld] ups, forgot to adjust files
by Karel Volný
commit d330db039b35c530831bcaaa24e28de0c97f861e
Author: Karel Volný <kvolny(a)redhat.com>
Date: Fri Sep 1 14:57:11 2023 +0200
ups, forgot to adjust files
qmmp-plugins-freeworld.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/qmmp-plugins-freeworld.spec b/qmmp-plugins-freeworld.spec
index 97b69d7..37bcafc 100644
--- a/qmmp-plugins-freeworld.spec
+++ b/qmmp-plugins-freeworld.spec
@@ -131,7 +131,6 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-aac-enqueue.
%{_libdir}/qmmp/Engines/*.so
# Input & Transports dirs are owned by qmmp already
%{_libdir}/qmmp/Input/*.so
-%{_libdir}/qmmp/Transports/*.so
%{_datadir}/applications/%{name}-aac.desktop
%{_datadir}/applications/%{name}-aac-enqueue.desktop
1 year, 2 months
[qmmp-plugins-freeworld] version bump to 2.1.5
by Karel Volný
commit a202191b3fc4dde3872913e8f024eb0aa7251a28
Author: Karel Volný <kvolny(a)redhat.com>
Date: Fri Sep 1 14:50:37 2023 +0200
version bump to 2.1.5
drop MMS transport as it is in Fedora now (rhbz#2235608)
.gitignore | 1 +
qmmp-plugins-freeworld.spec | 10 ++++++----
sources | 2 +-
3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6601a2a..9293e16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ qmmp-0.9.6.tar.bz2
/qmmp-2.1.1.tar.bz2
/qmmp-2.1.2.tar.bz2
/qmmp-2.1.4.tar.bz2
+/qmmp-2.1.5.tar.bz2
diff --git a/qmmp-plugins-freeworld.spec b/qmmp-plugins-freeworld.spec
index 4a043b7..97b69d7 100644
--- a/qmmp-plugins-freeworld.spec
+++ b/qmmp-plugins-freeworld.spec
@@ -1,5 +1,5 @@
Name: qmmp-plugins-freeworld
-Version: 2.1.4
+Version: 2.1.5
Release: 1%{?dist}
Summary: Plugins for qmmp (Qt-based multimedia player)
@@ -13,7 +13,6 @@ BuildRequires: desktop-file-utils
BuildRequires: enca-devel
BuildRequires: faad2-devel
BuildRequires: libcurl-devel
-BuildRequires: libmms-devel
BuildRequires: qt6-qtmultimedia-devel
BuildRequires: qt6-qttools-devel
BuildRequires: taglib-devel >= 1.10
@@ -39,6 +38,7 @@ and also the mplayer plugin for video playback.
# Transport, Input, Output, Effect, Visual, General, File Dialogs
%cmake \
-D USE_CURL:BOOL=FALSE \
+ -D USE_MMS:BOOL=FALSE \
\
-D USE_FFMPEG:BOOL=FALSE \
-D USE_FLAC:BOOL=FALSE \
@@ -107,13 +107,11 @@ and also the mplayer plugin for video playback.
make VERBOSE=1 %{?_smp_mflags} -C %{_vpath_builddir}/src/plugins/Engines/mplayer
make VERBOSE=1 %{?_smp_mflags} -C %{_vpath_builddir}/src/plugins/Input/aac
-make VERBOSE=1 %{?_smp_mflags} -C %{_vpath_builddir}/src/plugins/Transports/mms
%install
make DESTDIR=%{buildroot} install -C %{_vpath_builddir}/src/plugins/Engines/mplayer
make DESTDIR=%{buildroot} install -C %{_vpath_builddir}/src/plugins/Input/aac
-make DESTDIR=%{buildroot} install -C %{_vpath_builddir}/src/plugins/Transports/mms
## install .desktop files for MimeType associations
mkdir -p %{buildroot}/%{_datadir}/applications/
# aac
@@ -146,6 +144,10 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-aac-enqueue.
%changelog
+* Fri Sep 01 2023 Karel Volný <kvolny(a)redhat.com> 2.1.5-1
+- version bump to 2.1.5
+- drop MMS transport as it is in Fedora now (rhbz#2235608)
+
* Fri Aug 11 2023 Leigh Scott <leigh123linux(a)gmail.com> - 2.1.4-1
- Update qmmp-plugins-freeworld to 2.1.4
diff --git a/sources b/sources
index db765df..8aa87d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qmmp-2.1.4.tar.bz2) = 13b8b0e95435ac10e6954b6c3fa42cb4c70f4bdb350e3e0b5e155672ec213952128bbe514f1997e2763fb3fe873dfaf146389a162638e313b57ffbb3f6d91ea7
+SHA512 (qmmp-2.1.5.tar.bz2) = b5698c5973fbd3209a6593e635f86282644ecf2c43f6edb5169c20376ff3a7eb8e8772c7cf230e88189118f2a20c7cc536cb03633589803cfe4724b31cce8574
1 year, 2 months
[wxsvg] Moved to Fedora
by Dominik Mierzejewski
commit dcc098e610329ba4e02d9a8eda07a94aa449bf75
Author: Dominik Mierzejewski <dominik(a)greysector.net>
Date: Fri Sep 1 11:01:35 2023 +0200
Moved to Fedora
.gitignore | 16 ---
dead.package | 1 +
gcc13.patch | 10 --
sources | 1 -
wxsvg.spec | 393 -----------------------------------------------------------
5 files changed, 1 insertion(+), 420 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..3aa0b6e
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Moved to Fedora
1 year, 2 months