[mlt-freeworld] Update to 6.6.0
by Sérgio M. Basto
commit 1b7e50970fca59285ff675f0f81c76a7a03a5cf0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jan 25 21:58:12 2018 +0000
Update to 6.6.0
.gitignore | 1 +
mlt-freeworld.spec | 37 +++++++++++++++++++++----------------
sources | 3 +--
3 files changed, 23 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce66810..40edd58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/v6.4.1...ddc40aa1cf0c412e3422f2b65782cf14ab191879.diff
/v6.4.1...73bfefdef9eb666629acf25bee1b587abc4bbcad.diff
/v6.4.1...ea973eb65c8ca79a859028a9e008360836ca4941.diff
+/mlt-freeworld-6.6.0.tar.gz
diff --git a/mlt-freeworld.spec b/mlt-freeworld.spec
index c357470..4af4a11 100644
--- a/mlt-freeworld.spec
+++ b/mlt-freeworld.spec
@@ -2,18 +2,20 @@
%global gitdate 20171213
%global commit ea973eb65c8ca79a859028a9e008360836ca4941
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gver .%{gitdate}git%{shortcommit}
+#global gver .%{gitdate}git%{shortcommit}
Name: mlt-freeworld
-Version: 6.5.0
-Release: 0.7%{?gver}%{?dist}
+Version: 6.6.0
+Release: 1%{?gver}%{?dist}
Summary: Toolkit for broadcasters, video editors, media players, transcoders
+# mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
+# but is not used in Linux
License: GPLv3 and LGPLv2+
URL: http://www.mltframework.org/
Group: System Environment/Libraries
-Source0: https://github.com/mltframework/mlt/archive/v6.4.1/mlt-6.4.1.tar.gz
-Patch0: https://github.com/mltframework/mlt/compare/v6.4.1...%{commit}.diff
+Source0: https://github.com/mltframework/mlt/archive/v%{version}/%{name}-%{version...
+#Patch0: https://github.com/mltframework/mlt/compare/v6.4.1...%{commit}.diff
BuildRequires: frei0r-devel
BuildRequires: opencv-devel
@@ -36,11 +38,11 @@ BuildRequires: freetype-devel
BuildRequires: libexif-devel
BuildRequires: fftw-devel
BuildRequires: pulseaudio-libs-devel
-BuildRequires: ffmpeg-devel
-BuildRequires: xine-lib-devel
BuildRequires: alsa-lib-devel
BuildRequires: movit-devel
BuildRequires: vid.stab-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: xine-lib-devel
Requires: mlt = %{version}
@@ -48,17 +50,17 @@ Requires: mlt = %{version}
MLT was packaged in Fedora proper without ffmpeg support , this package give us
the freeworld part of the package, is just for F25+ and epel7 .
-MLT is an open source multimedia framework, designed and developed for
+MLT is an open source multimedia framework, designed and developed for
television broadcasting.
-It provides a toolkit for broadcasters, video editors,media players,
-transcoders, web streamers and many more types of applications. The
-functionality of the system is provided via an assortment of ready to use
+It provides a toolkit for broadcasters, video editors,media players,
+transcoders, web streamers and many more types of applications. The
+functionality of the system is provided via an assortment of ready to use
tools, xml authoring components, and an extendible plug-in based API.
%prep
-%autosetup -p1 -n mlt-6.4.1
+%autosetup -p1 -n %{name}-%{version}
chmod 644 src/modules/qt/kdenlivetitle_wrapper.cpp
chmod 644 src/modules/kdenlive/filter_freeze.c
@@ -105,6 +107,9 @@ find %{buildroot} -type d -empty -delete
%{_datadir}/mlt/
%changelog
+* Thu Jan 25 2018 Sérgio Basto <sergio(a)serjux.com> - 6.6.0-1
+- Update to 6.6.0
+
* Thu Jan 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 6.5.0-0.7.20171213gitea973eb
- Rebuilt for ffmpeg-3.5 git
- MLT doesn't needs or use libquicktime
@@ -155,10 +160,10 @@ find %{buildroot} -type d -empty -delete
- Drop backport patch.
* Sun Feb 21 2016 Sérgio Basto <sergio(a)serjux.com> - 6.0.0-2
-- Add license tag.
+- Add license tag.
- More spec modernizations and rpmlint fixes.
- Configure conditional build for Ruby.
-- Remove old BuilRequires that aren't needed anymore.
+- Remove old BuilRequires that aren't needed anymore.
- Remove old config options (avformat-swscale and qimage-libdir) that no longer
exist in configure.
- Fix Ruby build.
@@ -207,8 +212,8 @@ find %{buildroot} -type d -empty -delete
* Wed Nov 20 2013 Sérgio Basto <sergio(a)serjux.com> - 0.9.0-2
- Enable gplv3 as asked in rfbz #3040
- Fix a changelog date.
-- Fix Ruby warning with rpmbuild "Use RbConfig instead of obsolete and deprecated Config".
-- Remove obsolete tag %%clean and rm -rf
+- Fix Ruby warning with rpmbuild "Use RbConfig instead of obsolete and deprecated Config".
+- Remove obsolete tag %%clean and rm -rf
* Mon Oct 07 2013 Sérgio Basto <sergio(a)serjux.com> - 0.9.0-1
- Update to 0.9.0
diff --git a/sources b/sources
index 3156167..aa30901 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-e9f0584739369c40b8f91f8cf50ea3ea mlt-6.4.1.tar.gz
-d95a9bfafb790fb68b430c57a695b614 v6.4.1...ea973eb65c8ca79a859028a9e008360836ca4941.diff
+abc62a715a1c27b84bfa4af721470d15 mlt-freeworld-6.6.0.tar.gz
6 years, 10 months
[xpra-codecs-freeworld/f26] Update to 2.2.2
by Antonio
commit cd3cc7a44ef6e94e9e04ff16a0951fbb319b7f40
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Thu Jan 25 22:15:25 2018 +0100
Update to 2.2.2
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 11 ++++++++++-
3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f40ad50..7d2b91c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ xpra-0.16.3.tar.xz
/xpra-2.1.2.tar.xz
/xpra-2.1.3.tar.xz
/xpra-2.2.tar.xz
+/xpra-2.2.2.tar.xz
diff --git a/sources b/sources
index 4e4c944..83dc11c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a03a7bd73d697937aed3e5dc8827cc9 xpra-2.2.tar.xz
+a9e555cb851a16b7dc1f197f2d392546 xpra-2.2.2.tar.xz
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 8f5250d..13481a4 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -18,7 +18,7 @@
%endif
Name: xpra-codecs-freeworld
-Version: 2.2
+Version: 2.2.2
Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
@@ -102,6 +102,15 @@ find %{buildroot}%{python2_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Wed Jan 17 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.2-1
+- Update to 2.2.2
+
+-* Sun Dec 31 2017 Sérgio Basto <sergio(a)serjux.com> - 2.2.1-2
+- Mass rebuild for x264 and x265
+
+* Thu Dec 21 2017 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.1-1
+- Update to 2.2.1
+
* Tue Dec 12 2017 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2-1
- Update to 2.2
- Drop old ffmpeg-3.1 patch
6 years, 10 months
[xpra-codecs-freeworld/f27] Update to 2.2.2
by Antonio
commit 605214a894e8303015475bb7439ec2193498243a
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Thu Jan 25 21:48:47 2018 +0100
Update to 2.2.2
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 11 ++++++++++-
3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f40ad50..7d2b91c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ xpra-0.16.3.tar.xz
/xpra-2.1.2.tar.xz
/xpra-2.1.3.tar.xz
/xpra-2.2.tar.xz
+/xpra-2.2.2.tar.xz
diff --git a/sources b/sources
index 4e4c944..83dc11c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a03a7bd73d697937aed3e5dc8827cc9 xpra-2.2.tar.xz
+a9e555cb851a16b7dc1f197f2d392546 xpra-2.2.2.tar.xz
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 8f5250d..13481a4 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -18,7 +18,7 @@
%endif
Name: xpra-codecs-freeworld
-Version: 2.2
+Version: 2.2.2
Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
@@ -102,6 +102,15 @@ find %{buildroot}%{python2_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Wed Jan 17 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.2-1
+- Update to 2.2.2
+
+-* Sun Dec 31 2017 Sérgio Basto <sergio(a)serjux.com> - 2.2.1-2
+- Mass rebuild for x264 and x265
+
+* Thu Dec 21 2017 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.1-1
+- Update to 2.2.1
+
* Tue Dec 12 2017 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2-1
- Update to 2.2
- Drop old ffmpeg-3.1 patch
6 years, 10 months
[qt5-qtwebengine-freeworld/f27] Disable 32-bit ARM build until we can figure out why it keeps hanging up
by Kevin Kofler
commit 35241997f7fd5c6ccf667c7a2200bd6476f41fd5
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Thu Jan 25 21:04:31 2018 +0100
Disable 32-bit ARM build until we can figure out why it keeps hanging up
* Thu Jan 25 2018 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.10.0-1.1
- Disable 32-bit ARM build until we can figure out why it keeps hanging up
qt5-qtwebengine-freeworld.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index eb0e697..7f0e63e 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -3,7 +3,9 @@
%global _hardened_build 1
# work around missing macro in the RPM Fusion build system (matches list in macros.qt5-srpm)
-%{!?qt5_qtwebengine_arches:%global qt5_qtwebengine_arches %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el}
+# disable %%{arm} for now because we keep running into build failures there
+#{!?qt5_qtwebengine_arches:#global qt5_qtwebengine_arches %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el}
+%global qt5_qtwebengine_arches %{ix86} x86_64 aarch64 mips mipsel mips64el
%if 0
# need libvpx >= 1.6.2
@@ -43,7 +45,7 @@
Summary: Qt5 - QtWebEngine components (freeworld version)
Name: qt5-qtwebengine-freeworld
Version: 5.10.0
-Release: 1%{?dist}
+Release: 1%{?dist}.1
%global major_minor %(echo %{version} | cut -d. -f-2)
%global major %(echo %{version} | cut -d. -f1)
@@ -408,6 +410,9 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Thu Jan 25 2018 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.10.0-1.1
+- Disable 32-bit ARM build until we can figure out why it keeps hanging up
+
* Sat Dec 30 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.10.0-1
- Update to 5.10.0
- Update version numbers of bundled stuff
6 years, 10 months
[mpv] fix license
by Leigh Scott
commit 353bfbce7a586e2e8d835c4904ade7d4a649578b
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Jan 25 18:52:07 2018 +0000
fix license
mpv.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index 72796ce..b52780f 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -2,7 +2,7 @@ Name: mpv
Version: 0.28.0
Release: 1%{?dist}
Summary: Movie player playing most video formats and DVDs
-License: GPLv2+
+License: GPLv2+ and LGPLv2+
URL: http://%{name}.io/
Source0: https://github.com/%{name}-player/%{name}/archive/v%{version}.tar.gz#/%{n...
@@ -22,7 +22,7 @@ BuildRequires: pkgconfig(dvdnav)
BuildRequires: pkgconfig(dvdread)
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(enca)
-BuildRequires: ffmpeg-devel >= 3.2.2
+BuildRequires: ffmpeg-devel >= 3.5
BuildRequires: pkgconfig(gbm)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(jack)
6 years, 10 months
[devedeng] Updated to new upstream release Removed obsolete scriptlets
by Andrea Musuruane
commit 095f8cfef6141715dc32f4003178d8d3bc784889
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Thu Jan 25 16:01:34 2018 +0100
Updated to new upstream release
Removed obsolete scriptlets
.gitignore | 1 +
devedeng.spec | 21 +++++----------------
sources | 2 +-
3 files changed, 7 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de7ef05..150db23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
/devedeng-4.8.9.tar.gz
/devedeng-4.8.10.tar.gz
/devedeng-4.8.11.tar.gz
+/devedeng-4.8.12.tar.gz
diff --git a/devedeng.spec b/devedeng.spec
index e1f82a2..ea2edf8 100644
--- a/devedeng.spec
+++ b/devedeng.spec
@@ -1,5 +1,5 @@
Name: devedeng
-Version: 4.8.11
+Version: 4.8.12
Release: 1%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
@@ -87,21 +87,6 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%find_lang %{name}
-%post
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-
-
-%postun
-if [ $1 -eq 0 ] ; then
- /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-
-
-%posttrans
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
-
%files -f %{name}.lang
%{_bindir}/devede_ng.py
%{_bindir}/copy_files_verbose.py
@@ -117,6 +102,10 @@ fi
%changelog
+* Thu Jan 25 2018 Andrea Musuruane <musuruan(a)gmail.com> 4.8.12-1
+- Updated to new upstream release
+- Removed obsolete scriptlets
+
* Tue Dec 26 2017 Andrea Musuruane <musuruan(a)gmail.com> 4.8.11-1
- Updated to new upstream release
diff --git a/sources b/sources
index a237ded..a5e925c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71ced1031de0b8a9bfd1d72c48f4aa20 devedeng-4.8.11.tar.gz
+3ef0d30ee850bef8f01d5bfa4aec334e devedeng-4.8.12.tar.gz
6 years, 10 months
[libmpeg3] Build without libquicktime for F28
by Leigh Scott
commit ceb2529afc2c2aceeadf50849b8b0c032db21cf9
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Jan 25 14:17:10 2018 +0000
Build without libquicktime for F28
libmpeg3.spec | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/libmpeg3.spec b/libmpeg3.spec
index 99e39e9..9c4a979 100644
--- a/libmpeg3.spec
+++ b/libmpeg3.spec
@@ -1,7 +1,7 @@
Summary: Decoder of various derivatives of MPEG standards
Name: libmpeg3
Version: 1.8
-Release: 9%{?dist}
+Release: 10%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://heroinewarrior.com/libmpeg3.php3
@@ -16,7 +16,10 @@ Patch0: 20140922_git47a2f45.patch
#BuildRequires: nasm
BuildRequires: a52dec-devel
-BuildRequires: libquicktime-devel
+# libquicktime is FTBFS in F28
+%if 0%{?fedora} <= 27
+BuildRequires: libquicktime-devel >= 0.9.8
+%endif
BuildRequires: libtool
%description
@@ -84,14 +87,11 @@ nasm -f elf reconmmx.s -o .libs/reconmmx.o
popd
%endif
-make %{?_smp_mflags}
+%make_build
%install
-%{__make} install \
- LIBDIR=%{_libdir} \
- DESTDIR=%{buildroot} \
- INSTALL="install -c -p"
+%make_install LIBDIR=%{_libdir}
%{__rm} -rf %{buildroot}%{_libdir}/*.la
@@ -102,27 +102,29 @@ make %{?_smp_mflags}
%files
-%defattr(-, root, root, -)
-%doc COPYING
+%license COPYING
%{_libdir}/*.so.*
%files utils
-%defattr(-, root, root, -)
%{_bindir}/mpeg3cat
%{_bindir}/mpeg3dump
%{_bindir}/mpeg3peek
%{_bindir}/mpeg3toc
+%if 0%{?fedora} <= 27
%{_bindir}/mpeg2qt
+%endif
%files devel
%doc docs/*
-%defattr(-, root, root,-)
%{_libdir}/*.so
%{_includedir}/mpeg3/
%{_libdir}/pkgconfig/%{name}.pc
%changelog
+* Thu Jan 25 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.8-10
+- Build without libquicktime for F28
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.8-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6 years, 10 months
[mjpegtools] Disable AltiVec for ppc64
by Leigh Scott
commit 90fe88486024bdfe36c85962f1809aaa720717c3
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Jan 25 13:56:04 2018 +0000
Disable AltiVec for ppc64
mjpegtools.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/mjpegtools.spec b/mjpegtools.spec
index b0ed192..6a61dce 100644
--- a/mjpegtools.spec
+++ b/mjpegtools.spec
@@ -115,7 +115,12 @@ done
%build
-%configure --disable-dependency-tracking --disable-static
+%configure LIBS="-lpthread" \
+ --disable-dependency-tracking \
+%ifarch ppc64
+ --enable-simd-accel=no \
+%endif
+ --disable-static
%make_build
@@ -188,6 +193,7 @@ rm $RPM_BUILD_ROOT%{_bindir}/mpegtranscode
%changelog
* Thu Jan 25 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.1.0-8
- Build without libquicktime for F28
+- Disable AltiVec for ppc64
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 2.1.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6 years, 10 months