packages: gmerlin-effectv/gmerlin-effectv.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sat Jul 30 21:18:18 CEST 2011


Author: qboosh                       Date: Sat Jul 30 19:18:18 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/gmerlin-effectv:
   gmerlin-effectv.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/gmerlin-effectv/gmerlin-effectv.spec
diff -u /dev/null packages/gmerlin-effectv/gmerlin-effectv.spec:1.1
--- /dev/null	Sat Jul 30 21:18:18 2011
+++ packages/gmerlin-effectv/gmerlin-effectv.spec	Sat Jul 30 21:18:13 2011
@@ -0,0 +1,77 @@
+# $Revision$, $Date$
+Summary:	EffecTV effects ported to gmerlin
+Summary(pl.UTF-8):	Efekty z projektu EffecTV przeportowane do gmerlina
+Name:		gmerlin-effectv
+Version:	1.1.3
+Release:	1
+License:	GPL v2+
+Group:		Libraries
+Source0:	http://downloads.sourceforge.net/gmerlin/%{name}-%{version}.tar.gz
+# Source0-md5:	456a4ab23ffd4adc9f6d11102251f479
+URL:		http://gmerlin.sourceforge.net/
+BuildRequires:	autoconf >= 2.50
+BuildRequires:	automake
+BuildRequires:	gettext-devel
+BuildRequires:	gmerlin-devel >= 0.4.2
+BuildRequires:	libtool
+BuildRequires:	pkgconfig
+Requires:	gmerlin >= 0.4.2
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains most effects from EffecTV
+(http://effectc.sourceforge.net/) ported to gmerlin. Missing Effects
+are mostly the ones, which do things, which cannot be done within a
+generic filter API.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera większość efektów z projektu EffecTV
+(http://effectc.sourceforge.net/) przeportowanych do gmerlina.
+Brakujące efekty to głównie wykonujące rzeczy, których nie można
+zrobić poprzez ogólne API filtrów.
+
+%prep
+%setup -q
+
+# evil, sets CFLAGS basing on /proc/cpuinfo, overrides our optflags
+# (--with-cpuflags=none disables using /proc/cpuinfo, but not overriding)
+sed -i -e '19,$d;18aAC_DEFUN([LQT_OPT_CFLAGS],[OPT_CFLAGS="$CFLAGS"])' m4/lqt_opt_cflags.m4
+
+%build
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -j1 install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+# dlopened plugins
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/gmerlin/plugins/*.la
+
+# just empty file
+#%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_libdir}/gmerlin/plugins/fv_*tv.so
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/07/30 19:18:13  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list