[libvdpau-va-gl] #moved to fedora
by Nicolas Chauvet
commit 2c9347de5b9f6c5e1fd0073c95fa1cf251b56dd0
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Mar 13 16:47:05 2017 +0100
#moved to fedora
.gitignore | 1 -
dead.package | 1 +
libvdpau-va-gl.spec | 109 ----------------------------------------------------
sources | 1 -
4 files changed, 1 insertion(+), 111 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..fe9970f
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+#moved to fedora
7 years, 8 months
[libvdpau-va-gl] Drop ExclusiveArch
by Nicolas Chauvet
commit d207544997dd3ed972a4475ea0b8d9fb0cc4b47c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jan 17 17:52:28 2017 +0100
Drop ExclusiveArch
libvdpau-va-gl.spec | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/libvdpau-va-gl.spec b/libvdpau-va-gl.spec
index 9a48e41..ebe151e 100644
--- a/libvdpau-va-gl.spec
+++ b/libvdpau-va-gl.spec
@@ -1,21 +1,21 @@
Name: libvdpau-va-gl
Version: 0.4.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: VDPAU driver with OpenGL/VAAPI back-end
License: MIT
URL: https://github.com/i-rinat/libvdpau-va-gl
Source0: https://github.com/i-rinat/%{name}/archive/v%{version}.tar.gz#/%{name}-%{...
-#Unlikely to have some meaning outside of intel driver
-ExclusiveArch: i686 x86_64 ia64
-
BuildRequires: cmake
+BuildRequires: gcc-c++
BuildRequires: pkgconfig(vdpau)
BuildRequires: pkgconfig(libva-glx)
BuildRequires: pkgconfig(gl)
-Requires: libva-intel-driver%{?_isa}
+#As per https://fedorahosted.org/council/ticket/61
+#libva-intel-driver can use supplement/enhance
+#Requires: libva-intel-driver%{?_isa}
@@ -48,11 +48,17 @@ find %{buildroot} -name '*.la' -delete
%doc ChangeLog README.md
%license LICENSE
%{_libdir}/vdpau/libvdpau_va_gl.so.1
+#VDPAU only dlopen the versioned so
%exclude %{_libdir}/vdpau/libvdpau_va_gl.so
%changelog
+* Tue Jan 17 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.2-3
+- Drop ExclusiveArch
+- Add comment about why to drop un-versioned symlink
+- Add missing BR
+
* Tue Nov 08 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.2-2
- Fixup License and libtool deletion
7 years, 8 months
[HandBrake/f25] initial import
by Dominik Mierzejewski
Summary of changes:
8d5db1d... initial import (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 8 months
[HandBrake] initial import
by Dominik Mierzejewski
commit 8d5db1df58ea283e5160f6e1c97ac66f643e4cac
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Mon Mar 13 10:27:39 2017 +0100
initial import
https://bugzilla.rpmfusion.org/show_bug.cgi?id=4361
.gitignore | 1 +
HandBrake-no-libva.patch | 13 ++
HandBrake-no_clip_id.patch | 14 ++
HandBrake-nostrip.patch | 11 +
HandBrake-system-OpenCL.patch | 48 +++++
HandBrake.spec | 484 ++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
7 files changed, 572 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c3760e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/HandBrake-1.0.3.tar.bz2
diff --git a/HandBrake-no-libva.patch b/HandBrake-no-libva.patch
new file mode 100644
index 0000000..8508123
--- /dev/null
+++ b/HandBrake-no-libva.patch
@@ -0,0 +1,13 @@
+diff -up HandBrake-1.0.2/test/module.defs.va HandBrake-1.0.2/test/module.defs
+--- HandBrake-1.0.2/test/module.defs.va 2017-01-22 17:49:13.000000000 +0100
++++ HandBrake-1.0.2/test/module.defs 2017-01-28 23:54:19.637153799 +0100
+@@ -21,9 +21,6 @@ TEST.GCC.l = \
+
+ ifeq (1,$(FEATURE.qsv))
+ TEST.GCC.D += USE_QSV HAVE_THREADS=1
+-ifeq ($(BUILD.system),linux)
+- TEST.GCC.l += va va-drm
+-endif
+ endif
+
+ ifeq (1,$(FEATURE.x265))
diff --git a/HandBrake-no_clip_id.patch b/HandBrake-no_clip_id.patch
new file mode 100644
index 0000000..e123713
--- /dev/null
+++ b/HandBrake-no_clip_id.patch
@@ -0,0 +1,14 @@
+diff -up HandBrake-6b5d91aef5ba0fde44ab5960f643e6e5da509642/libhb/bd.c.no_clip_id HandBrake-6b5d91aef5ba0fde44ab5960f643e6e5da509642/libhb/bd.c
+--- HandBrake-6b5d91aef5ba0fde44ab5960f643e6e5da509642/libhb/bd.c.no_clip_id 2016-08-03 22:46:47.000000000 +0200
++++ HandBrake-6b5d91aef5ba0fde44ab5960f643e6e5da509642/libhb/bd.c 2016-08-21 19:16:56.297857060 +0200
+@@ -247,8 +247,8 @@ static void show_clip_list( BLURAY_TITLE
+ hh = duration / (90000 * 60 * 60);
+ mm = (duration / (90000 * 60)) % 60;
+ ss = (duration / 90000) % 60;
+- hb_log("bd:\t\t%s.M2TS -- Duration: %02d:%02d:%02d",
+- ti->clips[ii].clip_id, hh, mm, ss);
++ hb_log("bd:\t\t%d.M2TS -- Duration: %02d:%02d:%02d",
++ ii, hh, mm, ss);
+ }
+ }
+
diff --git a/HandBrake-nostrip.patch b/HandBrake-nostrip.patch
new file mode 100644
index 0000000..fceb843
--- /dev/null
+++ b/HandBrake-nostrip.patch
@@ -0,0 +1,11 @@
+diff -up HandBrake-6b5d91aef5ba0fde44ab5960f643e6e5da509642/gtk/module.rules.nostrip HandBrake-6b5d91aef5ba0fde44ab5960f643e6e5da509642/gtk/module.rules
+--- HandBrake-6b5d91aef5ba0fde44ab5960f643e6e5da509642/gtk/module.rules.nostrip 2016-08-03 22:46:47.000000000 +0200
++++ HandBrake-6b5d91aef5ba0fde44ab5960f643e6e5da509642/gtk/module.rules 2016-08-22 09:47:47.465186383 +0200
+@@ -18,6 +18,7 @@ $(GTK.CONFIGURE.stamp): $(GTK.src/)confi
+ PKG_CONFIG_PATH=$(BUILD/)contrib/lib/pkgconfig \
+ CFLAGS="$(call fn.ARGS,GTK.GCC,.g .O *D ?extra)" \
+ LDFLAGS="$(call fn.ARGS,GTK.GCC,?strip .g .O ?extra.exe)" \
++ STRIP="$(STRIP.exe)" \
+ --prefix=$(PREFIX) \
+ --with-hb=$(call fn.ABSOLUTE,$(BUILD/))
+ $(TOUCH.exe) $@
diff --git a/HandBrake-system-OpenCL.patch b/HandBrake-system-OpenCL.patch
new file mode 100644
index 0000000..47ff9b1
--- /dev/null
+++ b/HandBrake-system-OpenCL.patch
@@ -0,0 +1,48 @@
+diff -up HandBrake-40ec4ebaa2958b2549125dd525b6fcb2bd595d69/libhb/internal.h.cl HandBrake-40ec4ebaa2958b2549125dd525b6fcb2bd595d69/libhb/internal.h
+--- HandBrake-40ec4ebaa2958b2549125dd525b6fcb2bd595d69/libhb/internal.h.cl 2017-01-20 11:51:28.511218948 +0100
++++ HandBrake-40ec4ebaa2958b2549125dd525b6fcb2bd595d69/libhb/internal.h 2017-01-20 11:51:43.974305794 +0100
+@@ -8,7 +8,7 @@
+ */
+
+ #include "hbffmpeg.h"
+-#include "extras/cl.h"
++#include <CL/cl.h>
+ #ifdef USE_QSV
+ #include "qsv_libav.h"
+ #endif
+diff -up HandBrake-40ec4ebaa2958b2549125dd525b6fcb2bd595d69/libhb/opencl.h.cl HandBrake-40ec4ebaa2958b2549125dd525b6fcb2bd595d69/libhb/opencl.h
+--- HandBrake-40ec4ebaa2958b2549125dd525b6fcb2bd595d69/libhb/opencl.h.cl 2017-01-19 15:01:20.000000000 +0100
++++ HandBrake-40ec4ebaa2958b2549125dd525b6fcb2bd595d69/libhb/opencl.h 2017-01-20 11:51:28.511218948 +0100
+@@ -10,7 +10,7 @@
+ #ifndef HB_OPENCL_H
+ #define HB_OPENCL_H
+
+-#include "extras/cl.h"
++#include <CL/cl.h>
+ #include "openclwrapper.h"
+
+ // we only support OpenCL 1.1 or later
+diff -up HandBrake-40ec4ebaa2958b2549125dd525b6fcb2bd595d69/libhb/openclwrapper.c.cl HandBrake-40ec4ebaa2958b2549125dd525b6fcb2bd595d69/libhb/openclwrapper.c
+--- HandBrake-40ec4ebaa2958b2549125dd525b6fcb2bd595d69/libhb/openclwrapper.c.cl 2017-01-19 15:01:20.000000000 +0100
++++ HandBrake-40ec4ebaa2958b2549125dd525b6fcb2bd595d69/libhb/openclwrapper.c 2017-01-20 11:51:28.511218948 +0100
+@@ -13,7 +13,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#include "extras/cl.h"
++#include <CL/cl.h>
+ #include "opencl.h"
+ #include "openclwrapper.h"
+ #include "openclkernels.h"
+diff -up HandBrake-40ec4ebaa2958b2549125dd525b6fcb2bd595d69/libhb/openclwrapper.h.cl HandBrake-40ec4ebaa2958b2549125dd525b6fcb2bd595d69/libhb/openclwrapper.h
+--- HandBrake-40ec4ebaa2958b2549125dd525b6fcb2bd595d69/libhb/openclwrapper.h.cl 2017-01-19 15:01:20.000000000 +0100
++++ HandBrake-40ec4ebaa2958b2549125dd525b6fcb2bd595d69/libhb/openclwrapper.h 2017-01-20 11:51:28.511218948 +0100
+@@ -15,7 +15,7 @@
+ #define HB_OPENCL_WRAPPER_H
+
+ #include "common.h"
+-#include "extras/cl.h"
++#include <CL/cl.h>
+
+ //support AMD opencl
+ #define CL_QUEUE_THREAD_HANDLE_AMD 0x403E
diff --git a/HandBrake.spec b/HandBrake.spec
new file mode 100644
index 0000000..86dcbd7
--- /dev/null
+++ b/HandBrake.spec
@@ -0,0 +1,484 @@
+%global commit0 51943f4115cb540793713571120f25414ab805d8
+%global date 20170122
+%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
+%global tag %{version}
+
+# Build with "--without ffmpeg" or enable this to use bundled libAV
+# instead of system FFMpeg libraries. Unfortunately with FFMpeg UTF-8
+# subtitles are not recognized in media source files. :(
+#global _without_ffmpeg 1
+
+%ifarch i686 x86_64
+%global _with_mfx 1
+%endif
+
+%global desktop_id fr.handbrake.ghb
+
+Name: HandBrake
+Version: 1.0.3
+Release: 1%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
+Summary: An open-source multiplatform video transcoder
+License: GPLv2+
+URL: http://handbrake.fr/
+
+%if 0%{?tag:1}
+Source0: https://handbrake.fr/rotation.php?file=%{name}-%{version}.tar.bz2#/%{name...
+%else
+Source0: https://github.com/%{name}/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{s...
+%endif
+
+%{?_without_ffmpeg:Source10: https://libav.org/releases/libav-12.tar.gz}
+
+# Build with unpatched libbluray (https://github.com/HandBrake/HandBrake/pull/458)
+# can be dropped with libbluray-1.0.0
+Patch1: %{name}-no_clip_id.patch
+# Use system OpenCL headers
+Patch2: %{name}-system-OpenCL.patch
+# Pass strip tool override to gtk/configure
+Patch3: %{name}-nostrip.patch
+# Don't link with libva unnecessarily
+Patch4: %{name}-no-libva.patch
+
+BuildRequires: a52dec-devel >= 0.7.4
+BuildRequires: cmake
+BuildRequires: dbus-glib-devel
+BuildRequires: desktop-file-utils
+%{!?_without_ffmpeg:BuildRequires: ffmpeg-devel >= 2.6}
+# Should be >= 2.6:
+BuildRequires: freetype-devel >= 2.4.11
+# Should be >= 0.19.7:
+BuildRequires: fribidi-devel >= 0.19.4
+BuildRequires: gcc
+BuildRequires: gstreamer1-plugins-base-devel
+BuildRequires: intltool
+BuildRequires: jansson-devel
+BuildRequires: lame-devel >= 3.98
+BuildRequires: libappindicator-gtk3-devel
+# Should be >= 0.13.2:
+BuildRequires: libass-devel >= 0.13.1
+BuildRequires: libbluray-devel >= 0.9.3
+BuildRequires: libdvdnav-devel >= 5.0.1
+BuildRequires: libdvdread-devel >= 5.0.0
+# FDK is non-free
+%{?_with_fdk:BuildRequires: libfdk-aac-devel >= 0.1.4}
+BuildRequires: libgudev-devel
+%if 0%{?_with_mfx:1}
+BuildRequires: libmfx-devel >= 1.16
+#BuildRequires: libva-devel
+%endif
+BuildRequires: libmpeg2-devel >= 0.5.1
+BuildRequires: libnotify-devel
+BuildRequires: librsvg2-devel
+BuildRequires: libsamplerate-devel
+BuildRequires: libtheora-devel
+BuildRequires: libtool
+BuildRequires: libvorbis-devel
+# Should be >= 1.5:
+BuildRequires: libvpx-devel >= 1.3
+BuildRequires: make
+BuildRequires: opencl-headers
+BuildRequires: opus-devel
+BuildRequires: python
+BuildRequires: webkitgtk3-devel
+BuildRequires: x264-devel >= 0.148
+BuildRequires: x265-devel >= 1.9
+BuildRequires: yasm
+
+Requires: hicolor-icon-theme
+# needed for reading encrypted DVDs
+%{?fedora:Recommends: libdvdcss%{_isa}}
+Obsoletes: HandBrake-cli < %{version}-%{release}
+Provides: HandBrake-cli = %{version}-%{release}
+Provides: handbrake = %{version}-%{release}
+
+%description
+%{name} is a general-purpose, free, open-source, cross-platform, multithreaded
+video transcoder software application. It can process most common multimedia
+files and any DVD or Bluray sources that do not contain any kind of copy
+protection.
+
+This package contains the command line version of the program.
+
+%package gui
+Summary: An open-source multiplatform video transcoder (GUI)
+Obsoletes: HandBrake-gui < %{version}-%{release}
+Provides: HandBrake-gui = %{version}-%{release}
+Provides: handbrake-gui = %{version}-%{release}
+Requires: hicolor-icon-theme
+# needed for reading encrypted DVDs
+%{?fedora:Recommends: libdvdcss%{_isa}}
+# needed for live preview
+%{?fedora:Recommends: gstreamer1-plugins-good%{_isa}}
+
+%description gui
+%{name} is a general-purpose, free, open-source, cross-platform, multithreaded
+video transcoder software application. It can process most common multimedia
+files and any DVD or Bluray sources that do not contain any kind of copy
+protection.
+
+This package contains the main program with a graphical interface.
+
+%prep
+%setup -q %{!?tag:-n %{name}-%{commit0}}
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+mkdir -p download
+%{?_without_ffmpeg:cp -p %{SOURCE10} download}
+
+# Use system libraries in place of bundled ones
+for module in a52dec %{?_with_fdk:fdk-aac} %{!?_without_ffmpeg:ffmpeg} libdvdnav libdvdread libbluray %{?_with_mfx:libmfx} libvpx x265; do
+ sed -i -e "/MODULES += contrib\/$module/d" make/include/main.defs
+done
+rm libhb/extras/cl{,_platform}.h
+
+# Fix desktop file
+sed -i -e 's/%{desktop_id}.svg/%{desktop_id}/g' gtk/src/%{desktop_id}.desktop
+
+%build
+echo "HASH=%{commit0}" > version.txt
+echo "SHORTHASH=%{shortcommit0}" >> version.txt
+echo "DATE=$(date "+%Y-%m-%d %T" -d %{date})" >> version.txt
+%if 0%{?tag:1}
+echo "TAG=%{tag}" >> version.txt
+echo "TAG_HASH=%{commit0}" >> version.txt
+%endif
+
+# This makes build stop if any download is attempted
+export http_proxy=http://127.0.0.1
+
+# By default the project is built with optimizations for speed and no debug.
+# Override configure settings by passing RPM_OPT_FLAGS and disabling preset
+# debug options.
+echo "GCC.args.O.speed = %{optflags} -I%{_includedir}/ffmpeg -lx265 %{?_with_fdk:-lfdk-aac} %{?_with_mfx:-lmfx}" > custom.defs
+echo "GCC.args.g.none = " >> custom.defs
+
+# Not an autotools configure script.
+./configure \
+ --build build \
+ --prefix=%{_prefix} \
+ --debug=std \
+ --strip=%{_bindir}/echo \
+ --verbose \
+ --disable-df-fetch \
+ --disable-gtk-update-checks \
+ --enable-x265 \
+ %{?_with_fdk:--enable-fdk-aac} \
+ %{?_with_mfx:--enable-qsv}
+
+%make_build -C build V=1
+
+%install
+%make_install -C build
+
+# Desktop file, icons and AppStream metadata from FlatPak build (more complete)
+rm -f %{buildroot}/%{_datadir}/applications/ghb.desktop \
+ %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/hb-icon.svg
+
+install -D -p -m 644 gtk/src/%{desktop_id}.desktop \
+ %{buildroot}/%{_datadir}/applications/%{desktop_id}.desktop
+install -D -p -m 644 gtk/src/%{desktop_id}.svg \
+ %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/%{desktop_id}.svg
+install -D -p -m 644 gtk/src/%{desktop_id}.appdata.xml \
+ %{buildroot}/%{_datadir}/appdata/%{desktop_id}.appdata.xml
+
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{desktop_id}.desktop
+
+%find_lang ghb
+
+%post gui
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+%if 0%{?fedora} <= 24 || 0%{?rhel}
+/usr/bin/update-desktop-database &> /dev/null || :
+%endif
+
+%postun gui
+if [ $1 -eq 0 ] ; then
+ touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+%if 0%{?fedora} <= 24 || 0%{?rhel}
+/usr/bin/update-desktop-database &> /dev/null || :
+%endif
+
+%posttrans gui
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+%files -f ghb.lang gui
+%license COPYING
+%doc AUTHORS.markdown NEWS.markdown README.markdown THANKS.markdown
+%{_bindir}/ghb
+%if 0%{?fedora} || 0%{?rhel} >= 7
+%{_datadir}/appdata/%{desktop_id}.appdata.xml
+%else
+%exclude %{_datadir}/appdata/%{desktop_id}.appdata.xml
+%endif
+%{_datadir}/applications/%{desktop_id}.desktop
+%{_datadir}/icons/hicolor/scalable/apps/%{desktop_id}.svg
+
+%files
+%license COPYING
+%doc AUTHORS.markdown NEWS.markdown README.markdown THANKS.markdown
+%{_bindir}/HandBrakeCLI
+
+%changelog
+* Wed Mar 08 2017 Xavier Bachelot <xavier(a)bachelot.org> - 1.0.3-1
+- Update to 1.0.3.
+- Use Recommends: only for Fedora.
+- Fix debuginfo sub-package.
+
+* Sat Jan 28 2017 Dominik Mierzejewski <rpm(a)greysector.net> - 1.0.2-1
+- update to 1.0.2
+- avoid unnecessary libva dependency
+
+* Fri Jan 20 2017 Dominik Mierzejewski <rpm(a)greysector.net> - 1.0.1-1
+- Update to 1.0.1.
+- Use make_build macro.
+- Fix BRs and drop redundant ones.
+- libva is required to build with QSV.
+- Provide lowercase name provides.
+- Restore support for building with bundled libav.
+
+* Fri Dec 02 2016 Dominik Mierzejewski <rpm(a)greysector.net> - 1.0-33.20161201git8a9f21c
+- Update to latest sources.
+- Soft dependency on gstreamer1-plugins-good for live preview.
+- Change hard dependency on libdvdcss to soft.
+- libmfx is x86-only.
+- Move -cli to the main package.
+- Drop support for building with libav.
+
+* Thu Dec 01 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-32.20161129gitfac5e0e
+- Update to latest snapshot.
+- Add patches from Dominik Mierzejewski:
+ * Allow use of unpatched libbluray.
+ * Use system OpenCL headers.
+ * Do not strip binaries.
+
+* Fri Nov 18 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-31.20161116gitb9c5daa
+- Update to latest snapshot.
+- Use Flatpak desktop file, icon and AppStream metadata (more complete).
+
+* Sat Oct 08 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-30.20161006git88807bb
+- Fix date.
+- Rebuild for fdk-aac update.
+
+* Sat Oct 08 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-29.20160929git88807bb
+- Require x265 hotfix.
+
+* Sun Oct 02 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-28.20160929gitd398531
+- Rebuild for x265 update.
+
+* Sun Oct 02 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-27.20160929gitd398531
+- Update to latest snapshot.
+- Update package release according to package guidelines.
+- Enable Intel Quick Sync Video encoding by default (libmfx package in main
+ repositories).
+- Add AppData support for Fedora (metadata from upstream).
+- Do not run update-desktop-database on Fedora 25+ as per packaging guidelines.
+
+* Fri Aug 05 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-26.6b5d91a
+- Update to latest sources.
+
+* Thu Jul 14 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-25.56c7ee7
+- Update to latest snapshot.
+
+* Fri Jul 08 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-24.0fc54d0
+- Update to latest sources.
+
+* Sun Jul 03 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-23.b1a4f0d
+- Update to latest sources.
+
+* Sun Jun 19 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-22.221bfe7
+- Update to latest sources, bump build requirements.
+
+* Tue May 24 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-21.879a512
+- Update to latest sources.
+
+* Wed Apr 13 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-20.8be786a
+- Update to latest sources.
+- Update build requirements of x264/x265 to match upstream.
+
+* Thu Mar 31 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-19.a447656
+- Bugfixes.
+
+* Tue Mar 29 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-18.113e2a5
+- Update to latest snapshot for various fixes.
+
+* Wed Mar 16 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-17.12f7be2
+- Update to latest sources.
+
+* Fri Feb 12 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-16.0da688d
+- Update to latest snapshot.
+
+* Sun Jan 31 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-15.ba5eb77
+- Update to latest snapshot.
+
+* Fri Jan 22 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-14.08e7b54
+- Update to latest sources, contains normalization fix.
+- Make Intel QuickSync encoder suppport conditional at build time.
+
+* Sat Jan 16 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-13.ed8c11e
+- Update to latest sources.
+
+* Fri Jan 08 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0-12.ee1167e
+- Update to latest sources.
+
+* Wed Dec 23 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0-11.1e56395
+- Update sources. Intel Quick Sync hardware support can be built using the same
+ library as FFMpeg. No frontend support yet.
+
+* Mon Dec 21 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0-10.57a9f48
+- Update sources.
+
+* Fri Dec 11 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0-9.3443f6a
+- Update to latest sources.
+
+* Sun Dec 06 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0-8.ca69335
+- Update to latest sources.
+
+* Tue Dec 01 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0-7.46e641c
+- Switch back to bundled libav 11 to fix subtitle detection.
+- Make bundling libav conditional.
+
+* Fri Nov 27 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0-6.46e641c
+- Update to latest sources.
+
+* Mon Nov 23 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0-5.6c731e1
+- Update ffmpeg patch.
+
+* Fri Nov 20 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0-4.6c731e1
+- Update to latest upstream.
+- Add license macro.
+
+* Sat Nov 14 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0-3.6d66bd5
+- Use system libfdk-aac.
+
+* Tue Nov 10 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0-2.6d66bd5
+- Update snapshot.
+- Use packaging guidelines for GitHub snapshots.
+- Update fdk-aac bundle.
+- Update build requirements.
+
+* Wed Oct 28 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0-1
+- Update to master branch.
+- Use system x265.
+
+* Fri Oct 23 2015 Simone Caronni <negativo17(a)gmail.com> - 0.10.2-3
+- Udpate patches from 0.10.x branch.
+- Use system ffmpeg libraries in place of bundled libav.
+
+* Mon Sep 28 2015 Simone Caronni <negativo17(a)gmail.com> - 0.10.2-2
+- Update latest patches from the 0.10.x branch.
+
+* Thu Jun 11 2015 Simone Caronni <negativo17(a)gmail.com> - 0.10.2-1
+- Update to 0.10.2.
+- Use handbrake.fr URL for source 0.
+
+* Mon Mar 09 2015 Simone Caronni <negativo17(a)gmail.com> - 0.10.1-1
+- Update to 0.10.1.
+
+* Mon Jan 26 2015 Simone Caronni <negativo17(a)gmail.com> - 0.10.0-12
+- Fix huge icons problem.
+
+* Wed Nov 26 2014 Simone Caronni <negativo17(a)gmail.com> - 0.10.0-11
+- Update to 0.10.0 official release.
+
+* Wed Nov 05 2014 Simone Caronni <negativo17(a)gmail.com> - 0.10-10.svn6507
+- Update to SVN revision 6507.
+
+* Mon Nov 03 2014 Simone Caronni <negativo17(a)gmail.com> - 0.10-9.svn6502
+- Update to SVN revision 6502.
+
+* Fri Oct 24 2014 Simone Caronni <negativo17(a)gmail.com> - 0.10-8.svn6461
+- Update to SVN revision 6461.
+
+* Fri Oct 10 2014 Simone Caronni <negativo17(a)gmail.com> - 0.10-7.svn6439
+- Update to SVN revision 6439.
+
+* Fri Oct 03 2014 Simone Caronni <negativo17(a)gmail.com> - 0.10-6.svn6422
+- Update to SVN revision 6430.
+
+* Sun Sep 28 2014 Simone Caronni <negativo17(a)gmail.com> - 0.10-5.svn6422
+- Update to SVN revision 6422.
+
+* Mon Sep 08 2014 Simone Caronni <negativo17(a)gmail.com> - 0.10-4.svn6404
+- Update to SVN revision 6404.
+- Update libdvdread and libdvdnav requirements.
+
+* Mon Sep 08 2014 Simone Caronni <negativo17(a)gmail.com> - 0.10-3.svn6394
+- Update to SVN revision 6394.
+
+* Mon Sep 01 2014 Simone Caronni <negativo17(a)gmail.com> - 0.10-2.svn6386
+- Update to svn revision 6386; new x265 presets.
+- Update x265 libraries.
+
+* Sat Aug 23 2014 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-17.svn6304
+- Update to svn revision 6351. HandBrake version is now 0.10:
+ https://trac.handbrake.fr/milestone/HandBrake%200.10
+- Lame and x264 libraries are now linked by default.
+- Remove mkv, mpeg2dec and libmkv as they are no longer used.
+- LibAV is now enabled by default.
+- Add libappindicator-gtk3 build requirement.
+
+* Sun Aug 17 2014 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-16.svn6304
+- Update to 6304 snapshot.
+
+* Wed Aug 06 2014 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-15.svn6268
+- Update to latest snapshot.
+
+* Wed Jul 30 2014 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-14.svn6244
+- Updated to latest snapshot.
+- Enable avformat muxer, replaces libmkv and mp4v2 support.
+- Requires libdvdnav >= 5.0.0 to fix crashes.
+- Remove ExclusiveArch.
+
+* Sat Jul 05 2014 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-13.svn6227
+- Updated to SVN snapshot.
+- Remove RHEL 6 conditionals.
+
+* Tue Mar 25 2014 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-12
+- Backport DVD changes from trunk (should fix libdvdnav crashes with specific
+ DVD titles).
+- Use system ffpmeg 2 libraries in place of bundled libav.
+
+* Mon Mar 17 2014 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-11
+- Fix crash on Fedora.
+
+* Fri Mar 14 2014 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-10
+- Use system libdvdnav/libdvdread.
+
+* Mon Dec 23 2013 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-9
+- Use system libraries for libbluray, lame, mpeg2dec, a52dec (patch), libmkv
+ (patch), x264 (faac, fdk-aac, libav, libdvdnav, libdvdread and mp4v2 are still
+ bundled).
+- Use Fedora compiler options.
+- Use GStreamer 1.x on Fedora and RHEL/CentOS 7.
+- Add fdk-aac support.
+
+* Mon Dec 23 2013 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-8
+- Scriptlets need to run for gui subpackage and not base package. Thanks to
+ Peter Oliver.
+
+* Mon Sep 09 2013 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-7
+- Add requirement on libdvdcss, fix hicolor-icon-theme requirement.
+
+* Fri Jul 26 2013 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-6
+- Enable building CLI only on CentOS/RHEL 6.
+- Disable GTK update checks (updates come only packaged).
+
+* Tue Jul 23 2013 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-5
+- Enable command line interface only for CentOS/RHEL 6.
+
+* Thu May 30 2013 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-4
+- Updated x264 to r2282-1db4621 (stable branch) to fix Fedora 19 crash issues.
+
+* Mon May 20 2013 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-3
+- Update to 0.9.9.
+- Separate GUI and CLI packages.
+
+* Sat May 11 2013 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-2.5449svn
+- Updated.
+
+* Wed May 01 2013 Simone Caronni <negativo17(a)gmail.com> - 0.9.9-1.5433svn
+- First build.
diff --git a/sources b/sources
index e69de29..b3ea582 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0829c65d07e9bd06140277ab08c33731 HandBrake-1.0.3.tar.bz2
7 years, 8 months
[kmediafactory/el5] (30 commits) ...Package has been FTBFS for to many releases
by Leigh Scott
Summary of changes:
f0d129a... Fix url and source0 (only f8,f9) (*)
a947a99... * Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [ (*)
6619fea... new upstream version: 0.7.1 (*)
629374b... * Fri Oct 23 2009 Orcan Ogetbil <oged[DOT]fedora[AT]gmail[D (*)
be3ca85... update URL (*)
0c7231d... * Mon Jun 14 2010 Rex Dieter <rdieter(a)fedoraproject.org> - (*)
18bb69c... * Wed Feb 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8 (*)
d46701e... * Fri Mar 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8 (*)
760d07c... * Fri May 04 2012 Rex Dieter <rdieter(a)fedoraproject.org> 0. (*)
a09893c... note patches sent upstream (*)
203d05e... BR: ffmpeg-devel (*)
3d991f4... more gettext translations (*)
fa30140... one more gcc47 ism (rawhide only?) (*)
d7ecc20... * Tue Jun 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8 (*)
7e9075f... * Mon Oct 22 2012 Rex Dieter <rdieter(a)fedoraproject.org> 0. (*)
5d6bd75... * Sat Nov 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8 (*)
24466dc... * Mon Nov 26 2012 Rex Dieter <rdieter(a)fedoraproject.org> 0. (*)
ac7b2ea... * Wed Jan 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8 (*)
0d08455... * Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8 (*)
7e442fa... * Thu Aug 15 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8 (*)
7ec06f7... * Sat Dec 07 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8 (*)
c1046a3... * Sat Dec 07 2013 Leigh Scott <leigh123linux(a)googlemail.com (*)
6ce22d4... Rebuilt for ffmpeg-2.2 (*)
df9f14b... * Wed Aug 06 2014 Rex Dieter <rdieter(a)fedoraproject.org> 0. (*)
df0f9b0... * Wed Aug 06 2014 Rex Dieter <rdieter(a)fedoraproject.org> 0. (*)
2870237... * Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8 (*)
df879de... * Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8 (*)
0e8e491... Rebuilt for FFmpeg 2.4.3 (*)
8d4f63c... Add patch for compilation against ffmpeg 2.4.3. (*)
5867570... Package has been FTBFS for to many releases (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 8 months
[kmediafactory/el7: 9/9] Merge branch 'master' into el7
by Leigh Scott
commit f3b3eb52aeaaec0aec8f7a6fe4a0ad7077009dfa
Merge: ab9a5d6 5867570
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Mar 12 07:46:03 2017 +0000
Merge branch 'master' into el7
.gitignore | 1 -
dead.package | 1 +
kmediafactory-0.8.0-dso.patch | 12 --
kmediafactory-0.8.0-mlt-melt.patch | 26 ---
kmediafactory-0.8.1-FindFFmpeg.patch | 55 ------
kmediafactory-0.8.1-desktop_validate.patch | 9 -
kmediafactory-0.8.1-ffmpeg.patch | 37 ----
kmediafactory-0.8.1-gcc47.patch | 33 ----
kmediafactory.spec | 279 -----------------------------
sources | 1 -
10 files changed, 1 insertion(+), 453 deletions(-)
---
7 years, 8 months
[kmediafactory/el7] (9 commits) ...Merge branch 'master' into el7
by Leigh Scott
Summary of changes:
6ce22d4... Rebuilt for ffmpeg-2.2 (*)
df9f14b... * Wed Aug 06 2014 Rex Dieter <rdieter(a)fedoraproject.org> 0. (*)
df0f9b0... * Wed Aug 06 2014 Rex Dieter <rdieter(a)fedoraproject.org> 0. (*)
2870237... * Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8 (*)
df879de... * Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8 (*)
0e8e491... Rebuilt for FFmpeg 2.4.3 (*)
8d4f63c... Add patch for compilation against ffmpeg 2.4.3. (*)
5867570... Package has been FTBFS for to many releases (*)
f3b3eb5... Merge branch 'master' into el7
(*) This commit already existed in another branch; no separate mail sent
7 years, 8 months