]> git.pld-linux.org Git - packages/transcode.git/commitdiff
- removed unused BRs, formatting auto/ac/transcode-0_6_11-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Nov 2003 20:19:57 +0000 (20:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    transcode.spec -> 1.50

transcode.spec

index 1a89f2c9ed3e8f944f635b045bad6503be2cfb50..4d13957fd40540913527ec838c1bb4f692edcca2 100644 (file)
@@ -1,16 +1,16 @@
 #
 # todo:
 # - split plugins into subpackages
-# - disable building libraries what exists in system (libdv,libmpeg2 etc.)
+# - disable building of libraries which exist in system (libdv,libmpeg2 etc.)
 #
-
-%bcond_without gtk                     # disable gtk dependent stuff
+# Conditional build:
+%bcond_without gtk             # disable gtk dependent stuff
 %bcond_without avifile                 # disable avifile module
-%bcond_without sdl                     # disable sdl support
-%bcond_without im                      # disable imagemagick module
+%bcond_without sdl             # disable SDL support
+%bcond_without im              # disable imagemagick module
 %bcond_without libmpeg3                # disable libmpeg3 support
 %bcond_without quicktime       # disable quicktime support
-
+#
 Summary:       Video stream converter
 Summary(pl):   Konwerter strumieni video
 Name:          transcode
@@ -26,10 +26,7 @@ URL:         http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/
 %{?with_sdl:BuildRequires:     SDL-devel}
 BuildRequires: XFree86-devel
 BuildRequires: a52dec-libs-devel
-BuildRequires: autoconf
-BuildRequires: automake
 %{?with_avifile:BuildRequires: avifile-devel >= 0.7.32-0.20030219}
-BuildRequires: gettext-devel
 %{?with_gtk:BuildRequires:     gtk+-devel}
 BuildRequires: lame-libs-devel
 BuildRequires: libdv-devel
@@ -37,7 +34,6 @@ BuildRequires:        libdvdread-devel
 BuildRequires: libfame-devel
 %{?with_libmpeg3:BuildRequires:        libmpeg3-devel}
 BuildRequires: libogg-devel
-BuildRequires: libtool
 BuildRequires: libvorbis-devel
 BuildRequires: libxml2-devel
 %{?with_quicktime:BuildRequires:       quicktime4linux-devel >= 1.5.5}
@@ -56,12 +52,13 @@ Summary(pl):        biblioteka do obr
 Group:         Development/Libraries
 
 %description avilib
-Avilib is part of transcode made accessible for other programs that require
-it. So far I know of one such program -- ogmtools.
+Avilib is part of transcode made accessible for other programs that
+require it. So far I know of one such program -- ogmtools.
 
 %description avilib -l pl
-Avifile jest czê¶ci± programu transcode udostêpnion± dla innych programów,
-które jej wymagaj±. Jak na razie znam jeden taki program -- ogmtools.
+Avifile jest czê¶ci± programu transcode udostêpnion± dla innych
+programów, które jej wymagaj±. Jak na razie znam jeden taki program --
+ogmtools.
 
 %prep
 %setup  -q
@@ -117,7 +114,8 @@ kt
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 install -D avilib/avilib.h $RPM_BUILD_ROOT%{_includedir}/avilib.h
 install avilib/libavi.a $RPM_BUILD_ROOT%{_libdir}
This page took 0.03961 seconds and 4 git commands to generate.