SPECS: gimp-plugin-gap.spec - utf-8 - removed useless bconds
qboosh
qboosh at pld-linux.org
Sun Apr 29 19:25:29 CEST 2007
Author: qboosh Date: Sun Apr 29 17:25:29 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- utf-8
- removed useless bconds
---- Files affected:
SPECS:
gimp-plugin-gap.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/gimp-plugin-gap.spec
diff -u SPECS/gimp-plugin-gap.spec:1.1 SPECS/gimp-plugin-gap.spec:1.2
--- SPECS/gimp-plugin-gap.spec:1.1 Sun Apr 29 17:20:55 2007
+++ SPECS/gimp-plugin-gap.spec Sun Apr 29 19:25:24 2007
@@ -1,21 +1,13 @@
# $Revision$, $Date$
-###### /root/rpm/SOURCES/rpm.groups: no such file
-
-%bcond_with maintainer-mode # enable make rules and dependencies not useful (and sometimes confusing) to the casual installer
-%bcond_without dependency-tracking # speeds up one-time build
-%bcond_without unix-frontends # don't build with UNIX specific frontends for mplayer, xanim and mpeg encoders
-%bcond_without videoapi-support # don't build with videoapi support
-%bcond_without libavformat # don't build with libavformat/libavcodec
-%bcond_without libmpeg3 # don't build with libmpeg3
-%bcond_without libxvidcore # don't build with libxvidcore
-%bcond_without audio-support # don't build with audio support
-%bcond_with gdkpixbuf-pview # use GdkPixbuf thumbnail rendering (default=no)
-
-%bcond_without preinstalled-libmpeg3incdir # force link with an already installed libmpeg3 library and specify where to find libmpeg3 headerfiles
-%bcond_without preinstalled-libmpeg3 # full pathname of the preinstalled libmpeg3.a libraryfile
-
+#
+# Conditional build:
+%bcond_without ffmpeg # without libavformat/libavcodec
+%bcond_without libmpeg3 # without libmpeg3
+%bcond_without xvid # without xvid support
+%bcond_with gdkpixbuf # use GdkPixbuf thumbnail rendering (default=no)
+#
Summary: The GIMP Animation Package
-Summary(pl): Pakiet animacyjny dla GIMP'a
+Summary(pl.UTF-8): Pakiet animacyjny dla GIMP-a
Name: gimp-plugin-gap
Version: 2.2.1
Release: 1
@@ -30,6 +22,7 @@
BuildRequires: gimp-devel >= 2.2.0
BuildRequires: intltool
BuildRequires: libjpeg-devel
+%{?with_libmpeg3:BuildRequires: libmpeg3-devel}
BuildRequires: nasm
BuildRequires: pkgconfig
BuildRequires: xvid-devel >= 1:1.0.0.
@@ -43,9 +36,9 @@
extend GIMP 2.2 with capabilities to edit and create animations as
sequences of single frames.
-%description -l pl
-GIMP-GAP (GIMP Animation Package) jest kolekcj± wtyczek
-rozszerzaj±cych GIMPa o mo¿liwo¶æ edycji i tworzenia animacji i
+%description -l pl.UTF-8
+GIMP-GAP (GIMP Animation Package) jest kolekcjÄ
wtyczek
+rozszerzajÄ
cych GIMP-a o możliwoÅÄ edycji i tworzenia animacji i
sekwencji pojedynczych ramek.
%prep
@@ -57,17 +50,12 @@
%__automake
%__autoconf
%configure \
- %{?with_maintainer-mode --enable-maintainer-mode} \
- %{?without_dependency-tracking --disable-dependency-tracking} \
- %{?without_unix-frontends --disable-unix-frontends} \
- %{?without_videoapi-support --disable-videoapi-support} \
- %{?without_libavformat --disable-libavformat} \
- %{?without_libmpeg3 --disable-libmpeg3} \
- %{?without_libxvidcore --disable-libxvidcore} \
- %{?without_audio-support --disable-audio-support} \
- %{?with_gdkpixbuf-pview --enable-gdkpixbuf-pview} \
- %{!?without_preinstalled-libmpeg3incdir --with-preinstalled-libmpeg3incdir=%{_libdir}} \
- %{!?without_preinstalled-libmpeg3incdir --with-preinstalled-libmpeg3incdir=%{_libdir}/libmpeg3.a}
+ %{!?with_ffmpeg:--disable-libavformat} \
+ %{!?with_libmpeg3:--disable-libmpeg3} \
+ %{!?with_xvid:--disable-libxvidcore} \
+ %{?with_gdkpixbuf:--enable-gdkpixbuf-pview} \
+ --with-preinstalled-libmpeg3incdir=%{_includedir} \
+ --with-preinstalled-libmpeg3libdir=%{_libdir}
%{__make}
@@ -96,5 +84,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2007/04/29 17:25:24 qboosh
+- utf-8
+- removed useless bconds
+
Revision 1.1 2007/04/29 15:20:55 qboosh
- raw from Bartosz Golek
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gimp-plugin-gap.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list