[vlc] Rebuild for new x265
by Leigh Scott
commit ab2dfc05f5a21c93f36955c3911b77831b6a381f
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu Feb 28 09:48:24 2019 +0000
Rebuild for new x265
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 665c238..3794ae9 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -44,7 +44,7 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.6
-Release: 19%{?dist}
+Release: 20%{?dist}
License: GPLv2+
URL: https://www.videolan.org
Source0: %{vlc_url}/%{?!vlc_tag:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
@@ -545,6 +545,9 @@ fi || :
%changelog
+* Thu Feb 28 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:3.0.6-20
+- Rebuild for new x265
+
* Wed Feb 27 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:3.0.6-19
- Patch for libvpx-1.8.0
5 years, 8 months
[HandBrake] Update to 1.2.2
by Leigh Scott
commit 9badcca146e4494cb76cd1e80159b1d535ad67fc
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu Feb 28 09:43:00 2019 +0000
Update to 1.2.2
.gitignore | 2 ++
HandBrake.spec | 5 ++++-
sources | 4 ++--
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cbe4867..1cef356 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@
/HandBrake-1.1.2-source.tar.bz2.sig
/HandBrake-1.2.0-source.tar.bz2
/HandBrake-1.2.0-source.tar.bz2.sig
+/HandBrake-1.2.2-source.tar.bz2
+/HandBrake-1.2.2-source.tar.bz2.sig
diff --git a/HandBrake.spec b/HandBrake.spec
index 0c2b6dc..8d4df18 100644
--- a/HandBrake.spec
+++ b/HandBrake.spec
@@ -17,7 +17,7 @@
%global desktop_id fr.handbrake.ghb
Name: HandBrake
-Version: 1.2.0
+Version: 1.2.2
Release: 1%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
Summary: An open-source multiplatform video transcoder
License: GPLv2+
@@ -234,6 +234,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_bindir}/HandBrakeCLI
%changelog
+* Thu Feb 28 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1.2.2-1
+- Update to 1.2.2
+
* Sun Jan 20 2019 Dominik Mierzejewski <rpm(a)greysector.net> - 1.2.0-1
- Update to 1.2.0
- Drop upstreamed subtitle handling patch
diff --git a/sources b/sources
index 695f982..03e475c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-efc3839160fa3224ce1b234aae12deca HandBrake-1.2.0-source.tar.bz2
-9969cdc5601b891bca25da592f52daac HandBrake-1.2.0-source.tar.bz2.sig
+282924665fa45b3b08fef66b51beaac5 HandBrake-1.2.2-source.tar.bz2
+6c474003189f8cadf76838f20cf12e07 HandBrake-1.2.2-source.tar.bz2.sig
5 years, 9 months
[libheif] Update to 1.4.0
by Leigh Scott
commit 501bc7785e445deb94281c3782a3e95fe7daa000
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu Feb 28 09:32:24 2019 +0000
Update to 1.4.0
libheif.spec | 9 +++++++--
sources | 2 +-
2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/libheif.spec b/libheif.spec
index 81301c2..9efcfed 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -1,6 +1,6 @@
Name: libheif
-Version: 1.3.2
-Release: 2%{?dist}
+Version: 1.4.0
+Release: 1%{?dist}
Summary: HEIF file format decoder and encoder
License: LGPLv3+ and MIT
@@ -10,6 +10,7 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: gcc-c++
BuildRequires: libtool
+BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(libde265)
%if 0%{?fedora}
BuildRequires: pkgconfig(libjpeg)
@@ -61,6 +62,7 @@ find %buildroot -name '*.la' -or -name '*.a' | xargs rm -f
%{_bindir}/heif-info
%{_bindir}/heif-thumbnailer
%{_libdir}/*.so.1*
+%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-heif.*
%{_datadir}/mime/packages/heif.xml
%{_datadir}/thumbnailers/
@@ -71,6 +73,9 @@ find %buildroot -name '*.la' -or -name '*.a' | xargs rm -f
%changelog
+* Thu Feb 28 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1.4.0-1
+- Update to 1.4.0
+
* Thu Jan 03 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1.3.2-2
- Rebuild for new x265 for el7
diff --git a/sources b/sources
index 9b51c77..2068644 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9268d85f3e9ce0c4d81f4bf14eea0ed3 libheif-1.3.2.tar.gz
+05dea500c105289c74270791cb5f8942 libheif-1.4.0.tar.gz
5 years, 9 months
[ffmpeg] Rebuild for new x265
by Leigh Scott
commit e6ba26a25a7c835d1938268303eb82d526a3229b
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu Feb 28 08:30:03 2019 +0000
Rebuild for new x265
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index da12f8a..57b81e8 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -82,7 +82,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.1.1
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -420,6 +420,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Thu Feb 28 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 4.1.1-2
+- Rebuild for new x265
+
* Sun Feb 10 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 4.1.1-1
- Update to 4.1.1 release
5 years, 9 months
[x265] Update to 3.0
by Leigh Scott
commit 7f5fcc77e350f14706fde753adf12e14881577bc
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu Feb 28 08:04:33 2019 +0000
Update to 3.0
.gitignore | 1 +
sources | 2 +-
x265-high-bit-depth-soname.patch | 19 +++++++++----------
x265-pic.patch | 3 +--
x265.spec | 10 ++++++----
5 files changed, 18 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29dd964..a744c02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ x265_1.6.tar.gz
/x265_2.7.tar.gz
/x265_2.8.tar.gz
/x265_2.9.tar.gz
+/x265_3.0.tar.gz
diff --git a/sources b/sources
index 09c2d99..0cc37bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-693ee4ce7929a59735f441107310f0bb x265_2.9.tar.gz
+8ff1780246bb7ac8506239f6129c04ec x265_3.0.tar.gz
diff --git a/x265-high-bit-depth-soname.patch b/x265-high-bit-depth-soname.patch
index d5c1efb..5b1e5ed 100644
--- a/x265-high-bit-depth-soname.patch
+++ b/x265-high-bit-depth-soname.patch
@@ -1,7 +1,6 @@
-diff -Naur x265_2.2.old/source/CMakeLists.txt x265_2.2/source/CMakeLists.txt
---- x265_2.2.old/source/CMakeLists.txt 2017-04-11 12:14:19.717605457 +0200
-+++ x265_2.2/source/CMakeLists.txt 2017-04-11 12:14:27.499743262 +0200
-@@ -548,7 +548,15 @@
+--- a/source/CMakeLists.txt
++++ b/source/CMakeLists.txt
+@@ -611,7 +611,15 @@
if(MSVC)
set_target_properties(x265-shared PROPERTIES OUTPUT_NAME libx265)
else()
@@ -18,15 +17,15 @@ diff -Naur x265_2.2.old/source/CMakeLists.txt x265_2.2/source/CMakeLists.txt
endif()
if(UNIX)
set_target_properties(x265-shared PROPERTIES VERSION ${X265_BUILD})
-diff -Naur x265_2.2.old/source/encoder/api.cpp x265_2.2/source/encoder/api.cpp
---- x265_2.2.old/source/encoder/api.cpp 2017-04-11 12:14:19.727605634 +0200
-+++ x265_2.2/source/encoder/api.cpp 2017-04-11 12:21:58.928758432 +0200
-@@ -356,7 +356,7 @@
+--- a/source/encoder/api.cpp
++++ b/source/encoder/api.cpp
+@@ -704,7 +704,7 @@
#define ext ".dylib"
#else
#include <dlfcn.h>
-#define ext ".so"
+#define ext ".so." xstr(X265_BUILD)
#endif
-
- static int g_recursion /* = 0 */;
+ #if defined(__GNUC__) && __GNUC__ >= 8
+ #pragma GCC diagnostic ignored "-Wcast-function-type"
+
diff --git a/x265-pic.patch b/x265-pic.patch
index e612f44..a047ad1 100644
--- a/x265-pic.patch
+++ b/x265-pic.patch
@@ -1,6 +1,6 @@
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
-@@ -196,7 +196,7 @@
+@@ -212,7 +212,7 @@
add_definitions(-std=gnu++98)
endif()
if(ENABLE_PIC)
@@ -9,4 +9,3 @@
endif(ENABLE_PIC)
if(NATIVE_BUILD)
if(INTEL_CXX)
-
diff --git a/x265.spec b/x265.spec
index 591cb5d..9e5293d 100644
--- a/x265.spec
+++ b/x265.spec
@@ -1,9 +1,9 @@
-%global _so_version 165
+%global _so_version 169
Summary: H.265/HEVC encoder
Name: x265
-Version: 2.9
-Release: 3%{?dist}
+Version: 3.0
+Release: 1%{?dist}
URL: http://x265.org/
# source/Lib/TLibCommon - BSD
# source/Lib/TLibEncoder - BSD
@@ -19,7 +19,6 @@ Patch2: x265-detect_cpu_armhfp.patch
Patch3: x265-arm-cflags.patch
Patch4: x265-pkgconfig_path_fix.patch
Patch5: x265-2.8-asm-primitives.patch
-Patch6: https://sources.debian.org/data/main/x/x265/2.9-3/debian/patches/0003-det...
BuildRequires: gcc-c++
BuildRequires: cmake3
@@ -141,6 +140,9 @@ done
%{_libdir}/pkgconfig/x265.pc
%changelog
+* Thu Feb 28 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0-1
+- Update to 3.0
+
* Sun Dec 30 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.9-3
- Rebuild against newer nasm on el7 (rfbz #5128)
5 years, 9 months
[nvidia-settings-390xx] Update to 390.116
by Leigh Scott
commit 92351b8a234c5ee2f3af9d14a19dd7a861fd2ff3
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu Feb 28 07:16:01 2019 +0000
Update to 390.116
.gitignore | 1 +
nvidia-settings-390xx.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ecc25c3..5a67323 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/nvidia-settings-390.87.tar.bz2
+/nvidia-settings-390.116.tar.bz2
diff --git a/nvidia-settings-390xx.spec b/nvidia-settings-390xx.spec
index a8a1223..f7a0104 100644
--- a/nvidia-settings-390xx.spec
+++ b/nvidia-settings-390xx.spec
@@ -1,5 +1,5 @@
Name: nvidia-settings-390xx
-Version: 390.87
+Version: 390.116
Release: 1%{?dist}
Summary: Configure the NVIDIA 390xx series graphics driver
@@ -125,5 +125,8 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%changelog
+* Thu Feb 28 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 390.116-1
+- Update to 390.116
+
* Sun Oct 7 2018 Richard Shaw <hobbes1069(a)gmail.com> - 390.87-1
- Initial packaging of 390.87 series.
diff --git a/sources b/sources
index cf0d154..17305ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f75356a74ce19adfd4ca50d8f7811e07 nvidia-settings-390.87.tar.bz2
+2727ae0cef5e12fc31cb36424d7e1c98 nvidia-settings-390.116.tar.bz2
5 years, 9 months
[deadbeef-mpris2-plugin] Added license file to package. License changed to GPLv2+.
by Vasiliy Glazov
commit 0eeb086044e0a331a50e23c8d383568efda5e6e1
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Thu Feb 28 09:54:13 2019 +0300
Added license file to package. License changed to GPLv2+.
deadbeef-mpris2-plugin.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/deadbeef-mpris2-plugin.spec b/deadbeef-mpris2-plugin.spec
index 907d86d..de336f2 100644
--- a/deadbeef-mpris2-plugin.spec
+++ b/deadbeef-mpris2-plugin.spec
@@ -3,7 +3,7 @@ Version: 1.12
Release: 1%{?dist}
Summary: MPRISv2 plugin for the DeaDBeeF music player
-License: zlib
+License: GPLv2+
URL: https://github.com/Serranya/%{name}
Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz
@@ -40,6 +40,7 @@ rm %{buildroot}%{_libdir}/deadbeef/mpris.*a
%files
%doc README
+%license LICENSE
%{_libdir}/deadbeef/mpris.*
5 years, 9 months