[gstreamer-plugins-ugly] Rebuild for x264-0.148 on el7
by Antonio
commit 1a883f40103d08884124bebd6d95b35664ea6087
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Fri Dec 7 13:02:34 2018 +0100
Rebuild for x264-0.148 on el7
gstreamer-plugins-ugly.spec | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/gstreamer-plugins-ugly.spec b/gstreamer-plugins-ugly.spec
index bab07b6..d4e801f 100644
--- a/gstreamer-plugins-ugly.spec
+++ b/gstreamer-plugins-ugly.spec
@@ -11,9 +11,8 @@
Summary: GStreamer streaming media framework "ugly" plug-ins
Name: gstreamer-plugins-ugly
Version: 0.10.19
-Release: 29%{?dist}
+Release: 30%{?dist}
License: LGPLv2+
-Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
Source: http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{...
Patch1: 0001-new-libcdio.patch
@@ -85,11 +84,11 @@ gstreamer-plugins-good because:
--with-package-origin="http://rpmfusion.org/" \
--enable-debug --disable-gtk-doc \
--disable-static
-%{__make} %{?_smp_mflags}
+%make_build V=1
%install
-%{__make} install DESTDIR="%{buildroot}"
+%make_install
%find_lang gst-plugins-ugly-%{majorminor}
# Clean out files that should not be part of the rpm.
@@ -126,6 +125,10 @@ gstreamer-plugins-good because:
%changelog
+* Fri Nov 23 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 0.10.19-30
+- Rebuild for x264-0.148 on el7
+- Rebuild for ffmpeg-3.4.5 on el7
+
* Thu Oct 04 2018 Sérgio Basto <sergio(a)serjux.com> - 0.10.19-29
- Mass rebuild for x264 and/or x265
5 years, 11 months
[nautilus-dropbox] Updated to 2018.11.28
by Leigh Scott
commit 905c3a11fbf4dd9d52078b686aa4dfe423fd38e2
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Fri Dec 7 12:02:27 2018 +0000
Updated to 2018.11.28
.gitignore | 3 +-
nautilus-dropbox.spec | 12 ++--
sources | 2 +-
switch_to_python-gpg.patch | 139 ---------------------------------------------
use_python2.patch | 6 +-
5 files changed, 12 insertions(+), 150 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fcad926..2447dfa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-nautilus-dropbox-2.10.0.tar.bz2
-/nautilus-dropbox-2015.10.28.tar.bz2
+nautilus-dropbox-*.tar.bz2
diff --git a/nautilus-dropbox.spec b/nautilus-dropbox.spec
index a4e6546..d2ed536 100644
--- a/nautilus-dropbox.spec
+++ b/nautilus-dropbox.spec
@@ -1,7 +1,7 @@
Name: nautilus-dropbox
Epoch: 1
-Version: 2015.10.28
-Release: 9%{?dist}
+Version: 2018.11.28
+Release: 1%{?dist}
Summary: Dropbox extension for Nautilus
License: GPLv3+
URL: https://www.dropbox.com
@@ -10,14 +10,13 @@ Source: https://linux.dropbox.com/packages/%{name}-%{version}.tar.bz2
# add 10 second delay to autostart to ensure it loads on session startup
Patch0: add_startup_delay.patch
Patch1: use_python2.patch
-# Based on https://github.com/dropbox/nautilus-dropbox/commit/e9367206f9b723103362e8...
-Patch2: switch_to_python-gpg.patch
ExclusiveArch: i686 x86_64
BuildRequires: automake
BuildRequires: desktop-file-utils
BuildRequires: libtool
+BuildRequires: gcc
BuildRequires: nautilus-devel
BuildRequires: python2-docutils
BuildRequires: pygobject2-devel
@@ -57,7 +56,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/dropbox.desktop
%ldconfig_scriptlets
%files -n dropbox
-%doc ChangeLog README
+%doc ChangeLog
%license COPYING
%{_bindir}/dropbox
%{_datadir}/nautilus-dropbox/
@@ -69,6 +68,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/dropbox.desktop
%{_libdir}/nautilus/extensions-3.0/libnautilus-dropbox.so
%changelog
+* Fri Dec 07 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1:2018.11.28-1
+- Updated to 2018.11.28
+
* Tue Sep 25 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1:2015.10.28-9
- Add upstream commit to switch to python2-gpg (rfbz#5032)
diff --git a/sources b/sources
index 4c7e35f..81eab39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d1d0832b4af2998ad7094bdfe1f5c300 nautilus-dropbox-2015.10.28.tar.bz2
+2812bc21e5dbfd8cb854ac68fb556c77 nautilus-dropbox-2018.11.28.tar.bz2
diff --git a/use_python2.patch b/use_python2.patch
index 8cfbab5..6f4942d 100644
--- a/use_python2.patch
+++ b/use_python2.patch
@@ -1,5 +1,5 @@
---- a/configure.in
-+++ b/configure.in
+--- a/configure.ac
++++ b/configure.ac
@@ -29,16 +29,16 @@
PKG_CHECK_MODULES(NAUTILUS, libnautilus-extension >= $NAUTILUS_REQUIRED)
PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED)
@@ -24,7 +24,7 @@
--- a/dropbox.in
+++ b/dropbox.in
@@ -1,4 +1,4 @@
--#!/usr/bin/python
+-#!/usr/bin/env python2
+#!/usr/bin/python2
#
# Copyright (c) Dropbox, Inc.
5 years, 11 months
[minidlna/el7] Rebuild for new ffmpeg
by Leigh Scott
commit 2766aa471f3a2bfd9c390f1b77256182571c3e5d
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Fri Dec 7 09:41:35 2018 +0000
Rebuild for new ffmpeg
minidlna.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/minidlna.spec b/minidlna.spec
index 0b84bff..e14d120 100644
--- a/minidlna.spec
+++ b/minidlna.spec
@@ -1,6 +1,6 @@
Name: minidlna
Version: 1.2.1
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Lightweight DLNA/UPnP-AV server targeted at embedded systems
License: GPLv2
@@ -120,6 +120,9 @@ exit 0
%changelog
+* Fri Dec 07 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.2.1-8
+- Rebuild for new ffmpeg
+
* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.2.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5 years, 11 months
[mpv/el7] add missing patch
by Leigh Scott
commit 2b989c6ee2bf379adba1438526cd17c4ea9ae299
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Fri Dec 7 08:15:32 2018 +0000
add missing patch
ppc_fix.patch | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
---
diff --git a/ppc_fix.patch b/ppc_fix.patch
new file mode 100644
index 0000000..47b66bc
--- /dev/null
+++ b/ppc_fix.patch
@@ -0,0 +1,20 @@
+--- a/audio/out/ao_sdl.c
++++ b/audio/out/ao_sdl.c
+@@ -28,7 +28,6 @@
+ #include "options/m_option.h"
+ #include "osdep/timer.h"
+
+-#include <SDL.h>
+
+ struct priv
+ {
+@@ -36,6 +35,8 @@
+
+ float buflen;
+ };
++
++#include <SDL.h>
+
+ static const int fmtmap[][2] = {
+ {AF_FORMAT_U8, AUDIO_U8},
+
5 years, 11 months
[mpv/el7] hack date in changelog
by Leigh Scott
commit ec3230e8dee2f52313e79eba316dee98fff7b09e
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Fri Dec 7 08:10:42 2018 +0000
hack date in changelog
mpv.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mpv.spec b/mpv.spec
index bd60fac..319d133 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -200,7 +200,7 @@ fi
* Thu Mar 23 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.23.0-4
- Try to fix ppc build
-* Thu Feb 22 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 0.23.0-3
+* Mon Mar 20 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 0.23.0-3
- Build for el7
* Tue Jan 10 2017 Miro Hrončok <mhroncok(a)redhat.com> - 0.23.0-2
5 years, 11 months
[mpv/el7] Rebased to mpv 0.27.2 from f27
by Leigh Scott
commit 1fe9572a63f52b57e71c4b2c915ab6ab5b129988
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Fri Dec 7 07:59:18 2018 +0000
Rebased to mpv 0.27.2 from f27
mpv.spec | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++--------------
sources | 2 +-
2 files changed, 54 insertions(+), 15 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index c8827da..bd60fac 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
-Version: 0.23.0
-Release: 3%{?dist}
+Version: 0.27.2
+Release: 1%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
URL: http://%{name}.io/
@@ -12,11 +12,9 @@ Patch0: %{name}-config.patch
# https://github.com/negativo17/mpv/blob/master/mpv-do-not-fail-with-minor-...
Patch1: mpv-do-not-fail-with-minor-ffmpeg-updates.patch
-%if 0%{?fedora} < 26
-# Reverse of https://github.com/mpv-player/mpv/commit/3eceac2eab0b42ee082a0b615ebf40a2...
-# and https://github.com/mpv-player/mpv/commit/a660e15c9b96bd46209e78b3c3d4cf13...
-Patch2: %{name}-old-ffmpeg.patch
-%endif
+# Fix ppc as upstream refuse to fix the issue
+# https://github.com/mpv-player/mpv/issues/3776
+Patch3: ppc_fix.patch
BuildRequires: pkgconfig(alsa)
BuildRequires: desktop-file-utils
@@ -24,7 +22,7 @@ BuildRequires: pkgconfig(dvdnav)
BuildRequires: pkgconfig(dvdread)
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(enca)
-BuildRequires: ffmpeg-devel
+BuildRequires: ffmpeg-devel >= 3.2.2
BuildRequires: pkgconfig(gbm)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(jack)
@@ -39,21 +37,19 @@ BuildRequires: pkgconfig(libguess)
BuildRequires: libjpeg-turbo-devel
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libv4l2)
-BuildRequires: pkgconfig(libquvi)
+BuildRequires: libquvi-devel
BuildRequires: pkgconfig(libva)
-BuildRequires: pkgconfig(lua)
+BuildRequires: lua-devel
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(rubberband)
BuildRequires: pkgconfig(smbclient)
BuildRequires: pkgconfig(uchardet) >= 0.0.5
BuildRequires: pkgconfig(vdpau)
BuildRequires: waf
-%{?_with_wayland:
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-cursor)
BuildRequires: pkgconfig(wayland-egl)
BuildRequires: pkgconfig(wayland-scanner)
-}
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xinerama)
@@ -62,7 +58,7 @@ BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(xscrnsaver)
BuildRequires: pkgconfig(xv)
BuildRequires: pkgconfig(zlib)
-BuildRequires: python-docutils
+BuildRequires: python2-docutils
BuildRequires: perl(Math::BigInt)
BuildRequires: perl(Math::BigRat)
@@ -112,7 +108,15 @@ waf configure \
--disable-build-date \
--enable-libmpv-shared \
--enable-sdl2 \
- --enable-encoding
+ --enable-libarchive \
+ --enable-libsmbclient \
+ --enable-encoding \
+ --enable-dvdread \
+ --enable-dvdnav \
+ --enable-cdda \
+ --enable-tv \
+ --enable-dvbin
+
waf -v build %{?_smp_mflags}
@@ -161,6 +165,41 @@ fi
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Sat Feb 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.27.2-1
+- Update to 0.27.2
+
+* Sun Feb 11 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.27.1-1
+- Update to 0.27.1
+
+* Fri Sep 15 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.27.0-1
+- Update to 0.27.0
+- Enable libarchive support (play .zip, .iso and other formats)
+
+* Fri Aug 11 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.26.0-3
+- Enable Samba support (rfbz#4624)
+- Enable TV and DVB support
+
+* Wed Aug 09 2017 Miro Hrončok <mhroncok(a)redhat.com> - 0.26.0-2
+- Enable DVD and CDDA support (rfbz#4622)
+
+* Thu Jul 20 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.26.0-1
+- Update to 0.26.0
+
+* Wed May 17 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.25.0-2
+- Rebuild for ffmpeg update
+
+* Mon May 08 2017 Miro Hrončok <mhroncok(a)redhat.com> - 0.25.0-1
+- Update to 0.25.0
+
+* Sat Apr 29 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.24.0-2
+- Rebuild for ffmpeg update
+
+* Sun Apr 02 2017 Miro Hrončok <mhroncok(a)redhat.com> - 0.24.0-1
+- Update to 0.24.0
+
+* Thu Mar 23 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.23.0-4
+- Try to fix ppc build
+
* Thu Feb 22 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 0.23.0-3
- Build for el7
diff --git a/sources b/sources
index 6fb5c17..7f7c513 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9bce377e101612d611daf2a5c99aa95f mpv-0.23.0.tar.gz
+8cfb48e921e58c0d9d181d96d4809beb mpv-0.27.2.tar.gz
5 years, 11 months
[avidemux/el7: 65/65] Rebuild for ffmpeg-3.4.5 on el7
by Antonio
commit 6881056577b1fd53279529ebc49bd26dee4dee63
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Thu Dec 6 22:53:29 2018 +0100
Rebuild for ffmpeg-3.4.5 on el7
sources | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/sources b/sources
index 4a8b947..9c39b52 100644
--- a/sources
+++ b/sources
@@ -1,5 +1 @@
-<<<<<<< HEAD
-33d0cd47cb84a4e9f4e1b3160405c85c avidemux_2.6.8.tar.gz
-=======
e3510c858c9371283551b1b4b67d288b avidemux_2.7.1.tar.gz
->>>>>>> master
5 years, 11 months
[avidemux/el7: 64/65] Rebuild for ffmpeg-3.4.5 on el7
by Antonio
commit 03df63209d04653c754cbf396a2794db6993e6b0
Merge: c348a7f 1781867
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Thu Dec 6 22:52:57 2018 +0100
Rebuild for ffmpeg-3.4.5 on el7
.gitignore | 9 +-
avidemux-2.6-bundled_libs.patch | 44 -----
avidemux-gtk.desktop | 9 -
avidemux-qt.desktop | 2 +-
avidemux.spec | 375 ++++++++++++++++++++++----------------
avidemux3-bundled_libs.patch | 88 ---------
rpmfusion-avidemux-qt.appdata.xml | 28 +++
sources | 4 +
8 files changed, 261 insertions(+), 298 deletions(-)
---
diff --cc avidemux.spec
index d17dbca,d2f2f91..8b6ac42
--- a/avidemux.spec
+++ b/avidemux.spec
@@@ -257,18 -209,16 +209,19 @@@ pop
%install
- make -C build_core install DESTDIR=%{buildroot}
- make -C build_cli install DESTDIR=%{buildroot}
- make -C build_qt4 install DESTDIR=%{buildroot}
- make -C build_gtk install DESTDIR=%{buildroot}
- make -C build_plugins_common install DESTDIR=%{buildroot}
- make -C build_plugins_cli install DESTDIR=%{buildroot}
- make -C build_plugins_qt4 install DESTDIR=%{buildroot}
- make -C build_plugins_gtk install DESTDIR=%{buildroot}
+ %make_install -C build_core
+ %make_install -C build_cli
+ %make_install -C build_qt5
+ %make_install -C build_plugins_common
+ %make_install -C build_plugins_cli
+ %make_install -C build_plugins_qt5
+
+ # Remove useless devel files
+ rm -rf %{buildroot}%{_includedir}/%{name}
+# Remove useless devel files
+rm -rf %{buildroot}%{_includedir}/%{name}
+
# FFMpeg libraries are not being installed as executable.
chmod +x %{buildroot}%{_libdir}/libADM6*.so.*
diff --cc sources
index 28f152e,9c39b52..4a8b947
--- a/sources
+++ b/sources
@@@ -1,1 -1,1 +1,5 @@@
++<<<<<<< HEAD
+33d0cd47cb84a4e9f4e1b3160405c85c avidemux_2.6.8.tar.gz
++=======
+ e3510c858c9371283551b1b4b67d288b avidemux_2.7.1.tar.gz
++>>>>>>> master
5 years, 11 months