[python-ffmpeg-normalize] Update to 1.23.1
by Leigh Scott
commit eb7891db18b8e1340d0221e7eba036dc2adf59ba
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Jul 14 14:45:41 2022 +0100
Update to 1.23.1
python-ffmpeg-normalize.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-ffmpeg-normalize.spec b/python-ffmpeg-normalize.spec
index efc1795..82222f2 100644
--- a/python-ffmpeg-normalize.spec
+++ b/python-ffmpeg-normalize.spec
@@ -2,8 +2,8 @@
%global pypi_name ffmpeg-normalize
Name: python-%{pypi_name}
-Version: 1.23.0
-Release: 2%{?dist}
+Version: 1.23.1
+Release: 1%{?dist}
Summary: Normalize audio via ffmpeg
License: MIT
@@ -62,6 +62,9 @@ Batch processing of several input files is possible, including video files.
%{python3_sitelib}/ffmpeg_normalize-%{version}-py%{python3_version}.egg-info
%changelog
+* Thu Jul 14 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.23.1-1
+- Update to 1.23.1
+
* Sat Jun 25 2022 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.23.0-2
- Rebuilt for Python 3.11
diff --git a/sources b/sources
index 07cfa8a..6ade798 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpeg-normalize-1.23.0.tar.gz) = 37b19e3ff95446bbc9fb38a5a2b56bafc879b800417b51a530bcbbeb50c743d650036d79703b4fd7882dc4fab472c80ed4131ec9c132752559ad8e64928d9e5b
+SHA512 (ffmpeg-normalize-1.23.1.tar.gz) = a53658ee0077009fcb15d0332147f5e5d887b8d9d613dd6d54d762f295d4d0c295bf3158f09e8b5f3a5d3c65e61c0e8804d4185db3ad24952a7bb48bf29664e3
2 years, 4 months
[dvbcut/f36] Update to 0.7.4
by Leigh Scott
Summary of changes:
9568a3a... Update to 0.7.4 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 4 months
[dvbcut] Update to 0.7.4
by Leigh Scott
commit 9568a3aa714a99c088e861ed12ce20825f12e423
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Jul 14 14:18:52 2022 +0100
Update to 0.7.4
.gitignore | 3 +--
autoupdate.patch | 58 ----------------------------------------
deprecated_QString_sprintf.patch | 11 --------
dvbcut.spec | 54 ++++++++++++-------------------------
ffmpeg35_buildfix.patch | 12 ---------
sources | 2 +-
6 files changed, 19 insertions(+), 121 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 96608ff..8f58001 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-dvbcut-svn179.tar.bz2
-/dvbcut-0.7.3.tar.gz
+/dvbcut-*.tar.gz
diff --git a/dvbcut.spec b/dvbcut.spec
index 6d24fc9..9680f1f 100644
--- a/dvbcut.spec
+++ b/dvbcut.spec
@@ -1,8 +1,8 @@
%define svnrev 179
Name: dvbcut
-Version: 0.7.3
-Release: 2%{?dist}
+Version: 0.7.4
+Release: 1%{?dist}
Summary: Clip and convert DVB transport streams to MPEG2 program streams
Group: Applications/Multimedia
@@ -12,18 +12,15 @@ URL: https://github.com/bernhardu/dvbcut-deb
# use sh dvbcut-snapshot.sh to create the archive
Source0: https://github.com/bernhardu/dvbcut-deb/archive/v%{version}/%{name}-%{ver...
# PATCH-FIX-OPENSUSE dvbcut-use_pkgconfig.patch aloisio(a)gmx.com -- use pkgconfig for ffmpeg libraries
-Patch1: dvbcut-use_pkgconfig.patch
+Patch0: dvbcut-use_pkgconfig.patch
# PATCH-FIX-OPENSUSE dvbcut-appicon-patch aloisio(a)gmx.com -- install icon in the proper path
-Patch3: dvbcut-appicon.patch
+Patch1: dvbcut-appicon.patch
# PATCH-FIX-OPENSUSE dvbcut-locale.patch aloisio(a)gmx.com -- also install .qm locale files
-Patch4: dvbcut-locale.patch
-Patch5: deprecated_QString_sprintf.patch
-Patch6: autoupdate.patch
+Patch2: dvbcut-locale.patch
BuildRequires: autoconf
BuildRequires: libtool
BuildRequires: gcc-c++
-BuildRequires: libao-devel
BuildRequires: a52dec-devel
BuildRequires: hicolor-icon-theme
BuildRequires: qt5-linguist
@@ -34,15 +31,12 @@ BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(ao)
BuildRequires: libmad-devel
-%if 0%{?fedora} && 0%{?fedora} > 35
-BuildRequires: compat-ffmpeg4-devel
-%else
BuildRequires: ffmpeg-devel
-%endif
BuildRequires: desktop-file-utils
-Requires: hicolor-icon-theme
+
+Requires: hicolor-icon-theme
# mplayer not actually required, but much better with it.
-Requires: mplayer
+Recommends: mplayer
%description
@@ -60,9 +54,6 @@ dvbcut can use Mplayer if available.
%build
-%if 0%{?fedora} && 0%{?fedora} > 35
-export PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg4/pkgconfig"
-%endif
autoreconf -i
%configure
@@ -72,37 +63,26 @@ autoreconf -i
%install
%make_install
-
-%post
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
-
-update-desktop-database &> /dev/null || :
-
-
-%postun
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
-
-update-desktop-database &> /dev/null || :
-
+desktop-file-install \
+ --delete-original \
+ --dir %{buildroot}/%{_datadir}/applications/ \
+ %{buildroot}/%{_datadir}/applications/*.desktop
%files
%doc ChangeLog CREDITS README README.icons
%license COPYING
%{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/%{name}.1.*
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
-%{_datadir}/%{name}
+%{_datadir}/%{name}/
%{_datadir}/mime/packages/dvbcut.xml
%changelog
+* Thu Jul 14 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.7.4-1
+- Update to 0.7.4
+
* Sun Feb 27 2022 Sérgio Basto <sergio(a)serjux.com> - 0.7.3-2
- Switch to compat-ffmpeg4
diff --git a/sources b/sources
index 6a70af9..93c0dcd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dvbcut-0.7.3.tar.gz) = 9473bc4d8dcd16f44ed25e586aacff6467a7b0530c3613a6f856d21cb2767991187a405b63a0ac4f4a130eaf0e7cd4697b440a57f29142186ff08fe923cd4580
+SHA512 (dvbcut-0.7.4.tar.gz) = f63fb697f672f85dff81789d80f82cb873ad1b3f2abd3377786e8790d94ed35d215c22b7da40c6f4d61b8c92f7cff0af3142e79ef43efd8efd37983a5ec3ff0d
2 years, 4 months
[fdkaac/f36] Update to 1.0.3
by Leigh Scott
Summary of changes:
51ac569... Update to 1.0.3 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 4 months
[fdkaac] Update to 1.0.3
by Leigh Scott
commit 51ac569c2cc0c68b7db75380a0b15a33dea026f8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jul 13 21:14:40 2022 +0100
Update to 1.0.3
fdkaac.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/fdkaac.spec b/fdkaac.spec
index 9236853..28cd317 100644
--- a/fdkaac.spec
+++ b/fdkaac.spec
@@ -1,6 +1,6 @@
Name: fdkaac
-Version: 1.0.2
-Release: 2%{?dist}
+Version: 1.0.3
+Release: 1%{?dist}
Summary: Command line frontend for libfdk-aac encoder
License: zlib
@@ -47,6 +47,9 @@ export LDFLAGS="%{?__global_ldflags} -L%{_libdir}/fdk-aac"
%changelog
+* Wed Jul 13 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.0.3-1
+- Update to 1.0.3
+
* Thu Feb 10 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index 881ae87..934d55c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fdkaac-1.0.2.tar.gz) = 32374fe8d7e129134d21c5f36ddcdf76307193b42e3c4d4cd13a1caf3088f81114368d1c008284add65052b678dd8eeb704ecaa25c385031f402da61dc798d1c
+SHA512 (fdkaac-1.0.3.tar.gz) = 946028360740c65836daeeeb310e799141d6541fc00957ac33415593c2378cdfe38d1476d000e0b28a5e9f4af3702a2ceb48f9ab2e5bb2c92e5c358fe8ab6431
2 years, 4 months
[plex-media-player] Plex is no longer actively maintaining Plex Media Player. This repository is preserved as it was wh
by Leigh Scott
commit 7b9e511da72251cdaea6eccd7783d59b7491220a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Jul 12 11:00:16 2022 +0100
Plex is no longer actively maintaining Plex Media Player. This repository is preserved as it was when last developed. See https://www.plex.tv/media-server-downloads/#plex-app for replacement applications.
.gitignore | 12 -
dead.package | 1 +
plex-media-player.spec | 474 --------------------------------------
plexmediaplayer-standalone | 13 --
plexmediaplayer-standalone-enable | 65 ------
plexmediaplayer.appdata.xml | 48 ----
plexmediaplayer.pkla.disabled | 4 -
plexmediaplayer.pp | Bin 953 -> 0 bytes
plexmediaplayer.service | 14 --
plexmediaplayer.target | 8 -
plexmediaplayer.te | 14 --
sources | 6 -
12 files changed, 1 insertion(+), 658 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..854dd07
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Plex is no longer actively maintaining Plex Media Player. This repository is preserved as it was when last developed. See https://www.plex.tv/media-server-downloads/#plex-app for replacement applications.
2 years, 4 months
[ffmpeg] rebuild
by Leigh Scott
commit 192fcb7f5ffd954e284885db321b0c716d46851d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jul 11 08:26:35 2022 +0100
rebuild
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 564f817..ad3acf9 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -135,7 +135,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 5.0.1
-Release: 9%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 10%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -512,6 +512,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Mon Jul 11 2022 Leigh Scott <leigh123linux(a)gmail.com> - 5.0.1-10
+- rebuilt
+
* Thu Jun 23 2022 Robert-André Mauchin <zebob.m(a)gmail.com> - 5.0.1-9
- Rebuilt for new AOM, dav1d, rav1e and svt-av1
2 years, 4 months
[lives] Switch to yt-dlp (rfbz#6344)
by sagitter
commit 54b8c4d503133da4477709b5a663dc3bf221d97e
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Sat Jul 9 18:18:00 2022 +0200
Switch to yt-dlp (rfbz#6344)
lives.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lives.spec b/lives.spec
index cf3c24d..0ecd289 100644
--- a/lives.spec
+++ b/lives.spec
@@ -37,7 +37,7 @@
Name: lives
Version: 3.2.0
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: Video editor and VJ tool
License: GPLv3+ and LGPLv3+
URL: http://lives-video.com
@@ -111,7 +111,7 @@ Requires: ogmtools%{?_isa}
Requires: oggvideotools%{?_isa}
Requires: perl-interpreter%{?_isa}
Requires: theora-tools%{?_isa}
-Requires: youtube-dl
+Requires: yt-dlp
Requires: dvgrab%{?_isa}
Requires: icedax%{?_isa}
Requires: frei0r-plugins%{?_isa}
@@ -238,6 +238,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_metainfodir}/LiVES.appdata.xml
%changelog
+* Sat Jul 09 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 3.2.0-11
+- Switch to yt-dlp (rfbz#6344)
+
* Sat Mar 26 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 3.2.0-10
- Disable FFMpeg in Fedora 36+
2 years, 4 months