[shotcut] Update to 19.12.08-0.1.beta1
by Martin Gansser
commit 39537fa99bd1256c9b90da484093650b314d8d69
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon Dec 9 21:18:39 2019 +0100
Update to 19.12.08-0.1.beta1
.gitignore | 1 +
shotcut.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb85da1..6b35271 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
/shotcut-19.08.16.tar.gz
/shotcut-19.09.14.tar.gz
/shotcut-19.10.20.tar.gz
+/shotcut-19.12.08.tar.gz
diff --git a/shotcut.spec b/shotcut.spec
index 9f9a8b1..b158c88 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -3,9 +3,9 @@
%define _vstring %(echo %{version} |tr -d ".")
Name: shotcut
-Version: 19.10.20
-Release: 1%{dist}
-#Release: 0.1.beta1%%{dist}
+Version: 19.12.08
+#Release: 1%%{dist}
+Release: 0.1.beta1%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
License: GPLv3+ and LGPLv2+
@@ -193,6 +193,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Mon Dec 09 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 19.12.08-0.1.beta1
+- Update to 19.12.08-0.1.beta1
+
* Thu Nov 07 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 19.10.20-1
- Update to 19.10.20
- Add Galician and Thai translation file
@@ -231,7 +234,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.%{name}.S
- Update to 19.01.24
* Mon Jan 21 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 19.01.19-0.1.beta1
-- Update to 19.01.19
+- Update to 19.01.19-0.1.beta1
* Wed Jan 02 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 18.12.23-1
- Update to 18.12.23
diff --git a/sources b/sources
index a9c03de..9af7550 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (shotcut-19.10.20.tar.gz) = aa13540dad91428404a65b09fd212b14c0601d928ae722fda38017221c33e0ceb1b6c9ad588ff1a663657d51108c84c3598ae2480889499700da0bd04be107f7
+SHA512 (shotcut-19.12.08.tar.gz) = 99143b950528150cbb24c567f777b2e334c36fa1a4e61372e4e1aa4d92070c90572a26063a9a5a5219b7edc2ca4817644aed8dc225c1127bce52c01eb2ace392
4 years, 11 months
[mixxx/f29] New upstream release 2.2.3
by Uwe Klotz
commit 09eb43bc228aeb188642a3b1abc82156c54357e3
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Dec 9 16:13:35 2019 +0100
New upstream release 2.2.3
.gitignore | 2 +-
appdata.patch | 24 ------------------------
launcher-platform-xcb.patch | 11 -----------
mixxx.spec | 10 ++++++----
sources | 2 +-
5 files changed, 8 insertions(+), 41 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cfebe42..c9fd37e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mixxx-release-2.2.2.tar.gz
+/mixxx-release-2.2.3.tar.gz
diff --git a/mixxx.spec b/mixxx.spec
index 84376a6..f70a6d2 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -16,21 +16,20 @@
%endif
Name: mixxx
-Version: 2.2.2
-Release: 4%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Version: 2.2.3
+Release: 1%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.mixxx.org
Source0: https://github.com/mixxxdj/%{name}/archive/%{sources}.tar.gz#/%{name}-%{s...
-Patch0: launcher-platform-xcb.patch
-Patch1: appdata.patch
# Build Tools
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: protobuf-compiler
# TODO: Update to python3-scons for 2.3.0
+# TODO: Update to cmake for 2.4.0
BuildRequires: python2-scons
# Build Requirements
@@ -164,6 +163,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
%changelog
+* Mon Dec 09 2019 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.2.3-1
+- New upstream release 2.2.3
+
* Mon Nov 11 2019 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.2-4
- Add appdata patch
diff --git a/sources b/sources
index 6ee4fa5..5af72f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6cc0950555e408bfc77c57599deefe1a mixxx-release-2.2.2.tar.gz
+SHA512 (mixxx-release-2.2.3.tar.gz) = dfa4f9ccb7d8aa486167a01e54ee5ebeb3655a4f63c7c163b66f0dd25a21f309eae3a213d253cc37ef501777961028932a9d4ac71f5befd54daca2bd2326b395
4 years, 11 months
[mixxx/f30] New upstream release 2.2.3
by Uwe Klotz
commit c313e289aaf5200424c6f0ceeacf3acee99e9a43
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Dec 9 16:13:35 2019 +0100
New upstream release 2.2.3
.gitignore | 2 +-
appdata.patch | 24 ------------------------
launcher-platform-xcb.patch | 11 -----------
mixxx.spec | 10 ++++++----
sources | 2 +-
5 files changed, 8 insertions(+), 41 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cfebe42..c9fd37e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mixxx-release-2.2.2.tar.gz
+/mixxx-release-2.2.3.tar.gz
diff --git a/mixxx.spec b/mixxx.spec
index 0aea552..14b3a93 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -16,21 +16,20 @@
%endif
Name: mixxx
-Version: 2.2.2
-Release: 4%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Version: 2.2.3
+Release: 1%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.mixxx.org
Source0: https://github.com/mixxxdj/%{name}/archive/%{sources}.tar.gz#/%{name}-%{s...
-Patch0: launcher-platform-xcb.patch
-Patch1: appdata.patch
# Build Tools
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: protobuf-compiler
# TODO: Update to python3-scons for 2.3.0
+# TODO: Update to cmake for 2.4.0
BuildRequires: python2-scons
# Build Requirements
@@ -164,6 +163,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
%changelog
+* Mon Dec 09 2019 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.2.3-1
+- New upstream release 2.2.3
+
* Mon Nov 11 2019 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.2-4
- Add appdata patch
diff --git a/sources b/sources
index 6ee4fa5..5af72f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6cc0950555e408bfc77c57599deefe1a mixxx-release-2.2.2.tar.gz
+SHA512 (mixxx-release-2.2.3.tar.gz) = dfa4f9ccb7d8aa486167a01e54ee5ebeb3655a4f63c7c163b66f0dd25a21f309eae3a213d253cc37ef501777961028932a9d4ac71f5befd54daca2bd2326b395
4 years, 11 months
[mixxx] New upstream release 2.2.3
by Uwe Klotz
commit 152e82b9ec46b1d9b41ad80e8b1e0866998eb1e3
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Dec 9 16:13:35 2019 +0100
New upstream release 2.2.3
.gitignore | 2 +-
appdata.patch | 24 ------------------------
launcher-platform-xcb.patch | 11 -----------
mixxx.spec | 10 ++++++----
sources | 2 +-
5 files changed, 8 insertions(+), 41 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cfebe42..c9fd37e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mixxx-release-2.2.2.tar.gz
+/mixxx-release-2.2.3.tar.gz
diff --git a/mixxx.spec b/mixxx.spec
index a987eb4..ab9b4ac 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -16,21 +16,20 @@
%endif
Name: mixxx
-Version: 2.2.2
-Release: 4%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Version: 2.2.3
+Release: 1%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.mixxx.org
Source0: https://github.com/mixxxdj/%{name}/archive/%{sources}.tar.gz#/%{name}-%{s...
-Patch0: launcher-platform-xcb.patch
-Patch1: appdata.patch
# Build Tools
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: protobuf-compiler
# TODO: Update to python3-scons for 2.3.0
+# TODO: Update to cmake for 2.4.0
BuildRequires: python2-scons
# Build Requirements
@@ -164,6 +163,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
%changelog
+* Mon Dec 09 2019 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.2.3-1
+- New upstream release 2.2.3
+
* Mon Nov 11 2019 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.2-4
- Add appdata patch
diff --git a/sources b/sources
index 6ee4fa5..5af72f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6cc0950555e408bfc77c57599deefe1a mixxx-release-2.2.2.tar.gz
+SHA512 (mixxx-release-2.2.3.tar.gz) = dfa4f9ccb7d8aa486167a01e54ee5ebeb3655a4f63c7c163b66f0dd25a21f309eae3a213d253cc37ef501777961028932a9d4ac71f5befd54daca2bd2326b395
4 years, 11 months
[ffmpeg] Update build requires for libmfx change
by Leigh Scott
commit 2b01a5ed65415169ed0ce653e611c695912873b9
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Dec 7 12:59:12 2019 +0000
Update build requires for libmfx change
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 05ba046..e3c909b 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -140,7 +140,7 @@ BuildRequires: libvdpau-devel
BuildRequires: libvorbis-devel
%{?!_without_vpx:BuildRequires: libvpx-devel >= 1.4.0}
%ifarch %{ix86} x86_64
-%{!?_without_mfx:BuildRequires: libmfx-devel >= 1.23-1}
+%{!?_without_mfx:BuildRequires: pkgconfig(libmfx) >= 1.23-1}
BuildRequires: nasm
%endif
%{?_with_webp:BuildRequires: libwebp-devel}
4 years, 11 months
[gstreamer-ffmpeg/f31] clean up spec, use modern macros
by Dominik Mierzejewski
commit 52a7aca9f4a9e9048ea33224bd66921cf821e7b8
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Thu Dec 5 14:49:42 2019 +0100
clean up spec, use modern macros
gstreamer-ffmpeg.spec | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/gstreamer-ffmpeg.spec b/gstreamer-ffmpeg.spec
index c2033f6..a534709 100644
--- a/gstreamer-ffmpeg.spec
+++ b/gstreamer-ffmpeg.spec
@@ -2,9 +2,8 @@
Name: gstreamer-ffmpeg
Version: 0.10.13
-Release: 23%{?dist}
+Release: 24%{?dist}
Summary: GStreamer FFmpeg-based plug-ins
-Group: Applications/Multimedia
# the ffmpeg plugin is LGPL, the postproc plugin is GPL
License: GPLv2+ and LGPLv2+
URL: http://gstreamer.freedesktop.org/
@@ -72,23 +71,27 @@ mv libav-%{libav_ver} gst-libs/ext/libav
%configure --disable-dependency-tracking --disable-static \
--with-package-name="gst-plugins-ffmpeg rpmfusion rpm" \
--with-package-origin="http://rpmfusion.org/" \
- --with-ffmpeg-extra-configure="--enable-runtime-cpudetect --arch=%{_target_cpu} --optflags=\\\"\\\$RPM_OPT_FLAGS\\\""
-make %{?_smp_mflags} V=1
+ --with-ffmpeg-extra-configure="--enable-runtime-cpudetect --arch=%{_target_cpu} --optflags=\\\"%{optflags}\\\""
+%{make_build} V=1
%install
-make install DESTDIR=$RPM_BUILD_ROOT V=1
-rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-0.10/libgst*.la
+%{make_install} V=1
+rm %{buildroot}%{_libdir}/gstreamer-0.10/libgst*.la
%files
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS ChangeLog NEWS README TODO
+%license COPYING
%{_libdir}/gstreamer-0.10/libgstffmpeg.so
%{_libdir}/gstreamer-0.10/libgstffmpegscale.so
%{_libdir}/gstreamer-0.10/libgstpostproc.so
%changelog
+* Wed Dec 04 2019 Dominik Mierzejewski <rpm(a)greysector.net> - 0.10.13-24
+- clean up spec, use modern macros
+
* Wed Nov 20 2019 Dominik Mierzejewski <rpm(a)greysector.net> - 0.10.13-23
- update bundled libav to 0.8.21
- fix build with orc >= 0.4.30
4 years, 11 months