[clipgrab/f31] Update to 3.8.9
by Martin Gansser
Summary of changes:
4e777ca... Update to 3.8.9 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[clipgrab] Update to 3.8.9
by Martin Gansser
commit 4e777cab3ed74e92b06cf2bab9525a7d0d549c26
Author: Martin Gansser <mgansser(a)online.de>
Date: Sat Jan 4 10:31:31 2020 +0100
Update to 3.8.9
.gitignore | 1 +
clipgrab.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6261788..150d35d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ clipgrab-3.5.5.tar.gz
/clipgrab-3.8.5.tar.gz
/clipgrab-3.8.7.tar.gz
/clipgrab-3.8.8.tar.gz
+/clipgrab-3.8.9.tar.gz
diff --git a/clipgrab.spec b/clipgrab.spec
index 39c8dcf..11782b0 100644
--- a/clipgrab.spec
+++ b/clipgrab.spec
@@ -1,5 +1,5 @@
Name: clipgrab
-Version: 3.8.8
+Version: 3.8.9
Release: 1%{?dist}
License: GPLv3 and Non-Commercial Use Only (Artwork and Trademark)
@@ -48,6 +48,9 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
%{_datadir}/applications/clipgrab.desktop
%changelog
+* Sat Jan 04 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 3.8.9-1
+- Update to 3.8.9
+
* Wed Jan 01 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 3.8.8-1
- Update to 3.8.8
diff --git a/sources b/sources
index 6f6db39..edee07d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (clipgrab-3.8.8.tar.gz) = a778a6e1e8b4667900a54fa6ca45e07784c347a6c26d53fa54731f9b6125ac74aadee245f8a8695c2d7abba5c295eafbed5b06e93f95254b6f36e6c17d1de11f
+SHA512 (clipgrab-3.8.9.tar.gz) = 33e5437369931327a537052f0470a3194178e7818a7ba0b12be4876f6feb0bab508c5d5a3f20bed6919f806492e59156e1dd04c2e56590fc3f7f5931788ab1f3
4 years, 10 months
[cinelerra-gg] Remove dropped patch
by Frank R Dana
commit 5e525bf377b6ded9ca3033cb0f8c4e3a117bcefd
Author: FeRD (Frank Dana) <ferdnyc(a)gmail.com>
Date: Sat Jan 4 02:50:30 2020 -0500
Remove dropped patch
cinelerra-gg-gettid-check.patch | 29 -----------------------------
1 file changed, 29 deletions(-)
4 years, 10 months
[cinelerra-gg] Update to 2019-12 snapshot
by Frank R Dana
commit f1b7fbc7defd0df5e38f313a695d753227109937
Author: FeRD (Frank Dana) <ferdnyc(a)gmail.com>
Date: Sat Jan 4 02:47:18 2020 -0500
Update to 2019-12 snapshot
.gitignore | 1 +
cinelerra-gg-Disable-crystalhd-in-ffmpeg.patch | 22 ++-----
cinelerra-gg.spec | 80 +++++++++++++++++---------
sources | 2 +-
4 files changed, 59 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b5d0a8..8160ebb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/cinelerra-gg-d5a0afb.tar.gz
/cinelerra-gg-b8cd5c4.tar.gz
+/cinelerra-gg-3878a69.tar.bz2
diff --git a/cinelerra-gg-Disable-crystalhd-in-ffmpeg.patch b/cinelerra-gg-Disable-crystalhd-in-ffmpeg.patch
index 9686751..0f7de29 100644
--- a/cinelerra-gg-Disable-crystalhd-in-ffmpeg.patch
+++ b/cinelerra-gg-Disable-crystalhd-in-ffmpeg.patch
@@ -1,24 +1,10 @@
-From 697b3d5c6e41b5b7fbd538cac17426037a4599d1 Mon Sep 17 00:00:00 2001
-From: "FeRD (Frank Dana)" <ferdnyc(a)gmail.com>
-Date: Thu, 29 Aug 2019 13:19:54 -0400
-Subject: [PATCH] Disable crystalhd in ffmpeg
-
----
- cinelerra-5.1/thirdparty/Makefile | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/cinelerra-5.1/thirdparty/Makefile b/cinelerra-5.1/thirdparty/Makefile
-index 905731e..d738011 100644
--- a/cinelerra-5.1/thirdparty/Makefile
+++ b/cinelerra-5.1/thirdparty/Makefile
-@@ -111,6 +111,7 @@ esound.ldflags=" -lm -lstdc++"
+@@ -127,6 +127,7 @@
fftw.cfg_params= --disable-fortran --enable-shared=no
ffmpeg.cfg_params= \
--enable-pthreads --enable-gpl --disable-ffplay \
+ --disable-crystalhd \
- $(if $(WANT_VAAPI),--enable-vaapi,--disable-vaapi) \
- $(if $(WANT_VDPAU),--enable-vdpau,--disable-vdpau) \
- $(if $(WANT_NV), --enable-nvenc --enable-nvdec) \
---
-2.21.0
-
+ $(call if_want,VAAPI,--enable-vaapi,--disable-vaapi) \
+ $(call if_want,VDPAU,--enable-vdpau,--disable-vdpau) \
+ $(call if_want,NV, --enable-nvenc --enable-nvdec --enable-ffnvcodec) \
diff --git a/cinelerra-gg.spec b/cinelerra-gg.spec
index c72ff5d..2b616f2 100644
--- a/cinelerra-gg.spec
+++ b/cinelerra-gg.spec
@@ -1,10 +1,10 @@
-%global commit0 b8cd5c4f5f296f626f5ec691d2440612bcf59422
+%global commit0 3878a693e0ea8626268a95333a11954cf9c10930
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global snapshotdate 20190801
+%global snapshotdate 20191231
Name: cinelerra-gg
Version: 5.1
-Release: 56.%{snapshotdate}git%{shortcommit0}%{?dist}
+Release: 57.%{snapshotdate}git%{shortcommit0}%{?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,15 +13,11 @@ 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;h=%{...
# CrystalHD is fouling the ffmpeg build
Patch0: cinelerra-gg-Disable-crystalhd-in-ffmpeg.patch
-# glibc 2.30+ provides gettid(), protect against redefining in guicast
-# Submitted upstream: https://www.cinelerra-gg.org/bugtracker/view.php?id=290
-Patch1: cinelerra-gg-gettid-check.patch
-
# Only tested on x86_64
ExclusiveArch: x86_64
@@ -43,16 +39,16 @@ BuildRequires: yasm
BuildRequires: CImg-devel
BuildRequires: jbigkit-devel
BuildRequires: kernel-headers
-BuildRequires: giflib-devel
-BuildRequires: ladspa-devel
BuildRequires: lame-devel
-BuildRequires: liba52-devel
BuildRequires: lilv-devel
BuildRequires: pulseaudio-utils
-BuildRequires: numactl-devel
BuildRequires: perl(XML::LibXML)
BuildRequires: perl(XML::Parser)
BuildRequires: pkgconfig(alsa)
+BuildRequires: pkgconfig(aom)
+BuildRequires: pkgconfig(bzip2)
+BuildRequires: pkgconfig(dav1d)
+BuildRequires: pkgconfig(flac)
BuildRequires: pkgconfig(fftw3)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gl)
@@ -63,11 +59,14 @@ BuildRequires: pkgconfig(libtiff-4)
BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(libusb)
BuildRequires: pkgconfig(libv4l2)
+BuildRequires: pkgconfig(libva)
BuildRequires: pkgconfig(libxml-2.0)
+BuildRequires: pkgconfig(libwebp)
BuildRequires: pkgconfig(lv2)
BuildRequires: pkgconfig(mjpegtools)
BuildRequires: pkgconfig(ncurses)
-BuildRequires: pkgconfig(opencv)
+BuildRequires: pkgconfig(numa)
+#BuildRequires: pkgconfig(opencv)
BuildRequires: pkgconfig(OpenEXR)
BuildRequires: pkgconfig(opus)
BuildRequires: pkgconfig(sndfile)
@@ -118,7 +117,6 @@ BuildArch: noarch
%setup -q -n cinelerra-%{shortcommit0}/cinelerra-%{version}
%patch0 -p2 -b.crystal
-%patch1 -p2 -b.gettid
./autogen.sh
@@ -127,23 +125,43 @@ sed -i 's/\<python\>/python3/' guicast/Makefile
%build
+
+# Temporarily turn off hardening (just for the configure step), as
+# it breaks OpenEXR detection. It'll be re-enabled before building.
+%undefine _hardened_build
+
%configure \
--with-exec-name=%{name} \
- --enable-lame=shared \
- --enable-libogg=shared \
- --enable-libtheora=shared \
- --enable-libvorbis=shared \
- --enable-openjpeg=shared \
- --enable-twolame=shared \
- --enable-x264=shared \
- --enable-x265=shared \
- --enable-libvpx=yes \
+ --disable-static-build \
+ --enable-a52dec=yes \
+ --enable-dav1d=auto \
+ --enable-flac=yes \
+ --enable-fftw=auto \
+ --enable-lame=auto \
+ --enable-libaom=auto \
+ --enable-libdv=auto \
+ --enable-libjpeg=auto \
+ --enable-libogg=auto \
+ --enable-libsndfile=auto \
+ --enable-libtheora=auto \
+ --enable-libvorbis=auto \
+ --enable-libvpx=auto \
+ --enable-libwebp=auto \
+ --enable-lilv=auto \
+ --enable-lv2=shared \
+ --enable-openjpeg=auto \
+ --enable-opus=auto \
+ --enable-tiff=auto \
+ --enable-twolame=auto \
+ --enable-x264=auto \
+ --enable-x265=auto \
--with-browser=xdg-open \
- --with-firewire=no \
- --with-ladspa-build=no \
+ --without-cuda \
+ --without-firewire \
+ --without-ladspa-build \
--with-ladspa-dir=%{_libdir}/ladspa \
- --with-lv2=no \
- --with-cuda=no \
+ --without-opencv \
+ --with-openexr \
# WIP
# --with-dv=no \
@@ -156,6 +174,9 @@ sed -i 's/\<python\>/python3/' guicast/Makefile
# --with-libzmpeg=no \
# --enable-static-build=no \
+# Re-enable hardening
+%define _hardened_build 1
+
%make_build V=0
@@ -192,6 +213,11 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
%changelog
+* Wed Jan 01 2020 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 5.1-56.20191231git3878a69
+- New upstream 2019-12 snapshot release, switch to .tar.bz2 archives
+- Drop upstreamed patches, rebase crystalhd patch
+- Enable LV2 plugin support
+
* Fri Aug 30 2019 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 5.1-56.20190801gitb8cd5c4
- Update to 2019-08 snapshot version
- Add libusb build req
diff --git a/sources b/sources
index 5e9c437..3a92e80 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7af32ebcabc014dcb1fa4433eda76218 cinelerra-gg-b8cd5c4.tar.gz
+SHA512 (cinelerra-gg-3878a69.tar.bz2) = 48cdf8493d8321fce0a246644178aba09668b987c81975f36394144ff1ac6a40495d2c57e0830c712287ecbca75fedd563e3fa17d8213a42420e5b3c475b2b6e
4 years, 10 months
[get_iplayer] upload missing get_iplayer-3.24.tar.gz
by Leigh Scott
commit dfbb2d105ffe236dd128e4571990fe0eaf16e401
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Jan 3 21:29:05 2020 +0000
upload missing get_iplayer-3.24.tar.gz
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 76930db..dc56423 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ get_iplayer-2.94.tar.gz
/get_iplayer-3.21.tar.gz
/get_iplayer-3.22.tar.gz
/get_iplayer-3.23.tar.gz
+/get_iplayer-3.24.tar.gz
diff --git a/sources b/sources
index 4d7efe2..c7f9168 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (get_iplayer-3.23.tar.gz) = 0005045b4a684e143243202bccb074ef1b6ed81227214cca4a71569311911bde8de30d7f636c5d08d0aa1cd97bfafe76004b4ee16c86426a85905ffaf6418012
+SHA512 (get_iplayer-3.24.tar.gz) = 16acee440cb10c1845394cb9a03efcc57f59d499e9438a8c6cebafb95bdc22de99fca2537a99a69b2bb98e750c0450121c8f2ad22a6ed2a347d3fe4aa5b51e88
4 years, 10 months
[get_iplayer] Update to version 3.24.
by mavit
commit 93220875607c613c376a8ccb9b91b7d76a7cba42
Author: Peter Oliver <git(a)mavit.org.uk>
Date: Fri Jan 3 17:47:17 2020 +0000
Update to version 3.24.
get_iplayer.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/get_iplayer.spec b/get_iplayer.spec
index 177c7d3..0b36c7e 100644
--- a/get_iplayer.spec
+++ b/get_iplayer.spec
@@ -1,5 +1,5 @@
Name: get_iplayer
-Version: 3.23
+Version: 3.24
Release: 1%{?dist}
Summary: Lists, records and streams BBC iPlayer TV and radio programmes
@@ -102,6 +102,9 @@ fi
%changelog
+* Fri Jan 3 2020 Peter Oliver <rpm(a)mavit.org.uk> - 3.24-1
+- Update to version 3.24.
+
* Mon Dec 2 2019 Peter Oliver <rpm(a)mavit.org.uk> - 3.23-1
- Update to version 3.23.
4 years, 10 months
[ripcord] Properly import sprm
by sentry
commit 1b67aff4aebd00fe29c8174a5fac257c8133afb3
Author: Jan200101 <sentrycraft123(a)gmail.com>
Date: Thu Jan 2 14:31:52 2020 +0100
Properly import sprm
I really need to apologize for this screwup
....fc31.src.rpm => Ripcord-0.4.21-x86_64.AppImage | Bin 33379097 -> 33730464 bytes
redistribution.txt | 39 ++++++++++++
ripcord.spec | 66 +++++++++++++++++++++
3 files changed, 105 insertions(+)
---
diff --git a/ripcord-0.4.21-4.fc31.src.rpm b/Ripcord-0.4.21-x86_64.AppImage
old mode 100644
new mode 100755
similarity index 85%
rename from ripcord-0.4.21-4.fc31.src.rpm
rename to Ripcord-0.4.21-x86_64.AppImage
index 3dd1053..555ea30
Binary files a/ripcord-0.4.21-4.fc31.src.rpm and b/Ripcord-0.4.21-x86_64.AppImage differ
diff --git a/redistribution.txt b/redistribution.txt
new file mode 100644
index 0000000..3f724a7
--- /dev/null
+++ b/redistribution.txt
@@ -0,0 +1,39 @@
+Shareware Redistribution Rules for Ripcord
+Last updated 2019-11-04 12:25 UTC
+
+Ripcord is shareware, which means users are given permission to redistribute it to other users, with a few restrictions. This page describes what you are allowed to do and not allowed to do when redistributing Ripcord.
+
+This page uses the term “release” as a noun to refer to the downloadable copies of Ripcord that are available on the main page of the Ripcord website. For Windows and Mac, these are .zip files which contain the software. For Linux, this is a .AppImage file, which is a type of executable self-mounting or self-extracting zip-like file which contains more software within.
+
+This page uses the term “bundle” as a verb to refer to: wrapping Ripcord in an installer with something else, modifying the Ripcord release files to add something else, directly modifying the Ripcord program binary to add something else, and other common uses of the term “bundle” when applied to software.
+
+You are allowed to:
+
+ Redistribute any of the releases of Ripcord, unmodified.
+ Example: you may host a copy of an official Ripcord release on your website or a package manager.
+ Automate the installation, updating, and removal of Ripcord using package management software.
+ Example: a command-line utility in a Linux distribution that provides a way to install and uninstall releases of Ripcord in some distribution-specific way.
+
+You are not allowed to:
+
+ Modify a release of Ripcord and then redistribute the modified copy.
+ Claim that you created or own the rights to Ripcord.
+ Misrepresent or obscure the origin or authorship of Ripcord.
+ Bundle Ripcord with malware, adware, or software intended to gather and sell or profit from user data.
+ Bundle Ripcord with something that bypasses or interferes with the shareware trial and licensing mechanism within Ripcord.
+ Bundle Ripcord with a license key for Ripcord.
+ Charge money for a redistributed copy of Ripcord, or charge money for use of Ripcord with a package manager.
+
+On Linux, a special exception which allows you to redistribute modified copies of Ripcord is granted for the following case:
+
+ For the Linux releases of Ripcord, when using Ripcord with a package management system, you are allowed to extract the contents of the AppImage and create a package of the software with equivalent or updated versions of shared library files (typically .so) for the purpose of improved compatibility with a Linux distribution or that package management system, to modify the Ripcord program binary to change the paths from which dynamic libraries are loaded for use in that package management system, and to redistribute that package.
+ But you are not allowed to use shared library files which bypass or interfere with the shareware trial and licensing mechanism in Ripcord, or which break any of the other rules above.
+ Similarly, you are not allowed to modify the Ripcord program binary to bypass the licensing mechanism, add malware, or break any of the other rules above.
+
+If you need additional special exceptions—for example, to patch the main Ripcord binary in a way not allowed above in order to provide compatibility with a particular Linux distribution—please get in touch with me via email.
+
+If you do not follow these rules, your permission to redistribute and/or repackage Ripcord is revoked. These rules are intended to protect Ripcord’s quality, safety, and viability as a product and source of income.
+
+As long as you follow to these, you have permission to redistribute Ripcord, unless I (the owner of Ripcord) have revoked your permission. These rules may be changed without notice.
+
+—Andrew Richards cancel(a)cancel.fm Acyclic Systems LLC
diff --git a/ripcord.spec b/ripcord.spec
new file mode 100644
index 0000000..4cf7603
--- /dev/null
+++ b/ripcord.spec
@@ -0,0 +1,66 @@
+%global debug_package %{nil}
+%global __strip /bin/true
+
+Summary: a lightweight chat client for Slack and Discord
+Name: ripcord
+Version: 0.4.21
+Release: 4%{dist}
+
+License: Redistributable, no modification permitted
+URL: https://cancel.fm/ripcord
+Source0: https://cancel.fm/dl/Ripcord-%{version}-x86_64.AppImage
+Source1: redistribution.txt
+ExclusiveArch: x86_64
+
+BuildRequires: desktop-file-utils
+BuildRequires: chrpath
+
+%description
+Ripcord is a proprietary shareware client for Slack and Discord
+
+%prep
+%autosetup -c -T
+cp %{SOURCE1} .
+
+%build
+chmod +x %{SOURCE0}
+%{SOURCE0} --appimage-extract
+
+%install
+mkdir -p %{buildroot}/%{_bindir}/
+mkdir -p %{buildroot}/%{_libdir}/ripcord/
+mkdir -p %{buildroot}/%{_datadir}/{applications,pixmaps}/
+cp -R squashfs-root/{Ripcord,translations,twemoji.ripdb} %{buildroot}/%{_libdir}/ripcord/
+chmod 0755 %{buildroot}/%{_libdir}/ripcord/translations/
+install -p -m 0644 squashfs-root/Ripcord_Icon.png %{buildroot}/%{_datadir}/pixmaps/
+sed -i 's@libsodium.so.18(a)libsodium.so.23@' %{buildroot}/%{_libdir}/ripcord//Ripcord
+chrpath -d %{buildroot}/%{_libdir}/ripcord//Ripcord
+strip %{buildroot}/%{_libdir}/ripcord/Ripcord
+printf "#!/bin/bash\nenv RIPCORD_ALLOW_UPDATES=0 %{_libdir}/ripcord/Ripcord\n" > %{buildroot}/%{_bindir}/Ripcord
+
+desktop-file-install \
+ --set-key=Exec --set-value='env RIPCORD_ALLOW_UPDATES=0 %{_libdir}/ripcord/Ripcord' \
+ --dir=%{buildroot}/%{_datadir}/applications \
+ squashfs-root/Ripcord.desktop
+
+%files
+%attr(755, root, root) %{_bindir}/Ripcord
+%{_libdir}/ripcord/
+%{_datadir}/applications/Ripcord.desktop
+%{_datadir}/pixmaps/Ripcord_Icon.png
+%license redistribution.txt
+
+%changelog
+* Wed Jan 01 2020 Jan Drogehoff <sentrycraft123(a)gmail.com> - 0.4.21-4
+- replace bin symlink with a wrapper to disable automatic updates
+
+* Mon Dec 30 2019 Jan Drogehoff <sentrycraft123(a)gmail.com> - 0.4.21-3
+- replace patchelf with sed and chrpath as suggested by leigh scott
+
+* Mon Dec 30 2019 Jan Drogehoff <sentrycraft123(a)gmail.com> - 0.4.21-2
+- Use improved spec made by leigh scott and add license
+
+* Sun Dec 29 2019 Jan Drogehoff <sentrycraft123(a)gmail.com> - 0.4.21-1
+- Initial build using version 0.4.21
+
+
4 years, 10 months
[ripcord] Import srpm
by sentry
commit a114c1c7730d87c5298b5bc9d820e5b18e2261fd
Author: Jan200101 <sentrycraft123(a)gmail.com>
Date: Thu Jan 2 14:01:23 2020 +0100
Import srpm
ripcord-0.4.21-4.fc31.src.rpm | Bin 0 -> 33379097 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
---
diff --git a/ripcord-0.4.21-4.fc31.src.rpm b/ripcord-0.4.21-4.fc31.src.rpm
new file mode 100644
index 0000000..3dd1053
Binary files /dev/null and b/ripcord-0.4.21-4.fc31.src.rpm differ
4 years, 10 months