Browse Source

Add dependencies for smoothness and richness, edit description.

Michael Schloh von Bennewitz 22 years ago
parent
commit
f62e3c3aae
1 changed files with 10 additions and 5 deletions
  1. 10 5
      xine-lib/xine-lib.spec

+ 10 - 5
xine-lib/xine-lib.spec

@@ -29,11 +29,11 @@ Summary:      Video Player Library
 URL:          http://www.xinehq.de/
 Vendor:       Guenter Bartsch et al.
 Packager:     The OpenPKG Project
-Distribution: OpenPKG [JUNK]
+Distribution: OpenPKG [EVAL]
 Group:        Video
 License:      GPL
 Version:      1
-Release:      20030409
+Release:      20030410
 
 #   list of sources
 Source0:      http://download.sourceforge.net/xine/xine-lib-%{version}-beta10.tar.gz
@@ -41,7 +41,7 @@ Source0:      http://download.sourceforge.net/xine/xine-lib-%{version}-beta10.ta
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20030103, X11
+BuildPreReq:  OpenPKG, openpkg >= 20030103, X11, libiconv, sdl, vorbis-libs
 PreReq:       OpenPKG, openpkg >= 20030103, X11
 AutoReq:      no
 AutoReqProv:  no
@@ -51,7 +51,7 @@ AutoReqProv:  no
     VCDs. It also decodes multimedia files like AVI, MOV, WMV, and MP3
     from local disk drives, and displays multimedia streamed over the
     Internet. It interprets many of the most common multimedia formats
-    available - and some of the most uncommon formats, too.
+    available and some of the most uncommon formats, too.
 
 %prep
     %setup -q -n xine-lib-1-beta10
@@ -68,7 +68,12 @@ AutoReqProv:  no
         --with-x \
         --x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
         --x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \
-        --enable-static --disable-shared
+        --enable-static --disable-shared \
+        --with-libiconv-prefix=%{l_prefix} \
+        --with-sdl-prefix=%{l_prefix} \
+        --with-ogg-prefix=%{l_prefix} \
+        --with-vorbis-prefix=%{l_prefix}
+
     %{l_make} %{l_mflags -O}
 
 %install