[shotcut] Update to 23.07.29
by Martin Gansser
commit f0ca8183d92f348effc25d730262efe50c98acba
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon Aug 14 09:20:46 2023 +0200
Update to 23.07.29
.gitignore | 1 +
shotcut.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7934dde..2fb2643 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,3 +56,4 @@
/shotcut-23.05.14.tar.gz
/shotcut-23.06.14.tar.gz
/shotcut-23.07.09.tar.gz
+/shotcut-23.07.29.tar.gz
diff --git a/shotcut.spec b/shotcut.spec
index 0705438..0ba87ee 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -1,6 +1,6 @@
Name: shotcut
-Version: 23.07.09
-Release: 2%{dist}
+Version: 23.07.29
+Release: 1%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
License: GPL-3.0-or-later AND LGPL-2.1-or-later
@@ -182,6 +182,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Mon Aug 14 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 23.07.29-1
+- Update to 23.07.29
+
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 23.07.09-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
diff --git a/sources b/sources
index 928380a..4c647f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (shotcut-23.07.09.tar.gz) = 9800077d5583b60b6bc9001218e02922d08bd12567b1d223bfacb8017ae87e3a3986d0f0b4be1423cc5e7fb291f89486a1ddc4c9f1cbccefe07bd1d644be176a
+SHA512 (shotcut-23.07.29.tar.gz) = 35137892c2b77f87a606ac20d07dedec18fa7bbbdcfa27daa41a7f92458662ad1072dcf272c3bb4bff795066048bbddc0338ead24f1ae09883d19d6abdaad5c2
1 year, 3 months
[gsview] fix check for libgs.so to avoid spurious output
by Andrew Bauer
commit d1f32b01a7169e511fc338f5602cf928405ab9c5
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Sun Aug 13 16:09:52 2023 -0500
fix check for libgs.so to avoid spurious output
gsview.spec | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/gsview.spec b/gsview.spec
index bf7a639..c44abce 100644
--- a/gsview.spec
+++ b/gsview.spec
@@ -4,14 +4,13 @@
Summary: PostScript and PDF previewer
Name: gsview
Version: 5.01~beta
-Release: 4%{?dist}
+Release: 5%{?dist}
License: GPLv3
Group: Applications/Publishing
URL: http://www.ghostgum.com.au/
# wget --content-disposition "https://git.ghostscript.com/?p=user/ghostgum/gsview.git;a=snapshot;h=refs..."
Source0: gsview-v5.01beta.tar.gz
-
Source1: gsview.desktop
BuildRequires: gcc
@@ -50,9 +49,13 @@ Conventions, GSview allows selected pages to be viewed or printed.
GS_REVISION=%(echo %{gs_ver} | tr -d '.' )
sed -i -e "s|@@GS_REVISION@@|${GS_REVISION}|g" src/gvcver.h
-# Sanity check to make sure file exists
-if [ ! -f "%(ls %{libgspath})" ]; then
- echo "Error: %{libgspath} does not exist"; exit 1
+# Sanity check to make sure libgs.so exists
+libgs=$(ls %{libgspath} 2>/dev/null || true)
+if [ -f "$libgs" ]; then
+ echo Found ${libgs}. Proceeding...
+else
+ echo Error: %{libgspath} not found. Aborting...
+ exit 1
fi
SOMAJOR=$(basename %{libgspath} | sed -e 's@libgs.so.(a)@' )
@@ -97,6 +100,9 @@ desktop-file-install \
%changelog
* Fri Aug 11 2023 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 5.01~beta-4
+- fix check for libgs.so to avoid spurious output
+
+* Fri Aug 11 2023 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 5.01~beta-4
- Fix check for libgs.so to allow for two digit rev
- use autosetup macro
1 year, 3 months
[qmmp-plugins-freeworld] Update qmmp-plugins-freeworld to 2.1.4
by Leigh Scott
commit e5295f17c0f2ab8d55f73d4fdd8a4a6f728f6e55
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 11 23:24:19 2023 +0100
Update qmmp-plugins-freeworld to 2.1.4
.gitignore | 1 +
qmmp-plugins-freeworld.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8119156..6601a2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@ qmmp-0.9.6.tar.bz2
/qmmp-2.1.0.tar.bz2
/qmmp-2.1.1.tar.bz2
/qmmp-2.1.2.tar.bz2
+/qmmp-2.1.4.tar.bz2
diff --git a/qmmp-plugins-freeworld.spec b/qmmp-plugins-freeworld.spec
index 611b610..4a043b7 100644
--- a/qmmp-plugins-freeworld.spec
+++ b/qmmp-plugins-freeworld.spec
@@ -1,12 +1,12 @@
Name: qmmp-plugins-freeworld
-Version: 2.1.2
-Release: 3%{?dist}
+Version: 2.1.4
+Release: 1%{?dist}
Summary: Plugins for qmmp (Qt-based multimedia player)
Group: Applications/Multimedia
License: GPLv2+
URL: https://qmmp.ylsoftware.com/
-Source: https://qmmp.ylsoftware.com/files/qmmp/2.1/qmmp-%{version}.tar.bz2
+Source: %url/files/qmmp/2.1/qmmp-%{version}.tar.bz2
BuildRequires: cmake
BuildRequires: desktop-file-utils
@@ -146,6 +146,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-aac-enqueue.
%changelog
+* Fri Aug 11 2023 Leigh Scott <leigh123linux(a)gmail.com> - 2.1.4-1
+- Update qmmp-plugins-freeworld to 2.1.4
+
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
diff --git a/sources b/sources
index a13f58f..db765df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qmmp-2.1.2.tar.bz2) = 054b586450e7d231a70abeca7b143de1ec20a47466881183ae7c8d3cd34d845774fe6a585e6c506c889869f1020a96ca3389a1f35756ce81e210547b6acca27d
+SHA512 (qmmp-2.1.4.tar.bz2) = 13b8b0e95435ac10e6954b6c3fa42cb4c70f4bdb350e3e0b5e155672ec213952128bbe514f1997e2763fb3fe873dfaf146389a162638e313b57ffbb3f6d91ea7
1 year, 3 months
[libopenshot] Rebuild for new libopencv
by Leigh Scott
commit 6c74b28106ed6341b56163bdf6e6938b8afe7ed7
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 11 18:52:36 2023 +0100
Rebuild for new libopencv
libopenshot.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/libopenshot.spec b/libopenshot.spec
index 8dcb6c9..201445b 100644
--- a/libopenshot.spec
+++ b/libopenshot.spec
@@ -5,7 +5,7 @@
Name: libopenshot
Version: 0.3.2
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Library for creating and editing videos
License: LGPLv3+ and BSD and MIT and CC0 and CC-BY
@@ -102,6 +102,9 @@ applications that use %{name}.
%{ruby_vendorarchdir}/*
%changelog
+* Fri Aug 11 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.3.2-4
+- Rebuild for new libopencv
+
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.3.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
1 year, 3 months
[kodi/f39] Rebuild for new libplist
by Leigh Scott
Summary of changes:
6417b46... Rebuild for new libplist (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 3 months
[d1x] Fix build with new scons
by Leigh Scott
commit 3b84393dd0fc8dd2292c690448cc62399e1fb870
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 11 00:50:47 2023 +0100
Fix build with new scons
d1x.spec | 10 ++++++----
fix_scons_issue.patch | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+), 4 deletions(-)
---
diff --git a/d1x.spec b/d1x.spec
index a80f34f..5e7c9f3 100644
--- a/d1x.spec
+++ b/d1x.spec
@@ -20,6 +20,7 @@ Patch1: d1x-gcc12.patch
Patch2: d1x-window_icon_bitmap.patch
# Fix compilation on armv7hl, can be dropped when we drop armv7hl support
Patch3: d1x-disable-Werror-useless-cast.patch
+Patch4: fix_scons_issue.patch
URL: https://www.dxx-rebirth.com/
BuildRequires: gcc gcc-c++ libpng-devel
BuildRequires: SDL2-devel SDL2_mixer-devel SDL2_image-devel
@@ -68,10 +69,11 @@ robots-h.mvl files to the dir.
%prep
%setup -q -n dxx-rebirth-%{commit} -a 3 -a 4
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch 0 -p1
+%patch 1 -p1
+%patch 2 -p1
+%patch 3 -p1
+%patch 4 -p1
# Fixup encoding and CTRL+Z at the end of the orderfrm.txt files
iconv -f CP850 -t UTF-8 d1shar/ORDERFRM.TXT | head -n-3 > ORDERFRM.TXT
touch -r d1shar/ORDERFRM.TXT ORDERFRM.TXT
diff --git a/fix_scons_issue.patch b/fix_scons_issue.patch
new file mode 100644
index 0000000..e90fdf8
--- /dev/null
+++ b/fix_scons_issue.patch
@@ -0,0 +1,54 @@
+From 769164a55bd74f2f11d14dd5175fbee01cf77638 Mon Sep 17 00:00:00 2001
+From: Arne de Bruijn <mail(a)arnedebruijn.nl>
+Date: Wed, 22 Mar 2023 10:41:28 +0100
+Subject: [PATCH] Fix SConstruct for scons 4.5.0+
+
+env['CPPDEFINES'] may return a deque object in scons 4.5.0+ (see
+SCons/scons#4321).
+Explicitly convert it to a list where needed.
+
+Tested with scons 4.4.0, 4.5.0, 4.5.1 and 4.5.2.
+---
+ SConstruct | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/SConstruct b/SConstruct
+index d89d101f9..7dfea1e1f 100644
+--- a/SConstruct
++++ b/SConstruct
+@@ -4771,7 +4771,7 @@ class DXXProgram(DXXCommon):
+ # Bypass ccache, if any, since this is a preprocess only
+ # call.
+ kwargs['CXXFLAGS'] = (env['CXXFLAGS'] or []) + ['-E']
+- kwargs['CPPDEFINES'] = (env['CPPDEFINES'] or []) + [
++ kwargs['CPPDEFINES'] = list(env['CPPDEFINES'] or []) + [
+ # Define these tokens to themselves so that
+ # `#ifndef` does not try to redefine them.
+ ('DXX_KCONFIG_UI_ENUM', 'DXX_KCONFIG_UI_ENUM'),
+@@ -4791,7 +4791,7 @@
+ def _apply_target_name(self,name):
+ return os.path.join(os.path.dirname(name), '.%s.%s' % (self.target, os.path.splitext(os.path.basename(name))[0]))
+ def _apply_env_version_seq(self,env,_empty={}):
+- return _empty if self.user_settings.pch else {'CPPDEFINES' : env['CPPDEFINES'] + [('DXX_VERSION_SEQ', self.DXX_VERSION_SEQ)]}
++ return _empty if self.user_settings.pch else {'CPPDEFINES' : list(env['CPPDEFINES']) + [('DXX_VERSION_SEQ', self.DXX_VERSION_SEQ)]}
+ get_objects_similar_arch_ogl = DXXCommon.create_lazy_object_states_getter((LazyObjectState(sources=(
+ 'similar/arch/ogl/gr.cpp',
+ 'similar/arch/ogl/ogl.cpp',
+@@ -4887,7 +4887,7 @@ class DXXProgram(DXXCommon):
+ ), LazyObjectState(sources=(
+ 'similar/main/inferno.cpp',
+ ),
+- transform_env = (lambda self, env: {'CPPDEFINES' : env['CPPDEFINES'] + env.__dxx_CPPDEFINE_SHAREPATH + env.__dxx_CPPDEFINE_git_version}),
++ transform_env = (lambda self, env: {'CPPDEFINES' : list(env['CPPDEFINES']) + env.__dxx_CPPDEFINE_SHAREPATH + env.__dxx_CPPDEFINE_git_version}),
+ transform_target=_apply_target_name,
+ ), LazyObjectState(sources=(
+ 'similar/main/kconfig.cpp',
+@@ -4897,7 +4897,7 @@ class DXXProgram(DXXCommon):
+ ), LazyObjectState(sources=(
+ 'similar/misc/physfsx.cpp',
+ ),
+- transform_env = (lambda self, env: {'CPPDEFINES' : env['CPPDEFINES'] + env.__dxx_CPPDEFINE_SHAREPATH}),
++ transform_env = (lambda self, env: {'CPPDEFINES' : list(env['CPPDEFINES']) + env.__dxx_CPPDEFINE_SHAREPATH}),
+ transform_target=_apply_target_name,
+ ), LazyObjectState(sources=(
+ 'similar/main/playsave.cpp',
1 year, 3 months
[d1x/f39] (2 commits) ...fix
by Leigh Scott
Summary of changes:
3b84393... Fix build with new scons (*)
5721bfc... fix (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 3 months
[libopenshot] Revert "Moved to Fedora" as the fedora package is too old
by Leigh Scott
commit af13ff3b2ef75a36b6af0224adf4c5a1b80d80e5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 11 18:50:49 2023 +0100
Revert "Moved to Fedora" as the fedora package is too old
This reverts commit 3ddd33e9da5fb80fd4601ad7a067af20de84f846.
.gitignore | 21 ++++
dead.package | 1 -
libopenshot.spec | 335 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
4 files changed, 357 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..70c565d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,21 @@
+libopenshot-0.0.6.tar.gz
+/libopenshot-0.1.1.tar.gz
+/libopenshot-0.1.2.tar.gz
+/libopenshot-0.1.3.tar.gz
+/libopenshot-0.1.4.tar.gz
+/libopenshot-0.1.6.tar.gz
+/libopenshot-0.1.7.tar.gz
+/libopenshot-0.1.8.tar.gz
+/libopenshot-0.1.9.tar.gz
+/libopenshot-0.2.0.tar.gz
+/libopenshot-0.2.2.tar.gz
+/libopenshot-0.2.3.tar.gz
+/libopenshot-101f25a.tar.gz
+/libopenshot-c685571.tar.gz
+/libopenshot-0.2.4.tar.gz
+/libopenshot-0.2.5.tar.gz
+/libopenshot-0.2.6.tar.gz
+/libopenshot-0.2.7.tar.gz
+/libopenshot-0.3.0.tar.gz
+/libopenshot-0.3.1.tar.gz
+/libopenshot-0.3.2.tar.gz
diff --git a/libopenshot.spec b/libopenshot.spec
new file mode 100644
index 0000000..8dcb6c9
--- /dev/null
+++ b/libopenshot.spec
@@ -0,0 +1,335 @@
+%global github_url https://github.com/OpenShot/libopenshot
+
+# Try opting-out of LTO, due to test failures
+%define _lto_cflags %{nil}
+
+Name: libopenshot
+Version: 0.3.2
+Release: 3%{?dist}
+Summary: Library for creating and editing videos
+
+License: LGPLv3+ and BSD and MIT and CC0 and CC-BY
+URL: http://www.openshot.org/
+Source0: %{github_url}/archive/v%{version}/%{name}-%{version}.tar.gz
+
+# libopenshot is completely broken on ppc64le, see rfbz #5528
+ExcludeArch: ppc64le
+
+BuildRequires: gcc-c++
+BuildRequires: cmake
+BuildRequires: alsa-lib-devel
+BuildRequires: babl-devel
+BuildRequires: ImageMagick-c++-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: opencv-devel
+BuildRequires: protobuf-devel
+BuildRequires: qt5-qttools-devel
+BuildRequires: qt5-qtmultimedia-devel
+BuildRequires: qt5-qtsvg-devel
+BuildRequires: unittest-cpp-devel
+BuildRequires: cppzmq-devel
+BuildRequires: zeromq-devel
+BuildRequires: jsoncpp-devel
+BuildRequires: libopenshot-audio-devel
+
+
+%description
+OpenShot Library (libopenshot) is an open-source project
+dedicated to delivering high quality video editing, animation,
+and playback solutions to the world. For more information
+visit <http://www.openshot.org/>.
+
+
+%package devel
+Summary: Development files for %{name}
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
+%package -n python%{python3_pkgversion}-%{name}
+Summary: Python bindings for %{name}
+BuildRequires: swig >= 3.0
+BuildRequires: python%{python3_pkgversion}-libs
+BuildRequires: python%{python3_pkgversion}-devel
+Requires: %{name}%{?_isa} = %{version}-%{release}
+Obsoletes: python-%{name} < 0.1.1-2
+Provides: python-%{name} = %{version}-%{release}
+
+%description -n python%{python3_pkgversion}-%{name}
+The python-%{name} package contains python bindings for
+applications that use %{name}.
+
+
+%package -n ruby-%{name}
+Summary: Ruby bindings for %{name}
+BuildRequires: ruby-devel
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description -n ruby-%{name}
+The ruby-%{name} package contains ruby bindings for
+applications that use %{name}.
+
+
+%prep
+%autosetup -p1
+
+%build
+%cmake -Wno-dev -DCMAKE_BUILD_TYPE:STRING=Release
+%cmake_build
+
+%check
+%cmake_build --target test || :
+
+%install
+%cmake_install
+
+%files
+%doc AUTHORS README.md
+%license LICENSES/*
+%{_libdir}/%{name}.so.*
+
+%files devel
+%{_includedir}/%{name}/
+%{_libdir}/%{name}.so
+
+%files -n python%{python3_pkgversion}-libopenshot
+%{python3_sitearch}/*
+
+%files -n ruby-libopenshot
+%{ruby_vendorarchdir}/*
+
+%changelog
+* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.3.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.3.2-2
+- Rebuilt for Python 3.12
+
+* Sat Apr 22 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.3.2-1
+- New upstream release
+
+* Fri Apr 07 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.3.1-1
+- New upstream release
+
+* Wed Mar 01 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.3.0-4
+- Rebuild for new ffmpeg
+
+* Wed Feb 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.3.0-3
+- Rebuild for new opencv
+
+* Fri Jan 13 2023 Sérgio Basto <sergio(a)serjux.com> - 0.3.0-2
+- Rebuild for ImageMagick 7.1
+
+* Fri Dec 02 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.3.0-1
+- New upstream release
+
+* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.2.7-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
+ 5.1
+
+* Sat Jun 25 2022 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.2.7-7
+- Rebuilt for Python 3.11
+
+* Thu Jun 23 2022 Sérgio Basto <sergio(a)serjux.com> - 0.2.7-6
+- Rebuilt for opencv 4.6.0
+- Fix cmake build
+
+* Sun Feb 06 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.2.7-5
+- Rebuilt for ffmpeg
+
+* Fri Nov 12 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 0.2.7-4
+- rebuilt
+
+* Tue Nov 09 2021 Leigh Scott <leigh123linux(a)gmail.com> - 0.2.7-3
+- Rebuilt for new ffmpeg snapshot
+
+* Mon Nov 08 2021 Leigh Scott <leigh123linux(a)gmail.com> - 0.2.7-2
+- rebuilt
+
+* Tue Sep 07 2021 Leigh Scott <leigh123linux(a)gmail.com> - 0.2.7-1
+- New upstream release
+
+* Thu Aug 26 2021 Leigh Scott <leigh123linux(a)gmail.com> - 0.2.6-1
+- New upstream release
+
+* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.2.5-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Tue Jun 15 2021 Leigh Scott <leigh123linux(a)gmail.com> - 0.2.5-9
+- Rebuild for python-3.10
+
+* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.2.5-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Fri Jan 1 2021 Leigh Scott <leigh123linux(a)gmail.com> - 0.2.5-7
+- Rebuilt for new ffmpeg snapshot
+
+* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.2.5-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+- Add patch from upstream to fix unit test failures
+
+* Tue Aug 04 2020 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 0.2.5-5
+- Updates for Fedora 33 build changes
+
+* Tue Jun 02 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.2.5-4
+- Fix gcc-10 -fno-common issue
+
+* Sat May 30 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.2.5-3
+- Rebuild for python-3.9
+
+* Wed May 20 2020 Sérgio Basto <sergio(a)serjux.com> - 0.2.5-2
+- Rebuild for ImageMagick on el7
+
+* Sat Mar 07 2020 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 0.2.5-1
+- New upstream release
+
+* Sat Feb 22 2020 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.2.4-2
+- Rebuild for ffmpeg-4.3 git
+
+* Thu Feb 13 2020 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 0.2.4-1
+- New upstream release
+- Drop upstreamed patches / fixes, relax libopenshot-audio dependency
+- Disable building Ruby bindings on ppc64le due to compilation failures
+
+* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.2.3-5.20190912gitc685571
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Mon Sep 16 2019 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 0.2.3-4
+- Update to git HEAD for compatibility with OpenShot update
+- Remove CMAKE_SKIP_RPATH per current packaging guidelines
+- Delete outdated copy of standard CMake module, causes python3.8 failures
+
+* Wed Aug 07 2019 Leigh Scott <leigh123linux(a)gmail.com> - 0.2.3-3.20190406git101f25a
+- Rebuild for new ffmpeg version
+
+* Sun Jun 23 2019 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 0.2.3-3
+- Add explicit Requires: zeromq, to work around other EL7
+ packages which provide the required libzmq.so.5
+
+* Tue Apr 09 2019 FeRD (Frank Dana) <ferdnyc AT gmail com> - 0.2.3-2
+- Upgrade to latest git revision, to fix FTBFS with GCC9 on Fedora 30
+- Requires libopenshot-audio also built from same or later gitrev
+- Drop upstreamed patches
+
+* Fri Mar 22 2019 FeRD (Frank Dana) <ferdnyc AT gmail com> - 0.2.3-1
+- New upstream release
+- Drop upstreamed patches
+
+* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.2.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Tue Nov 13 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 0.2.2-2
+- Rebuild for ffmpeg-3.4.5 on el7
+- Use ldconfig_scriptlets macros
+- Use default compiler flags
+- Use CMake3
+- Patched for using CMake3's Swig variable
+- Remove obsolete Group tags
+
+* Mon Sep 24 2018 FeRD (Frank Dana) <ferdnyc AT gmail com> - 0.2.2-1
+- New upstream release
+- Unbundle jsoncpp
+- Drop ffmpeg patch (upstreamed), add patch to fix tests env
+
+* Wed Aug 29 2018 FeRD (Frank Dana) <ferdnyc AT gmail com> - 0.2.0-2
+- Rebuilt for new ImageMagick 6.9.10.10
+
+* Tue Jul 31 2018 FeRD (Frank Dana) <ferdnyc AT gmail com> - 0.2.0-1
+- New upstream release
+
+* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.1.9-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Tue Jul 10 2018 Miro Hrončok <mhroncok(a)redhat.com> - 0.1.9-6
+- Rebuilt for Python 3.7
+
+* Thu Mar 08 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.1.9-5
+- Rebuilt for new ffmpeg snapshot
+
+* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.1.9-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Sat Feb 17 2018 Sérgio Basto <sergio(a)serjux.com> - 0.1.9-3
+- require libopenshot-audio 0.1.5
+
+* Wed Jan 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.1.9-2.1
+- Rebuilt for ffmpeg-3.5 git
+
+* Sat Jan 13 2018 Richard Shaw <hobbes1069(a)gmail.com> - 0.1.9-1.1
+- Build against correct libopenshot-audio.
+
+* Sat Jan 13 2018 Richard Shaw <hobbes1069(a)gmail.com> - 0.1.9-1
+- Update to latest upstream release.
+
+* Wed Nov 22 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.1.8-3
+- Adjust python for el7
+
+* Tue Oct 17 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.1.8-2
+- Rebuild for ffmpeg update
+
+* Thu Sep 07 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.1.8-1
+- Update libopenshot to 0.1.8
+
+* Sat Sep 02 2017 Sérgio Basto <sergio(a)serjux.com> - 0.1.7-1
+- Update libopenshot to 0.1.7
+- Fix compilation with GCC 7 by adding -Wno-error, reference
+ https://github.com/monocasual/giada/issues/139
+
+* Sun Aug 27 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.6-2
+- Rebuilt for ImageMagick
+
+* Fri May 19 2017 Richard Shaw <hobbes1069(a)gmail.com> - 0.1.6-1
+- Update to latest upstream release.
+
+* Sat Apr 29 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.1.4-2
+- Rebuild for ffmpeg update
+
+* Thu Apr 06 2017 Sérgio Basto <sergio(a)serjux.com> - 0.1.4-1
+- Update to 0.1.4
+
+* Sun Mar 19 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 0.1.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Tue Mar 14 2017 Richard Shaw <hobbes1069(a)gmail.com> - 0.1.3-1
+- Update to latest upstream release.
+
+* Mon Oct 17 2016 Richard Shaw <hobbes1069(a)gmail.com> - 0.1.2-1
+- Update to latest upstream release.
+
+* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.1.1-3
+- Rebuilt for ffmpeg-3.1.1
+
+* Mon Apr 18 2016 Richard Shaw <hobbes1069(a)gmail.com> - 0.1.1-2
+- Rename python-libopenshot to python3-libopenshot.
+
+* Fri Apr 8 2016 Richard Shaw <hobbes1069(a)gmail.com> - 0.1.1-1
+- Update to latest upstream release.
+
+* Tue Feb 9 2016 Richard Shaw <hobbes1069(a)gmail.com> - 0.1.0-1
+- Update to latest upstream release.
+
+* Mon Nov 16 2015 Richard Shaw <hobbes1069(a)gmail.com> - 0.0.6-1
+- Update to latest upstream release.
+
+* Wed Jun 24 2015 Sérgio Basto <sergio(a)serjux.com> - 0.0.4-2
+- Fixed unused-direct-shlib-dependency in cmake with global optflags,
+ instead use "export CXXFLAGS" that was override all flags .
+
+* Mon May 18 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.0.4-1
+- New upstream release 0.0.4
+- Fix FTBFS (rf#3624)
+
+* Mon Oct 20 2014 Sérgio Basto <sergio(a)serjux.com> - 0.0.3-4
+- Rebuilt for FFmpeg 2.4.3
+
+* Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.3-3
+- Rebuilt for FFmpeg 2.4.x
+
+* Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.3-2
+- Rebuilt for FFmpeg 2.4.x
+
+* Tue Jul 15 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.0.3-1
+- Initial packaging.
diff --git a/sources b/sources
new file mode 100644
index 0000000..01a15f8
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (libopenshot-0.3.2.tar.gz) = 8891077af28a4db6bc3a7cd078ce5570a8f62e0795c13b0fff795eba60c3e977ece70247033ee4017c9785592355b7421655246a5d6807a5790bd18927739795
1 year, 3 months