[mlt-freeworld] Sync with fedora proper
by Sérgio M. Basto
commit ef9cf39195d41eb8de2f8167a62eb9c704421287
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Oct 8 01:46:53 2017 +0100
Sync with fedora proper
mlt-freeworld.spec | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/mlt-freeworld.spec b/mlt-freeworld.spec
index 92ce7e0..aa49acd 100644
--- a/mlt-freeworld.spec
+++ b/mlt-freeworld.spec
@@ -1,6 +1,6 @@
Name: mlt-freeworld
Version: 6.5.0
-Release: 0.1%{?dist}
+Release: 0.2%{?dist}
Summary: Toolkit for broadcasters, video editors, media players, transcoders
License: GPLv3 and LGPLv2+
@@ -9,6 +9,8 @@ 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...6c41f2b0c72932470554...
+BuildRequires: frei0r-devel
+BuildRequires: opencv-devel
BuildRequires: qt5-qtsvg-devel
BuildRequires: qt5-qt3d-devel
BuildRequires: SDL2-devel
@@ -24,7 +26,6 @@ BuildRequires: libsamplerate-devel
BuildRequires: ladspa-devel
BuildRequires: libxml2-devel
BuildRequires: sox-devel
-BuildRequires: swig
BuildRequires: freetype-devel
BuildRequires: libexif-devel
BuildRequires: fftw-devel
@@ -84,7 +85,7 @@ rm -r src/win32/
%install
%make_install
#before remove it print it to check with main mlt package
-find %{buildroot} -type f | grep -vP "mlt/avformat|libmltavformat.so"
+find %{buildroot} | grep -vP "mlt/avformat|libmltavformat.so"
# remove all execept avformat (ffmpeg part)
find %{buildroot} -type f | grep -vP "mlt/avformat|libmltavformat.so" | xargs rm
find %{buildroot} -type l -delete
@@ -98,6 +99,9 @@ find %{buildroot} -type d -empty -delete
%{_datadir}/mlt/
%changelog
+* Sun Oct 08 2017 Sérgio Basto <sergio(a)serjux.com> - 6.5.0-0.2
+- Sync with fedora proper
+
* Sat Oct 07 2017 Sérgio Basto <sergio(a)serjux.com> - 6.5.0-0.1
- Update to 6.5.0 pre-version and switch to SDL2
- Enable movit support
7 years, 1 month
[mlt-freeworld] Fix build
by Sérgio M. Basto
commit 3d11bc2a7c9cfe756b15f7ddb174383bebcf149b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Oct 8 00:14:25 2017 +0100
Fix build
mlt-freeworld.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mlt-freeworld.spec b/mlt-freeworld.spec
index d9d82c2..92ce7e0 100644
--- a/mlt-freeworld.spec
+++ b/mlt-freeworld.spec
@@ -51,7 +51,7 @@ tools, xml authoring components, and an extendible plug-in based API.
%prep
-%autosetup -p1 -n %{name}-6.4.1
+%autosetup -p1 -n mlt-6.4.1
chmod 644 src/modules/qt/kdenlivetitle_wrapper.cpp
chmod 644 src/modules/kdenlive/filter_freeze.c
7 years, 1 month
[mlt-freeworld] Update to 6.5.0 pre-version and switch to SDL2 Enable movit support
by Sérgio M. Basto
commit 682cf952ed4d0753ab31c74cf246845411ddc1c4
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Oct 7 23:29:30 2017 +0100
Update to 6.5.0 pre-version and switch to SDL2
Enable movit support
.gitignore | 1 +
mlt-freeworld.spec | 25 +++++++++++++++----------
sources | 1 +
3 files changed, 17 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a356fa..fdb7f9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/mlt-6.2.0.tar.gz
/mlt-6.4.1.tar.gz
+/v6.4.1...6c41f2b0c72932470554f272d4cde8e8cc0dce3b.diff
diff --git a/mlt-freeworld.spec b/mlt-freeworld.spec
index 55b15ad..d9d82c2 100644
--- a/mlt-freeworld.spec
+++ b/mlt-freeworld.spec
@@ -1,17 +1,18 @@
Name: mlt-freeworld
-Version: 6.4.1
-Release: 5%{?dist}
+Version: 6.5.0
+Release: 0.1%{?dist}
Summary: Toolkit for broadcasters, video editors, media players, transcoders
License: GPLv3 and LGPLv2+
URL: http://www.mltframework.org/twiki/bin/view/MLT/
Group: System Environment/Libraries
-Source0: https://github.com/mltframework/mlt/archive/v%{version}/mlt-%{version}.ta...
+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...6c41f2b0c72932470554...
BuildRequires: qt5-qtsvg-devel
BuildRequires: qt5-qt3d-devel
-BuildRequires: SDL-devel
-BuildRequires: SDL_image-devel
+BuildRequires: SDL2-devel
+BuildRequires: SDL2_image-devel
BuildRequires: gtk2-devel
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: libogg-devel
@@ -31,6 +32,8 @@ BuildRequires: pulseaudio-libs-devel
BuildRequires: ffmpeg-devel
BuildRequires: libquicktime-devel
BuildRequires: xine-lib-devel
+BuildRequires: alsa-lib-devel
+BuildRequires: movit-devel
Requires: mlt = %{version}
@@ -48,7 +51,7 @@ tools, xml authoring components, and an extendible plug-in based API.
%prep
-%setup -q -n mlt-%{version}
+%autosetup -p1 -n %{name}-6.4.1
chmod 644 src/modules/qt/kdenlivetitle_wrapper.cpp
chmod 644 src/modules/kdenlive/filter_freeze.c
@@ -62,10 +65,6 @@ sed -i -e '/ffast-math/d' configure
# be sure that aren't used
rm -r src/win32/
-%if 0%{?fedora} >= 25
-# xlocale.h is gone in F26
-sed -r -i 's/#include <xlocale.h>/#include <locale.h>/' src/framework/mlt_property.h
-%endif
%build
#export STRIP=/bin/true
@@ -84,6 +83,8 @@ sed -r -i 's/#include <xlocale.h>/#include <locale.h>/' src/framework/mlt_proper
%install
%make_install
+#before remove it print it to check with main mlt package
+find %{buildroot} -type f | grep -vP "mlt/avformat|libmltavformat.so"
# remove all execept avformat (ffmpeg part)
find %{buildroot} -type f | grep -vP "mlt/avformat|libmltavformat.so" | xargs rm
find %{buildroot} -type l -delete
@@ -97,6 +98,10 @@ find %{buildroot} -type d -empty -delete
%{_datadir}/mlt/
%changelog
+* Sat Oct 07 2017 Sérgio Basto <sergio(a)serjux.com> - 6.5.0-0.1
+- Update to 6.5.0 pre-version and switch to SDL2
+- Enable movit support
+
* Fri Sep 01 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 6.4.1-5
- Add xlocale.h fix from fedora mlt
diff --git a/sources b/sources
index 3e5606e..280f69d 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
e9f0584739369c40b8f91f8cf50ea3ea mlt-6.4.1.tar.gz
+c383f1063c1ee01994c3d4013df924cf v6.4.1...6c41f2b0c72932470554f272d4cde8e8cc0dce3b.diff
7 years, 1 month
[mpd/f26] Enable sidplay (rfbz #2305)
by Leigh Scott
Summary of changes:
2304e1a... Enable sidplay (rfbz #2305) (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 1 month
[mpd/f27] Enable sidplay (rfbz #2305)
by Leigh Scott
Summary of changes:
2304e1a... Enable sidplay (rfbz #2305) (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 1 month
[mpd] Enable sidplay (rfbz #2305)
by Leigh Scott
commit 2304e1acd2b08662bf272fef87475bb49e0e9879
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Oct 7 18:51:47 2017 +0100
Enable sidplay (rfbz #2305)
mpd.spec | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index b4a8f1a..4b3054a 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -17,7 +17,7 @@
Name: mpd
Epoch: 1
Version: 0.20.10
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
Group: Applications/Multimedia
@@ -93,9 +93,10 @@ browsing and playing your MPD music collection.
%patch1 -p1
# There is no libsystemd-daemon in F25
sed -i -e 's@libsystemd-daemon@libsystemd@g' configure.ac
+sed -i -e 's@ -lresid-builder@@g' configure.ac
+NOCONFIGURE=1 ./autogen.sh
%build
-./autogen.sh
%{configure} \
--with-systemdsystemunitdir=%{_unitdir} \
--with-systemduserunitdir=%{_userunitdir} \
@@ -106,7 +107,8 @@ sed -i -e 's@libsystemd-daemon@libsystemd@g' configure.ac
--disable-mpc \
--enable-systemd-daemon \
--enable-zzip \
- --enable-soxr
+ --enable-soxr \
+ --enable-sidplay
%{make_build}
@@ -186,6 +188,9 @@ fi
%changelog
+* Sat Oct 07 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1:0.20.10-2
+- Enable sidplay (rfbz #2305)
+
* Sat Oct 07 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1:0.20.10-1
- Update to 0.20.10
- Remove NoNewPrivileges (rfbz #4549)
7 years, 1 month
[mpd/f27] Update to 0.20.10
by Leigh Scott
Summary of changes:
adb6bf2... Update to 0.20.10 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 1 month
[mpd] Update to 0.20.10
by Leigh Scott
commit adb6bf2e49f35de5013484c7edbc9bd275fd7b6e
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Oct 7 14:12:15 2017 +0100
Update to 0.20.10
mpd-0.20-remove_NoNewPrivileges.patch | 22 ++++++++++++++++++++++
mpd.spec | 10 ++++++++--
sources | 4 ++--
3 files changed, 32 insertions(+), 4 deletions(-)
---
diff --git a/mpd-0.20-remove_NoNewPrivileges.patch b/mpd-0.20-remove_NoNewPrivileges.patch
new file mode 100644
index 0000000..5c3c547
--- /dev/null
+++ b/mpd-0.20-remove_NoNewPrivileges.patch
@@ -0,0 +1,22 @@
+--- a/systemd/system/mpd.service.in
++++ b/systemd/system/mpd.service.in
+@@ -15,7 +15,6 @@
+ ProtectSystem=yes
+
+ # more paranoid security settings
+-NoNewPrivileges=yes
+ ProtectKernelTunables=yes
+ ProtectControlGroups=yes
+ ProtectKernelModules=yes
+
+--- a/systemd/user/mpd.service.in
++++ b/systemd/user/mpd.service.in
+@@ -15,7 +15,6 @@
+ ProtectSystem=yes
+
+ # more paranoid security settings
+-NoNewPrivileges=yes
+ ProtectKernelTunables=yes
+ ProtectControlGroups=yes
+ # AF_NETLINK is required by libsmbclient, or it will exit() .. *sigh*
+
diff --git a/mpd.spec b/mpd.spec
index ce90c8f..b4a8f1a 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -16,8 +16,8 @@
Name: mpd
Epoch: 1
-Version: 0.20.8
-Release: 2%{?dist}
+Version: 0.20.10
+Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
Group: Applications/Multimedia
@@ -32,6 +32,7 @@ Source1: http://www.musicpd.org/download/mpd/0.20/mpd-%{version}.tar.xz.s
Source2: mpd.logrotate
Source3: mpd.tmpfiles.d
Patch0: mpd-0.18-mpdconf.patch
+Patch1: mpd-0.20-remove_NoNewPrivileges.patch
BuildRequires: alsa-lib-devel
BuildRequires: audiofile-devel
@@ -89,6 +90,7 @@ browsing and playing your MPD music collection.
%prep
%setup -q -n %{name}-%{version}
%patch0 -p0
+%patch1 -p1
# There is no libsystemd-daemon in F25
sed -i -e 's@libsystemd-daemon@libsystemd@g' configure.ac
@@ -184,6 +186,10 @@ fi
%changelog
+* Sat Oct 07 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1:0.20.10-1
+- Update to 0.20.10
+- Remove NoNewPrivileges (rfbz #4549)
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1:0.20.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index e865c83..0dbe5ba 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-a559714356c5b9869a5f64fc5e243b0f mpd-0.20.8.tar.xz.sig
-082bedcf2e1f7625a5dd60002d4a0d8a mpd-0.20.8.tar.xz
+11bbfb51d3b5ea5b40834a1aa70974b2 mpd-0.20.10.tar.xz.sig
+22372b6e8df4c3b00191f809a8fce2be mpd-0.20.10.tar.xz
7 years, 1 month
[mednafen/f25] Updated to 0.9.48
by Julian Sikorski
commit f3cc274e202b8bd965675d7cc7a371242d3e3954
Author: Julian Sikorski <belegdol(a)fedoraproject.org>
Date: Sat Oct 7 10:30:44 2017 +0200
Updated to 0.9.48
.gitignore | 1 +
mednafen.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f92c819..e212850 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ mednafen-0.9.38.7.tar.bz2
/mednafen-0.9.39.2.tar.bz2
/mednafen-0.9.43.tar.xz
/mednafen-0.9.47.tar.xz
+/mednafen-0.9.48.tar.xz
diff --git a/mednafen.spec b/mednafen.spec
index 457c68f..20ee541 100644
--- a/mednafen.spec
+++ b/mednafen.spec
@@ -1,7 +1,7 @@
%undefine _hardened_build
Name: mednafen
-Version: 0.9.47
+Version: 0.9.48
Release: 1%{?dist}
Summary: A multi-system emulator utilizing OpenGL and SDL
#mednafen is a monstrosity build out of many emulators hence the colourful licensing
@@ -83,6 +83,9 @@ rm -rf Documentation/*.def Documentation/*.php Documentation/generate.sh \
%changelog
+* Sat Oct 07 2017 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.48-1
+- Updated to 0.9.48
+
* Thu Sep 07 2017 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.47-1
- Updated to 0.9.47
diff --git a/sources b/sources
index d6eeca4..c1c40cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e344dcd5aeb1c3ada3bb5b656fad3238 mednafen-0.9.47.tar.xz
+d741f013a05adb72928493b12c4933ff mednafen-0.9.48.tar.xz
7 years, 1 month