瀏覽代碼

Use latest beta and build plugins as both static libs and shared objects as well

Michael Schloh von Bennewitz 22 年之前
父節點
當前提交
0f889b96f9
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      xine-lib/xine-lib.spec

+ 4 - 4
xine-lib/xine-lib.spec

@@ -36,10 +36,10 @@ Distribution: OpenPKG [JUNK]
 Group:        Video
 License:      GPL
 Version:      1
-Release:      20030510
+Release:      20030514
 
 #   list of sources
-Source0:      http://download.sourceforge.net/xine/xine-lib-%{version}-beta11.tar.gz
+Source0:      http://download.sourceforge.net/xine/xine-lib-%{version}-beta12.tar.gz
 Patch0:       xine-lib.patch
 
 #   build information
@@ -59,7 +59,7 @@ AutoReqProv:  no
     uncommon formats, too.
 
 %prep
-    %setup -q -n xine-lib-1-beta11
+    %setup -q -n xine-lib-1-beta12
     %patch -p1
 
 %build
@@ -74,7 +74,7 @@ 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 --enable-shared \
         --with-libiconv-prefix=%{l_prefix} \
         --with-sdl-prefix=%{l_prefix} \
         --with-ogg-prefix=%{l_prefix} \