[avidemux] Rebuild for new libass version
by Leigh Scott
commit 9491b862b7753d38182259890624aa5d731b17e1
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Jun 17 07:35:18 2018 +0100
Rebuild for new libass version
avidemux.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/avidemux.spec b/avidemux.spec
index 395bfb7..92287cd 100644
--- a/avidemux.spec
+++ b/avidemux.spec
@@ -5,7 +5,7 @@
Name: avidemux
Version: 2.7.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Graphical video editing and transcoding tool
License: GPLv2+
@@ -283,6 +283,9 @@ appstream-util validate-relax --nonet \
%changelog
+* Sun Jun 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.7.1-3
+- Rebuild for new libass version
+
* Thu Jun 07 2018 Richard Shaw <hobbes1069(a)gmail.com> - 2.7.1-2
- Update to 2.7.1
- Fix appdata file and build requires tweaks.
6 years, 5 months
[snes9x] Added an upstream patch to fix compiling on ppc64
by Andrea Musuruane
commit 97450166b76b014012d503eac1cc1d4959f7246f
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sat Jun 16 18:07:14 2018 +0200
Added an upstream patch to fix compiling on ppc64
snes9x-1.56.1-ppc64.patch | 22 ++++++++++++++++++++++
snes9x.spec | 9 ++++++++-
2 files changed, 30 insertions(+), 1 deletion(-)
---
diff --git a/snes9x-1.56.1-ppc64.patch b/snes9x-1.56.1-ppc64.patch
new file mode 100644
index 0000000..bbeea11
--- /dev/null
+++ b/snes9x-1.56.1-ppc64.patch
@@ -0,0 +1,22 @@
+From 35389f5595d796cbc1fdd527781897133fc62d07 Mon Sep 17 00:00:00 2001
+From: OV2 <OV2(a)sessionclan.de>
+Date: Sat, 16 Jun 2018 16:30:38 +0200
+Subject: [PATCH] GTK+: use new constant name (#338)
+
+---
+ gtk/src/gtk_display.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gtk/src/gtk_display.cpp b/gtk/src/gtk_display.cpp
+index 75118ca8..509a3ad1 100644
+--- a/gtk/src/gtk_display.cpp
++++ b/gtk/src/gtk_display.cpp
+@@ -247,7 +247,7 @@ internal_convert_mask (void *src_buffer,
+ unsigned int bpp)
+ {
+ #ifdef __BIG_ENDIAN__
+- if (endianess == ENDIAN_MSB)
++ if (endianess == ENDIAN_SWAPPED)
+ #else
+ if (endianess == ENDIAN_NORMAL)
+ #endif
diff --git a/snes9x.spec b/snes9x.spec
index 37d2665..490257e 100644
--- a/snes9x.spec
+++ b/snes9x.spec
@@ -1,13 +1,16 @@
Summary: Super Nintendo Entertainment System emulator
Name: snes9x
Version: 1.56.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: Other
URL: http://www.snes9x.com/
Source0: https://github.com/snes9xgit/snes9x/archive/%{version}.tar.gz#/%{name}-%{...
Source1: %{name}.appdata.xml
# Fix CFLAGS usage in CLI version
Patch0: %{name}-1.56.1-unix_flags.patch
+# Fix compiling on ppc64
+# https://github.com/snes9xgit/snes9x/issues/338
+Patch1: %{name}-1.56.1-ppc64.patch
BuildRequires: gcc-c++
BuildRequires: autoconf
BuildRequires: zlib-devel
@@ -49,6 +52,7 @@ This package contains a graphical user interface using GTK+.
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
@@ -112,6 +116,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%changelog
+* Sat Jun 16 2018 Andrea Musuruane <musuruan(a)gmail.com> - 1.56.1-2
+- Added an upstream patch to fix compiling on ppc64
+
* Sat Jun 16 2018 Andrea Musuruane <musuruan(a)gmail.com> - 1.56.1-1
- Updated to 1.56.1
- Removed obsolete scriptlets
6 years, 5 months
[vlc] Make libplacebo x86 only due to vulkan changes
by Leigh Scott
commit 6d9dbdab81d5d22ccd12ced931e4c2c3d4487f75
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jun 16 16:09:31 2018 +0100
Make libplacebo x86 only due to vulkan changes
vlc.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/vlc.spec b/vlc.spec
index 2dc63ed..8b9cf78 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -123,7 +123,9 @@ BuildRequires: libtheora-devel
BuildRequires: libtiger-devel
BuildRequires: libtiff-devel
BuildRequires: pkgconfig(libjpeg)
+%ifarch x86_64 i686
BuildRequires: pkgconfig(libplacebo)
+%endif
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(libvncclient)
BuildRequires: libupnp-devel
@@ -567,6 +569,7 @@ fi || :
%changelog
* Sat Jun 16 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.3-4
- Rebuild for new libass version
+- Make libplacebo x86 only due to vulkan changes
* Sat Jun 02 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.3-3
- Fix build against Qt 5.11
6 years, 5 months
[mpv] vulkan is x86 only due to missing drivers
by Leigh Scott
commit b4a49f89055e5ccf4669a2944e9990c684900b4a
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jun 16 16:00:09 2018 +0100
vulkan is x86 only due to missing drivers
mpv.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/mpv.spec b/mpv.spec
index 8122e66..aea76aa 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -45,7 +45,9 @@ BuildRequires: pkgconfig(rubberband)
BuildRequires: pkgconfig(smbclient)
BuildRequires: pkgconfig(uchardet) >= 0.0.5
BuildRequires: pkgconfig(vdpau)
+%ifarch x86_64 i686
BuildRequires: pkgconfig(vulkan)
+%endif
BuildRequires: waf
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-cursor)
@@ -151,6 +153,7 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}
%changelog
* Sat Jun 16 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.28.2-5
- Rebuild for new libass version
+- vulkan is x86 only
* Fri Apr 20 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.28.2-4
- Rebuild for ffmpeg-4.0 release
6 years, 5 months
[vlc] Rebuild for new libass version
by Leigh Scott
commit d323b5e840eb8e3326f2041f7d4b6b2bfc7cd1e5
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jun 16 14:13:36 2018 +0100
Rebuild for new libass version
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index a6ae4d7..2dc63ed 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -42,7 +42,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 3.0.3
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
URL: https://www.videolan.org
Source0: %{vlc_url}/%{?!vlc_rc:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
@@ -565,6 +565,9 @@ fi || :
%changelog
+* Sat Jun 16 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.3-4
+- Rebuild for new libass version
+
* Sat Jun 02 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.3-3
- Fix build against Qt 5.11
6 years, 5 months
[mpv] Rebuild for new libass version
by Leigh Scott
commit 5b4ab47c641d1b1d5b2eb06f72d36b37abe397b4
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jun 16 14:12:11 2018 +0100
Rebuild for new libass version
mpv.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mpv.spec b/mpv.spec
index 07977b6..8122e66 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.28.2
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+ and LGPLv2+
URL: http://%{name}.io/
@@ -149,6 +149,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Sat Jun 16 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.28.2-5
+- Rebuild for new libass version
+
* Fri Apr 20 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.28.2-4
- Rebuild for ffmpeg-4.0 release
6 years, 5 months
[ffmpeg] Update to 4.0.1 release
by Leigh Scott
commit 5bb5f5277896e7e30537dedf7df706633a47e4cd
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jun 16 12:24:50 2018 +0100
Update to 4.0.1 release
ffmpeg.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index c6ba5ce..168b626 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -71,8 +71,8 @@
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
-Version: 4.0
-Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
+Version: 4.0.1
+Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -405,6 +405,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Sat Jun 16 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 4.0.1-1
+- Update to 4.0.1 release
+
* Sat Jun 16 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 4.0-2
- Rebuild for new libass version
diff --git a/sources b/sources
index 36e040b..f14eae2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1cc9e8cb027b9fd4c54f598f51002c19 ffmpeg-4.0.tar.xz
+51d0f87b4af7d0ba6d17686b7b43095c ffmpeg-4.0.1.tar.xz
6 years, 5 months