This commit is contained in:
parent
bd48573eed
commit
4e33712879
10
xine-configure.diff
Normal file
10
xine-configure.diff
Normal file
@ -0,0 +1,10 @@
|
||||
--- xine-lib-1.1.12/configure.ac
|
||||
+++ xine-lib-1.1.12/configure.ac
|
||||
@@ -118,6 +118,7 @@ dnl Check for programs.
|
||||
dnl ---------------------------------------------
|
||||
|
||||
AC_PROG_CC
|
||||
+AC_PROG_CXX
|
||||
AM_PROG_AS
|
||||
|
||||
case "$host_os" in
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 19 11:15:33 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Remove local libtool macros and run autoreconf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 14 16:26:18 CEST 2008 - mhopf@suse.de
|
||||
|
||||
|
@ -34,7 +34,7 @@ BuildRequires: mad-devel
|
||||
%endif
|
||||
Recommends: opensuse-codecs-installer
|
||||
Version: 1.1.12
|
||||
Release: 1
|
||||
Release: 11
|
||||
%define abiversion 1.21
|
||||
Summary: Video Player with Plug-Ins
|
||||
Group: Productivity/Multimedia/Video/Players
|
||||
@ -62,6 +62,7 @@ Patch70: xine-lib-crippled-LOCAL.diff
|
||||
Patch71: xine-lib-demuxcheckfor_mad_ffmpeg-LOCAL.diff
|
||||
Patch72: xine-lib-1.1.7-install-plugins-helper.diff
|
||||
Patch73: xine-lib-assert.patch
|
||||
Patch74: xine-configure.diff
|
||||
# *** Only working for noncrippled source
|
||||
Patch80: xine-lib-various-noncrippled.diff
|
||||
|
||||
@ -184,17 +185,18 @@ sed -i 's|^noinst_HEADERS = input_vdr.h|xineinclude_HEADERS = input_vdr.h|' src/
|
||||
%patch72 -p1
|
||||
%patch73 -p1
|
||||
%patch28 -p1
|
||||
%patch74 -p1
|
||||
rm -f m4/libtool15.m4
|
||||
|
||||
%build
|
||||
cd xine-lib-%version
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fno-force-addr"
|
||||
export CCASFLAGS=-Wa,--noexecstack
|
||||
# ignore nonupdated automake+co files
|
||||
rm -f missing ; touch missing
|
||||
%if 0%suse_version < 1011
|
||||
echo 'AC_DEFUN([AC_REQUIRE_AUX_FILE])dnl' >> acinclude.m4
|
||||
%endif
|
||||
./autogen.sh --prefix=/usr \
|
||||
AUTOPOINT=true autoreconf -fi
|
||||
./configure --prefix=/usr \
|
||||
--libdir=%_libdir \
|
||||
--mandir=%_mandir \
|
||||
%if 0%suse_version > 1010
|
||||
@ -448,6 +450,8 @@ echo "/usr/share/xine/mad" >> files.internal
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 19 2008 schwab@suse.de
|
||||
- Remove local libtool macros and run autoreconf.
|
||||
* Wed May 14 2008 mhopf@suse.de
|
||||
- Update to 1.1.12: (fixes bnc#379499)
|
||||
* Fixed and improved the PulseAudio driver.
|
||||
|
Loading…
Reference in New Issue
Block a user