[freshplayerplugin] Clean spec, Vascom patches series, rfbz #4192
by Sérgio M. Basto
commit fe67354bff17af9fd43a27aafc261ce7bf77844a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Aug 31 20:14:34 2016 +0100
Clean spec, Vascom patches series, rfbz #4192
- Reorder BR to match with unitedrpms
- Add possibility to disable 3D
freshplayerplugin.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/freshplayerplugin.spec b/freshplayerplugin.spec
index 447ef7b..d105300 100644
--- a/freshplayerplugin.spec
+++ b/freshplayerplugin.spec
@@ -66,6 +66,9 @@ not only Firefox.
%prep
%autosetup
+# Disable 3D (because some intel graphics i915 and others display slow videos)
+#sed -i 's|enable_3d = 1|enable_3d = 0|g' data/freshwrapper.conf.example
+#sed -i 's|enable_3d = 1,|enable_3d = 0,|g' src/config.c
%build
mkdir build
@@ -89,6 +92,7 @@ install -Dm 0644 data/freshwrapper.conf.example %{buildroot}/etc/freshwrapper.co
* Wed Aug 31 2016 Sérgio Basto <sergio(a)serjux.com> - 0.3.5-3
- Clean spec, Vascom patches series, rfbz #4192
- Reorder BR to match with unitedrpms
+- Add possibility to disable 3D
* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.3.5-2
- Rebuilt for ffmpeg-3.1.1
8 years, 2 months
[freshplayerplugin] Reorder BR to match with unitedrpms
by Sérgio M. Basto
commit 7b203b3c9a499e1c964adb19684aa12b170e4aa3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Aug 31 19:58:05 2016 +0100
Reorder BR to match with unitedrpms
freshplayerplugin.spec | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
---
diff --git a/freshplayerplugin.spec b/freshplayerplugin.spec
index 73625a7..447ef7b 100644
--- a/freshplayerplugin.spec
+++ b/freshplayerplugin.spec
@@ -7,30 +7,30 @@ License: MIT
URL: https://github.com/i-rinat/freshplayerplugin
Source0: https://github.com/i-rinat/%{name}/archive/v%{version}.tar.gz#/%{name}-%{...
-BuildRequires: glib2-devel
-BuildRequires: libX11-devel
-BuildRequires: uriparser-devel
-BuildRequires: cairo-devel
-BuildRequires: pango-devel
-BuildRequires: freetype-devel
-BuildRequires: gtk2-devel
BuildRequires: gcc-c++
-BuildRequires: alsa-lib-devel
-BuildRequires: libconfig-devel
-BuildRequires: libevent-devel
-BuildRequires: mesa-libGLES-devel
BuildRequires: cmake
BuildRequires: make
BuildRequires: ragel
+BuildRequires: glib2-devel
BuildRequires: pulseaudio-libs-devel
+BuildRequires: alsa-lib-devel
+BuildRequires: pango-devel
+BuildRequires: libX11-devel
+BuildRequires: mesa-libGLES-devel
+BuildRequires: libconfig-devel
+BuildRequires: libevent-devel
+BuildRequires: freetype-devel
+BuildRequires: cairo-devel
+BuildRequires: gtk2-devel
+BuildRequires: uriparser-devel
BuildRequires: openssl-devel
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: soxr-devel
-BuildRequires: libv4l-devel
BuildRequires: libva-devel
-BuildRequires: ffmpeg-devel
BuildRequires: libvdpau-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: libv4l-devel
Requires: mozilla-filesystem
%description
@@ -88,6 +88,7 @@ install -Dm 0644 data/freshwrapper.conf.example %{buildroot}/etc/freshwrapper.co
%changelog
* Wed Aug 31 2016 Sérgio Basto <sergio(a)serjux.com> - 0.3.5-3
- Clean spec, Vascom patches series, rfbz #4192
+- Reorder BR to match with unitedrpms
* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.3.5-2
- Rebuilt for ffmpeg-3.1.1
8 years, 2 months
[freshplayerplugin] Clean spec, Vascom patches series, rfbz #4192
by Sérgio M. Basto
commit e001ec349efd2204080a9d29ccca6f2b27f63003
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Aug 31 19:44:29 2016 +0100
Clean spec, Vascom patches series, rfbz #4192
freshplayerplugin.spec | 47 ++++++++++++++++++++++++++++++++++++-----------
1 file changed, 36 insertions(+), 11 deletions(-)
---
diff --git a/freshplayerplugin.spec b/freshplayerplugin.spec
index c858573..73625a7 100644
--- a/freshplayerplugin.spec
+++ b/freshplayerplugin.spec
@@ -1,13 +1,35 @@
-Name: freshplayerplugin
+Name: freshplayerplugin
Version: 0.3.5
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: PPAPI-host NPAPI-plugin adapter
-Group: Applications/Internet
-License: MIT
-URL: https://github.com/i-rinat/freshplayerplugin
-Source0: https://github.com/i-rinat/%{name}/archive/v%{version}.tar.gz#/%{name}-%{...
+Group: Applications/Internet
+License: MIT
+URL: https://github.com/i-rinat/freshplayerplugin
+Source0: https://github.com/i-rinat/%{name}/archive/v%{version}.tar.gz#/%{name}-%{...
-BuildRequires: glib2-devel libX11-devel uriparser-devel cairo-devel pango-devel freetype-devel gtk2-devel gcc-c++ alsa-lib-devel libconfig-devel libevent-devel mesa-libGLES-devel cmake make ragel pulseaudio-libs-devel openssl-devel jack-audio-connection-kit-devel soxr-devel libv4l-devel libva-devel ffmpeg-devel libvdpau-devel
+BuildRequires: glib2-devel
+BuildRequires: libX11-devel
+BuildRequires: uriparser-devel
+BuildRequires: cairo-devel
+BuildRequires: pango-devel
+BuildRequires: freetype-devel
+BuildRequires: gtk2-devel
+BuildRequires: gcc-c++
+BuildRequires: alsa-lib-devel
+BuildRequires: libconfig-devel
+BuildRequires: libevent-devel
+BuildRequires: mesa-libGLES-devel
+BuildRequires: cmake
+BuildRequires: make
+BuildRequires: ragel
+BuildRequires: pulseaudio-libs-devel
+BuildRequires: openssl-devel
+BuildRequires: jack-audio-connection-kit-devel
+BuildRequires: soxr-devel
+BuildRequires: libv4l-devel
+BuildRequires: libva-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: libvdpau-devel
Requires: mozilla-filesystem
@@ -43,27 +65,30 @@ Second way will be used for the project. It will benefit other browsers too,
not only Firefox.
%prep
-%setup -q
+%autosetup
%build
mkdir build
cd build
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_SKIP_RPATH=true ..
-make %{?_smp_mflags}
+%make_build
%install
pushd build
-%make_install
+ %make_install
popd
install -Dm 0644 data/freshwrapper.conf.example %{buildroot}/etc/freshwrapper.conf
%files
-%doc README.md doc/*
+%doc ChangeLog README.md doc/*
%license LICENSE
%{_libdir}/mozilla/plugins/libfreshwrapper-flashplayer.so
%config(noreplace) %{_sysconfdir}/freshwrapper.conf
%changelog
+* Wed Aug 31 2016 Sérgio Basto <sergio(a)serjux.com> - 0.3.5-3
+- Clean spec, Vascom patches series, rfbz #4192
+
* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.3.5-2
- Rebuilt for ffmpeg-3.1.1
8 years, 2 months
[libvdpau-va-gl] Update to 0.4.0
by nchauvet
commit 6b0fcd2c7a403b9a5c75691a38cfcb2166ab05ac
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Aug 30 17:53:53 2016 +0200
Update to 0.4.0
.gitignore | 1 +
libvdpau-va-gl.spec | 19 +++++++------------
sources | 2 +-
3 files changed, 9 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 854f921..7d20932 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
v0.3.4.tar.gz
/v0.3.6.tar.gz
+/v0.4.0.tar.gz
diff --git a/libvdpau-va-gl.spec b/libvdpau-va-gl.spec
index cd0327b..9717d25 100644
--- a/libvdpau-va-gl.spec
+++ b/libvdpau-va-gl.spec
@@ -1,6 +1,6 @@
Name: libvdpau-va-gl
-Version: 0.3.6
-Release: 2%{?dist}
+Version: 0.4.0
+Release: 1%{?dist}
Summary: VDPAU driver with OpenGL/VAAPI back-end
License: LGPLv3
@@ -13,7 +13,6 @@ ExclusiveArch: i686 x86_64 ia64
BuildRequires: cmake
BuildRequires: pkgconfig(vdpau)
BuildRequires: pkgconfig(glib-2.0)
-BuildRequires: pkgconfig(libswscale)
BuildRequires: pkgconfig(libva-glx)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glu)
@@ -47,22 +46,18 @@ cd build
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-#This should automatically enable vdpau backend on intel i965
-#But xf86-intel doesn't want't to apply
-#http://lists.freedesktop.org/archives/intel-gfx/2013-August/031872.html
-ln -s libvdpau_va_gl.so.1 $RPM_BUILD_ROOT%{_libdir}/vdpau/libvdpau_i965.so.1
-
-
%files
-%doc ChangeLog COPYING* README.md
+%doc ChangeLog LICENSE README.md
%{_libdir}/vdpau/libvdpau_va_gl.so.1
%exclude %{_libdir}/vdpau/libvdpau_va_gl.so
-#Hack - Will be removed
-%{_libdir}/vdpau/libvdpau_i965.so.1
%changelog
+* Tue Aug 30 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.0-1
+- Update to 0.4.0
+- Drop compat symlink
+
* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.3.6-2
- Rebuilt for ffmpeg-3.1.1
diff --git a/sources b/sources
index 136e266..5e9c2b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-77ce5937c94c9a6747e15646fe5c4bb3 v0.3.6.tar.gz
+638244652a702d0262039890904f37ce v0.4.0.tar.gz
8 years, 2 months
[buildsys-build-rpmfusion/f25] rebuild for kernel 4.8.0-0.rc4.git0.1.fc25
by nchauvet
commit ef958a885b596276e5501445b66415d0b6d26e98
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Aug 30 17:06:04 2016 +0200
rebuild for kernel 4.8.0-0.rc4.git0.1.fc25
buildsys-build-rpmfusion-kerneldevpkgs-current | 8 ++++----
buildsys-build-rpmfusion.spec | 5 ++++-
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/buildsys-build-rpmfusion-kerneldevpkgs-current b/buildsys-build-rpmfusion-kerneldevpkgs-current
index 329cf7e..580f12b 100644
--- a/buildsys-build-rpmfusion-kerneldevpkgs-current
+++ b/buildsys-build-rpmfusion-kerneldevpkgs-current
@@ -1,4 +1,4 @@
-4.6.3-300.fc24.x86_64
-4.6.3-300.fc24.x86_64smp
-4.6.3-300.fc24.x86_64PAE
-4.6.3-300.fc24.x86_64lpae
+4.8.0-0.rc4.git0.1.fc25
+4.8.0-0.rc4.git0.1.fc25smp
+4.8.0-0.rc4.git0.1.fc25PAE
+4.8.0-0.rc4.git0.1.fc25lpae
diff --git a/buildsys-build-rpmfusion.spec b/buildsys-build-rpmfusion.spec
index 62339ea..e14ad17 100644
--- a/buildsys-build-rpmfusion.spec
+++ b/buildsys-build-rpmfusion.spec
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 10
Version: 25
-Release: 0.2
+Release: 0.4
Summary: Tools and files used by the %{repo} buildsys
Group: Development/Tools
@@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Aug 30 2016 Nicolas Chauvet <nicolas.chauvet(a)kwizart.fr> - 10:25-0.4
+- rebuild for kernel 4.8.0-0.rc4.git0.1.fc25
+
* Fri Jul 01 2016 Nicolas Chauvet <nicolas.chauvet(a)kwizart.fr> - 10:25-0.2
- rebuild for kernel 4.6.3-300.fc24.x86_64
8 years, 2 months
[Mosaic/f23] Fix hardcoded paths
by Leigh Scott
Summary of changes:
493ebf5... Fix hardcoded paths (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[Mosaic/f24] Fix hardcoded paths
by Leigh Scott
Summary of changes:
493ebf5... Fix hardcoded paths (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[Mosaic/f25] Fix hardcoded paths
by Leigh Scott
Summary of changes:
493ebf5... Fix hardcoded paths (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months