[lightspark] Rebuild for ffmpeg update
by Leigh Scott
commit 57c85ed8fbd52e5cb34ca7563f1a77d3501fbef7
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Oct 17 08:59:11 2017 +0100
Rebuild for ffmpeg update
lightspark.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lightspark.spec b/lightspark.spec
index c06150f..030b6b5 100644
--- a/lightspark.spec
+++ b/lightspark.spec
@@ -17,13 +17,13 @@
%define pre rc1
%endif
-%define rel 1
+%define rel 2
%define major 0.8.0
Name: lightspark
Version: %{major}
-Release: %{?pre:0.}%{rel}%{?git_snapshot:.%{date}git}%{?pre:.%{pre}}%{?dist}.1
+Release: %{?pre:0.}%{rel}%{?git_snapshot:.%{date}git}%{?pre:.%{pre}}%{?dist}
Summary: An alternative Flash Player implementation
License: LGPLv3+
URL: http://lightspark.github.io/
@@ -166,6 +166,9 @@ fi
%changelog
+* Tue Oct 17 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.8.0-2
+- Rebuild for ffmpeg update
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 0.8.0-1.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7 years, 1 month
[gnome-mpv] Update to 0.13.
by Vasiliy Glazov
commit 8fb3bf868711a2d541e066034a44cf3cc7cf94d2
Author: Vascom <vascom2(a)gmail.com>
Date: Tue Oct 17 10:46:37 2017 +0300
Update to 0.13.
.gitignore | 1 +
gnome-mpv.spec | 12 +++--
sources | 2 +-
...-appdata-and-add-missing-meson-build-file.patch | 57 ++++++++++++++++++++++
4 files changed, 68 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5d4093f..ff10c10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/gnome-mpv-0.10.tar.xz
/gnome-mpv-0.11.tar.xz
/gnome-mpv-0.12.tar.xz
+/gnome-mpv-0.13.tar.xz
diff --git a/gnome-mpv.spec b/gnome-mpv.spec
index c61ecd2..fba607e 100644
--- a/gnome-mpv.spec
+++ b/gnome-mpv.spec
@@ -1,11 +1,12 @@
Name: gnome-mpv
-Version: 0.12
-Release: 3%{?dist}
+Version: 0.13
+Release: 1%{?dist}
Summary: A simple GTK+ frontend for mpv
License: GPLv3+
URL: https://github.com/gnome-mpv/gnome-mpv
Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz
+Patch0: update-appdata-and-add-missing-meson-build-file.patch
BuildRequires: gcc
BuildRequires: desktop-file-utils
@@ -24,7 +25,7 @@ GNOME MPV interacts with mpv via the client API exported by libmpv,
allowing access to mpv's powerful playback capabilities.
%prep
-%autosetup
+%autosetup -p1
%build
%configure
@@ -61,12 +62,17 @@ fi
%{_bindir}/%{name}
%{_datadir}/appdata/io.github.GnomeMpv.appdata.xml
%{_datadir}/applications/io.github.GnomeMpv.desktop
+%{_datadir}/dbus-1/services/io.github.GnomeMpv.service
%{_datadir}/glib-2.0/schemas/io.github.GnomeMpv.gschema.xml
# The old GSchema is left installed for settings migration.
%{_datadir}/glib-2.0/schemas/org.gnome-mpv.gschema.xml
%{_datadir}/icons/hicolor/*/apps/%{name}*.svg
+ %{_mandir}/man1/%{name}.1.gz
%changelog
+* Tue Oct 17 2017 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.13-1
+- Update to 0.13
+
* Fri Sep 01 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.12-3
- Add build requires mesa-libEGL-devel
diff --git a/sources b/sources
index c1d3fc8..95848f9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f922a465a61ccc2fecc839a053376325 gnome-mpv-0.12.tar.xz
+175d1eb9496fdd5e32cf24275879e380 gnome-mpv-0.13.tar.xz
diff --git a/update-appdata-and-add-missing-meson-build-file.patch b/update-appdata-and-add-missing-meson-build-file.patch
new file mode 100644
index 0000000..0866e9c
--- /dev/null
+++ b/update-appdata-and-add-missing-meson-build-file.patch
@@ -0,0 +1,57 @@
+diff --git a/Makefile.am b/Makefile.am
+index ecb94bd..609a125 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign
+
+ SUBDIRS = src data docs po
+
+-EXTRA_DIST = README.md AUTHORS meson.build meson_post_install.py po/meson.build
++EXTRA_DIST = README.md AUTHORS meson.build docs/meson.build meson_post_install.py po/meson.build
+
+ UPDATE_DESKTOP = update-desktop-database -q || :
+ UPDATE_ICON = gtk-update-icon-cache -q $(datadir)/icons/hicolor/ || :
+diff --git a/Makefile.in b/Makefile.in
+index f0067a6..69f3287 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -168,8 +168,8 @@ CTAGS = ctags
+ CSCOPE = cscope
+ DIST_SUBDIRS = $(SUBDIRS)
+ am__DIST_COMMON = $(srcdir)/Makefile.in ABOUT-NLS AUTHORS COPYING \
+- compile config.guess config.rpath config.sub install-sh \
+- missing
++ compile config.guess config.rpath config.sub depcomp \
++ install-sh missing
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ distdir = $(PACKAGE)-$(VERSION)
+ top_distdir = $(distdir)
+@@ -341,7 +341,7 @@ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ AUTOMAKE_OPTIONS = foreign
+ SUBDIRS = src data docs po
+-EXTRA_DIST = README.md AUTHORS meson.build meson_post_install.py po/meson.build
++EXTRA_DIST = README.md AUTHORS meson.build docs/meson.build meson_post_install.py po/meson.build
+ UPDATE_DESKTOP = update-desktop-database -q || :
+ UPDATE_ICON = gtk-update-icon-cache -q $(datadir)/icons/hicolor/ || :
+
+diff --git a/data/io.github.GnomeMpv.appdata.xml.in b/data/io.github.GnomeMpv.appdata.xml.in
+index c3f5d86..5712047 100644
+--- a/data/io.github.GnomeMpv.appdata.xml.in
++++ b/data/io.github.GnomeMpv.appdata.xml.in
+@@ -24,7 +24,7 @@
+ </ul>
+ </description>
+ <releases>
+- <release date="2017-06-12" version="0.12"/>
++ <release date="2017-10-13" version="0.13"/>
+ </releases>
+ <screenshots>
+ <screenshot type="default">
+diff --git a/docs/meson.build b/docs/meson.build
+new file mode 100644
+index 0000000..c7aa8ab
+--- /dev/null
++++ b/docs/meson.build
+@@ -0,0 +1 @@
++install_man('gnome-mpv.1')
7 years, 1 month
[libopenshot] Rebuild for ffmpeg update
by Leigh Scott
commit 6950fede1a7341fffef2c17cb0dc5c41e6b6722a
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Oct 17 08:41:33 2017 +0100
Rebuild for ffmpeg update
libopenshot.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/libopenshot.spec b/libopenshot.spec
index 8257525..4c842be 100644
--- a/libopenshot.spec
+++ b/libopenshot.spec
@@ -1,6 +1,6 @@
Name: libopenshot
Version: 0.1.8
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Library for creating and editing videos
License: LGPLv3+
@@ -79,6 +79,9 @@ export CXXFLAGS="%{optflags} -Wl,--as-needed -Wno-error"
%changelog
+* 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
7 years, 1 month
[ffmpegthumbs] Rebuild for ffmpeg update
by Leigh Scott
commit 9d410d510bec4aab9e2ccb6a5dd615e65c486f5a
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Oct 17 01:37:11 2017 +0100
Rebuild for ffmpeg update
ffmpegthumbs.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec
index 3ce90f3..27d2a29 100644
--- a/ffmpegthumbs.spec
+++ b/ffmpegthumbs.spec
@@ -1,6 +1,6 @@
Name: ffmpegthumbs
Version: 17.08.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: KDE ffmpegthumbnailer service
License: GPLv2+
@@ -56,6 +56,9 @@ make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
%{_kf5_datadir}/kservices5/ffmpegthumbs.desktop
%changelog
+* Tue Oct 17 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 17.08.1-2
+- Rebuild for ffmpeg update
+
* Sun Oct 08 2017 Sérgio Basto <sergio(a)serjux.com> - 17.08.1-1
- Update to 17.08.1
7 years, 1 month
[dvdstyler] Rebuild for ffmpeg update
by Leigh Scott
commit 963af6053fd715ddbc58007eccef7edaedfbc0c4
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Oct 17 01:25:30 2017 +0100
Rebuild for ffmpeg update
dvdstyler.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/dvdstyler.spec b/dvdstyler.spec
index 0bcc513..47ce597 100644
--- a/dvdstyler.spec
+++ b/dvdstyler.spec
@@ -4,7 +4,7 @@
Name: dvdstyler
Epoch: 1
Version: 3.0.3
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Cross-platform DVD authoring application
Group: Applications/Multimedia
@@ -98,6 +98,9 @@ desktop-file-install \
%{_mandir}/*/*.gz
%changelog
+* Tue Oct 17 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1:3.0.3-6
+- Rebuild for ffmpeg update
+
* Sun Oct 08 2017 Sérgio Basto <sergio(a)serjux.com> - 1:3.0.3-5
- Fix build on f28+ for compat-wxGTK3-gtk2-devel
7 years, 1 month
[avidemux] Rebuild for ffmpeg update
by Leigh Scott
commit b92e8f21ff1b5d5cd0164160edfec5d7382f0fb5
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Oct 17 00:21:26 2017 +0100
Rebuild for ffmpeg update
avidemux.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/avidemux.spec b/avidemux.spec
index fb3a7dd..429a22f 100644
--- a/avidemux.spec
+++ b/avidemux.spec
@@ -5,7 +5,7 @@
Name: avidemux
Version: 2.7.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Graphical video editing and transcoding tool
License: GPLv2+
@@ -303,6 +303,9 @@ fi
%changelog
+* Mon Oct 16 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.7.0-3
+- Rebuild for ffmpeg update
+
* Tue Oct 3 2017 Richard Shaw <hobbes1069(a)gmail.com> - 2.7.0-2
- Rebuild for f28.
- Add patch to deal with removal of pow10f function from glibc, fixes
7 years, 1 month
[audacity-freeworld] Rebuild for ffmpeg update
by Leigh Scott
commit 6f46645ddf01840e73e5ee18f44ab0e90e403131
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Oct 17 00:20:16 2017 +0100
Rebuild for ffmpeg update
audacity-freeworld.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/audacity-freeworld.spec b/audacity-freeworld.spec
index b9bbd84..ed88772 100644
--- a/audacity-freeworld.spec
+++ b/audacity-freeworld.spec
@@ -7,7 +7,7 @@
Name: audacity-freeworld
Version: 2.1.3
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Multitrack audio editor
Group: Applications/Multimedia
License: GPLv2
@@ -216,6 +216,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%changelog
+* Mon Oct 16 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.1.3-5
+- Rebuild for ffmpeg update
+
* Sun Oct 08 2017 Sérgio Basto <sergio(a)serjux.com> - 2.1.3-4
- Rebuild for soundtouch 2.0.0
- Fix build for new wxBase
7 years, 1 month
[audacious-plugins-freeworld] Rebuild for ffmpeg update
by Leigh Scott
commit 3c2c16ef699167bda4a2288c1b456a9aa6e800a5
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Oct 16 21:29:43 2017 +0100
Rebuild for ffmpeg update
audacious-plugins-freeworld.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/audacious-plugins-freeworld.spec b/audacious-plugins-freeworld.spec
index c84095d..4866160 100644
--- a/audacious-plugins-freeworld.spec
+++ b/audacious-plugins-freeworld.spec
@@ -5,7 +5,7 @@
Name: audacious-plugins-freeworld
Version: 3.9
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Additional plugins for the Audacious media player
Group: Applications/Multimedia
@@ -122,6 +122,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%changelog
+* Mon Oct 16 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 3.9-2
+- Rebuild for ffmpeg update
+
* Sun Sep 17 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 3.9-1
- Update to 3.9 as in Fedora proper
7 years, 1 month
[vlc] Fixup lua_version macro usage
by Nicolas Chauvet
commit 0a9ad50e9d65084929a60f5a89e43a7654d1e93f
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Oct 16 21:44:03 2017 +0200
Fixup lua_version macro usage
vlc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index dfbcf85..0192196 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -236,7 +236,7 @@ Group: Applications/Multimedia
Provides: vlc-nox = %{version}-%{release}
Obsoletes: vlc-nox < 1.1.5-2
%{?live555_version:Requires: live555%{?_isa} = %{live555_version}}
-Requires: lua(abi) = %{lua_version}
+%{?lua_version:Requires: lua(abi) = %{lua_version}}
%description core
VLC media player core components
7 years, 1 month
[vlc] Rebuild for ffmpeg update
by Leigh Scott
commit d46f776dbadba0347aa1622d94fd5ec7c04141db
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Oct 16 20:29:22 2017 +0100
Rebuild for ffmpeg update
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 542a5df..dfbcf85 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -39,7 +39,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 3.0.0
-Release: 0.37%{?vlc_date:.git%{vlc_date}}%{?dist}
+Release: 0.38%{?vlc_date:.git%{vlc_date}}%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -552,6 +552,9 @@ fi || :
%changelog
+* Mon Oct 16 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.0-0.38.git20171009
+- Rebuild for ffmpeg update
+
* Mon Oct 09 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.0-0.37.git20171009
- Update snapshot
- Fix libvlc vdpau issue (rfbz #4678)
7 years, 1 month