re-enable no_autopoint patch, the pain is just not worth it

This commit is contained in:
Rex Dieter 2010-07-26 16:07:10 +00:00
parent c4c909b1a9
commit 84ca12a84b
3 changed files with 2 additions and 4 deletions

View File

@ -1,2 +1,2 @@
e80686751441fb75ce075b097f1af75d xine-lib-1.1.19-autotools.patch.bz2
1a77122fa938a3f8cb85cef231236c39 xine-lib-1.1.19-autotools.patch.bz2
552e3e38f1afb77428f6aaa08e13b0d2 xine-lib-1.1.19-pruned.tar.bz2

View File

@ -23,7 +23,7 @@ tar jxf xine-lib-$version-pruned.tar.bz2
cp -a xine-lib-$version xine-lib-$version-pruned
pushd xine-lib-$version
#patch -p1 < ../xine-lib-${version}-no_autopoint.patch
patch -p1 < ../xine-lib-${version}-no_autopoint.patch
# extra work for to omit old libtool-related crud
rm -f configure ltmain.sh libtool m4/libtool.m4 m4/ltoptions.m4 m4/ltversion.m4
./autogen.sh noconfig

View File

@ -73,8 +73,6 @@ Provides: xine-lib(plugin-abi) = %{plugin_abi}
%{?_isa:Provides: xine-lib(plugin-abi)%{?_isa} = %{plugin_abi}}
BuildRequires: automake libtool
# for /usr/bin/autopoint
BuildRequires: gettext-devel
# X11
BuildRequires: libX11-devel
BuildRequires: libXv-devel