[cinelerra-gg] New upstream release, migrate to new package versioning
by Frank R Dana
commit 35ba455cc1fdd4619eb183d55979fd7eab987010
Author: FeRD (Frank Dana) <ferdnyc(a)gmail.com>
Date: Sat Jul 4 08:29:42 2020 -0400
New upstream release, migrate to new package versioning
.gitignore | 1 +
cinelerra-gg.spec | 20 +++++++++-----------
sources | 2 +-
3 files changed, 11 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8160ebb..b3b48cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/cinelerra-gg-d5a0afb.tar.gz
/cinelerra-gg-b8cd5c4.tar.gz
/cinelerra-gg-3878a69.tar.bz2
+/cinelerra-gg-2020-06.tar.gz
diff --git a/cinelerra-gg.spec b/cinelerra-gg.spec
index ddec9ff..db5a524 100644
--- a/cinelerra-gg.spec
+++ b/cinelerra-gg.spec
@@ -1,10 +1,9 @@
-%global commit0 3878a693e0ea8626268a95333a11954cf9c10930
-%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global snapshotdate 20191231
+%global git_tag 2020-06
+%global tag_version %(c=%{git_tag}; echo "${c}" | tr '-' '.')
Name: cinelerra-gg
-Version: 5.1
-Release: 59.%{snapshotdate}git%{shortcommit0}%{?dist}
+Version: 5.1%{?tag_version:.%{tag_version}}
+Release: 1%{?dist}
Summary: A non linear video editor and effects processor
# The Cinelerra-GG codebase is licensed GPLv2+
# The GREYcstoration plugin is licensed CeCILL v2.0
@@ -13,7 +12,7 @@ Summary: A non linear video editor and effects processor
# The freeverb components and the Tapeworm font are in the public Domain
License: GPLv2+ and CeCILL and BSD and CC-BY and Public Domain
Url: https://cinelerra-gg.org/
-Source0: https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=snapshot;h=%{...
+Source0: https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=snapshot;sf=t...
# CrystalHD is fouling the ffmpeg build
Patch0: cinelerra-gg-Disable-crystalhd-in-ffmpeg.patch
@@ -114,7 +113,7 @@ BuildArch: noarch
%prep
-%setup -q -n cinelerra-%{shortcommit0}/cinelerra-%{version}
+%setup -q -n cinelerra-%{git_tag}/cinelerra-5.1
%patch0 -p2 -b.crystal
@@ -193,12 +192,8 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
%license plugins/theme_neophyte/Neophyte_License.txt
%doc README
%{_bindir}/%{name}
-%{_bindir}/cin_db
-%{_bindir}/zmpeg3cat
%{_bindir}/zmpeg3cc2txt
%{_bindir}/zmpeg3ifochk
-%{_bindir}/zmpeg3show
-%{_bindir}/zmpeg3toc
%{_bindir}/bdwrite
%{_datadir}/%{name}/
%exclude %{_datadir}/%{name}/doc
@@ -213,6 +208,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
%changelog
+* Sat Jul 04 2020 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 5.1.2020.06-1
+- New upstream release, migrate to new package versioning
+
* Sun May 24 2020 Leigh Scott <leigh123linux(a)gmail.com> - 5.1-59.20191231git3878a69
- Rebuild for dav1d SONAME bump
diff --git a/sources b/sources
index 3a92e80..aeb0f90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cinelerra-gg-3878a69.tar.bz2) = 48cdf8493d8321fce0a246644178aba09668b987c81975f36394144ff1ac6a40495d2c57e0830c712287ecbca75fedd563e3fa17d8213a42420e5b3c475b2b6e
+SHA512 (cinelerra-gg-2020-06.tar.gz) = aef67c56e692f7c0953337c89527bf9eb1648f1d8ff4d0ac25a390590578c173c6a7a2f45b1f4218033095b9b624d313066c426a9545420921cfe30c051e2a53
4 years, 4 months
[mpv] Fix lua mistake
by Leigh Scott
commit f6ce6dac47b25ee67395c7f1c0cd657c0cc636dc
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 4 09:45:04 2020 +0100
Fix lua mistake
mpv.spec | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index 63d1497..a94d45f 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.32.0
-Release: 7%{?gitrelease}%{?dist}
+Release: 8%{?gitrelease}%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+ and LGPLv2+
URL: http://mpv.io/
@@ -56,11 +56,7 @@ BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libquvi-0.9)
BuildRequires: pkgconfig(libva)
-%if 0%{?fedora}
-BuildRequires: pkgconfig(lua)
-%else
BuildRequires: pkgconfig(luajit)
-%endif
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(smbclient)
BuildRequires: pkgconfig(vdpau)
@@ -185,6 +181,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Sat Jul 04 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.32.0-8
+- Fix lua mistake
+
* Tue Jun 30 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.32.0-7
- Rebuilt for new libplacebo
4 years, 4 months
[kodi/f31] (3 commits) ...Rebuild for ffmpeg (RFBZ#5688)
by Michael Cronenworth
Summary of changes:
a2ab932... Link against Python 2 again. The Python 3 experiment was a (*)
3ad9dd7... Update to 18.7 (*)
b8a70e0... Rebuild for ffmpeg (RFBZ#5688) (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 4 months
[kodi/f32] Rebuild for ffmpeg (RFBZ#5688)
by Michael Cronenworth
commit b8a70e008129409c2bb846141fe2cc009db06448
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Fri Jul 3 09:09:35 2020 -0500
Rebuild for ffmpeg (RFBZ#5688)
kodi.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/kodi.spec b/kodi.spec
index e10aa02..0b3b1d1 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -34,7 +34,7 @@
Name: kodi
Version: 18.7
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -529,6 +529,9 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/kodi-wiiremote.1
%changelog
+* Fri Jul 03 2020 Michael Cronenworth <mike(a)cchtml.com> - 18.7-2
+- Rebuild for ffmpeg update (RFBZ#5688)
+
* Thu May 21 2020 Michael Cronenworth <mike(a)cchtml.com> - 18.7-1
- Kodi 18.7 final
4 years, 4 months
[zoneminder] Perl 5.32 rebuild
by Leigh Scott
commit 907775eefe9ed42c32260cb435e096c7184aa75a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Jul 3 09:37:10 2020 +0100
Perl 5.32 rebuild
zoneminder.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/zoneminder.spec b/zoneminder.spec
index 745530c..c7dbf1f 100644
--- a/zoneminder.spec
+++ b/zoneminder.spec
@@ -29,7 +29,7 @@
Name: zoneminder
Version: 1.34.16
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A camera monitoring and analysis tool
Group: System Environment/Daemons
# Mootools is inder the MIT license: http://mootools.net/
@@ -416,6 +416,9 @@ EOF
%dir %attr(755,nginx,nginx) %{_localstatedir}/spool/zoneminder-upload
%changelog
+* Fri Jul 03 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.34.16-2
+- Perl 5.32 rebuild
+
* Fri Jun 05 2020 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 1.34.16-1
- 1.34.16 Release
4 years, 4 months
[pdflib-lite] Perl 5.32 rebuild
by Paul Howarth
commit ef255f6f14f7a6e934f8beb609a872fc2cf7b3a8
Author: Paul Howarth <paul(a)city-fan.org>
Date: Thu Jul 2 18:20:42 2020 +0100
Perl 5.32 rebuild
pdflib-lite.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pdflib-lite.spec b/pdflib-lite.spec
index a6dd219..78045e2 100644
--- a/pdflib-lite.spec
+++ b/pdflib-lite.spec
@@ -4,7 +4,7 @@ Summary: Portable C library for dynamically generating PDF files
Name: pdflib-lite
# Remenber to check the URL after changing this...
Version: 7.0.5
-Release: 18%{?dist}
+Release: 19%{?dist}
License: Distributable
Group: System Environment/Libraries
URL: http://www.pdflib.com/
@@ -60,9 +60,9 @@ Summary: Perl shared library for pdflib
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires: perl-generators
Provides: perl-pdflib = %{version}-%{release}
BuildRequires: perl-devel
+BuildRequires: perl-generators
%description perl
PDFlib is a development tool for PDF-enabling your software,
@@ -190,6 +190,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Jul 02 2020 Paul Howarth <paul(a)city-fan.org> - 7.0.5-19
+- Perl 5.32 rebuild
+
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 7.0.5-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 4 months
[pangzero] Perl 5.32 rebuild
by Paul Howarth
commit 24ef2401f11cc479b44b40a98d20a99f7257391f
Author: Paul Howarth <paul(a)city-fan.org>
Date: Thu Jul 2 17:58:01 2020 +0100
Perl 5.32 rebuild
pangzero.spec | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/pangzero.spec b/pangzero.spec
index ebec14a..dca3721 100644
--- a/pangzero.spec
+++ b/pangzero.spec
@@ -4,7 +4,7 @@
Name: pangzero
Version: 1.4.1
-Release: 16%{?dist}
+Release: 17%{?dist}
Summary: A clone and enhancement of Super Pang
Group: Amusements/Games
License: GPLv2
@@ -21,7 +21,9 @@ BuildRequires: perl(File::ShareDir)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl-generators
+BuildRequires: perl-interpreter
Requires: hicolor-icon-theme
+Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description
Pang Zero is a clone and enhancement of Super Pang, a fast-paced action game
@@ -71,8 +73,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/pangzero
-%{perl_vendorlib}/Games
-%{perl_vendorlib}/auto
+%{perl_vendorlib}/Games/
+%{perl_vendorlib}/auto/
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%exclude %{perl_vendorlib}/auto/share/dist/Games-PangZero/icon.ico
@@ -81,6 +83,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Thu Jul 02 2020 Paul Howarth <paul(a)city-fan.org> - 1.4.1-17
+- Perl 5.32 rebuild
+
* Sun Mar 01 2020 Sérgio Basto <sergio(a)serjux.com> - 1.4.1-16
- Add appdata file, copied from
https://github.com/sanjayankur31/rpmfusion-appdata
4 years, 4 months
[get-flash-videos] Perl 5.32 rebuild
by Paul Howarth
commit 2c0ee1a4d21bcddab242a69c58af30bb238026af
Author: Paul Howarth <paul(a)city-fan.org>
Date: Thu Jul 2 17:20:15 2020 +0100
Perl 5.32 rebuild
get-flash-videos.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/get-flash-videos.spec b/get-flash-videos.spec
index efe7ae6..5d6a183 100644
--- a/get-flash-videos.spec
+++ b/get-flash-videos.spec
@@ -1,6 +1,6 @@
Name: get-flash-videos
Version: 1.25.99.03
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: CLI tool to download flash video from websites
Group: Applications/Communications
# License breakdown in README.fedora
@@ -19,8 +19,8 @@ BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
-BuildRequires: perl
BuildRequires: perl-generators
+BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker)
# Modules
BuildRequires: perl(Carp)
@@ -140,6 +140,9 @@ make test
%changelog
+* Thu Jul 02 2020 Paul Howarth <paul(a)city-fan.org> - 1.25.99.03-3
+- Perl 5.32 rebuild
+
* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.25.99.03-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 4 months
[mythtv] Perl 5.32 rebuild
by Paul Howarth
commit 8d1f50989f2f2c8d7fc74d346365af1c2cacd268
Author: Paul Howarth <paul(a)city-fan.org>
Date: Thu Jul 2 13:39:34 2020 +0100
Perl 5.32 rebuild
mythtv.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 6f893b1..890b021 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -70,7 +70,7 @@
#
Name: mythtv
Version: 31.0
-Release: 5%{rel_string}%{?dist}
+Release: 6%{rel_string}%{?dist}
Summary: A digital video recorder (DVR) application
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -1378,6 +1378,9 @@ exit 0
%changelog
+* Thu Jul 02 2020 Paul Howarth <paul(a)city-fan.org> - 31.0-6.20200527gitfc90482281
+- Perl 5.32 rebuild
+
* Sun May 31 2020 Leigh Scott <leigh123linux(a)gmail.com> - 31.0-5.20200527gitfc90482281
- Rebuild for new x265 version
4 years, 4 months