[packages/freshplayerplugin] - pl, cleanups
qboosh
qboosh at pld-linux.org
Thu May 20 22:04:05 CEST 2021
commit addc7535f7f0dc9c104346f6176ee0aa61f3e340
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu May 20 22:06:07 2021 +0200
- pl, cleanups
freshplayerplugin.spec | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)
---
diff --git a/freshplayerplugin.spec b/freshplayerplugin.spec
index 5c0479b..d5d42a2 100644
--- a/freshplayerplugin.spec
+++ b/freshplayerplugin.spec
@@ -1,11 +1,12 @@
#
# Conditional build:
-%bcond_with gtk3 # build with gtk+3 instead of gtk+2
-%bcond_without jack # jack
-%bcond_without pulseaudio # pulseaudio
-%bcond_without vaapi # vaapi
+%bcond_with gtk3 # GTK+ 3.x instead of 2.x
+%bcond_without jack # JACK support
+%bcond_without pulseaudio # PulseAudio support
+%bcond_without vaapi # VA-API support
-Summary: PPAPI-host NPAPI-plugin adapter for flashplayer in npapi based browsers
+Summary: PPAPI-host NPAPI-plugin adapter for flashplayer in NPAPI based browsers
+Summary(pl.UTF-8): Przejściówka hostująca wtyczki PPAPI dla flashplayera w przeglądarkach opartych na NPAPI
Name: freshplayerplugin
Version: 0.3.4
Release: 1
@@ -21,18 +22,18 @@ BuildRequires: cmake >= 2.8.8
BuildRequires: ffmpeg-devel
BuildRequires: freetype-devel
BuildRequires: glib2-devel
-%{!?with_gtk3:BuildRequires: gtk+2-devel}
-%{?with_gtk3:BuildRequires: gtk+3-devel}
-%{?with_jack:BuildRequires: jack-audio-connection-kit-devel}
+%{!?with_gtk3:BuildRequires: gtk+2-devel >= 2.0}
+%{?with_gtk3:BuildRequires: gtk+3-devel >= 3.0}
+%{?with_jack:BuildRequires: jack-audio-connection-kit-devel}
BuildRequires: libevent-devel
BuildRequires: libv4l-devel
-%{?with_vaapi:BuildRequires: libva-devel}
+%{?with_vaapi:BuildRequires: libva-devel}
BuildRequires: libva-x11-devel
BuildRequires: openssl-devel
BuildRequires: pkgconfig
-%{?with_pulseaudio:BuildRequires: pulseaudio-devel}
+%{?with_pulseaudio:BuildRequires: pulseaudio-devel}
BuildRequires: ragel
-BuildRequires: rpmbuild(macros) >= 1.357
+BuildRequires: rpmbuild(macros) >= 1.605
BuildRequires: xorg-lib-libXrandr-devel
BuildRequires: xorg-lib-libXrender-devel
Requires: browser-plugins >= 2.0
@@ -42,6 +43,10 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
PPAPI-host NPAPI-plugin adapter for flashplayer in npapi based
browsers.
+%description -l pl.UTF-8
+Przejściówka hostująca wtyczki PPAPI (pod kątem flashplayera) w
+przeglądarkach opartych na NPAPI.
+
%prep
%setup -q
@@ -60,6 +65,7 @@ cd build
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_browserpluginsdir}
+
install -p build/libfreshwrapper-flashplayer.so $RPM_BUILD_ROOT%{_browserpluginsdir}
%clean
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/freshplayerplugin.git/commitdiff/addc7535f7f0dc9c104346f6176ee0aa61f3e340
More information about the pld-cvs-commit
mailing list