* Sun Jan 6 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.1.9-1

- 1.1.9.
This commit is contained in:
Ville Skyttä 2008-01-06 21:51:14 +00:00
parent a90db5af5a
commit 7c6c8a918b
4 changed files with 14 additions and 11 deletions

View File

@ -1,2 +1,2 @@
xine-lib-1.1.8-pruned.tar.bz2
xine-lib-1.1.8-autotools.patch.bz2
xine-lib-1.1.9-pruned.tar.bz2
xine-lib-1.1.9-autotools.patch.bz2

View File

@ -1,2 +1,2 @@
6cbfae9d31fc138c7cb3c3d178e1286d xine-lib-1.1.8-pruned.tar.bz2
b4a7c7a9af428b26667402d6dc180107 xine-lib-1.1.8-autotools.patch.bz2
34315b3d150dee3929abd35682e65f53 xine-lib-1.1.9-pruned.tar.bz2
29c46faf035a32c3a454dc5541b8fa3e xine-lib-1.1.9-autotools.patch.bz2

View File

@ -66,7 +66,7 @@ sed -i -e '/^xineplug_decode_nsf_la/,/^\s*$/d' \
-e /xineplug_decode_nsf/d \
-e 's/ nosefart//' \
src/libxineadec/Makefile.am
sed -i -e /nosefart/d configure.ac
sed -i -e '/nosefart\/Makefile/d' configure.ac
# All clean !

View File

@ -12,12 +12,12 @@
%define have_vidix 1
%else
%define have_vidix 0
%endif
%endif # ix86
%if 0%{?fedora} >= 8
%define with_xcb %{?_without_xcb:0}%{!?_without_xcb:1}
%else
%define with_xcb %{?_with_xcb:1}%{!?_with_xcb:0}
%endif
%endif # >= F8
%define with_jack %{?_without_jack:0}%{!?_without_jack:1}
%define with_wpack %{?_without_wavpack:0}%{!?_without_wavpack:1}
%if 0%{?fedora}
@ -28,18 +28,18 @@
%define with_aalib %{?_with_aalib:1}%{!?_with_aalib:0}
%define with_caca %{?_with_caca:1}%{!?_with_caca:0}
%define with_pa %{?_with_pulseaudio:1}%{!?_with_pulseaudio:0}
%endif
%endif # Fedora
Summary: Xine library
Name: xine-lib
Version: 1.1.8
Release: 6%{?dist}
Version: 1.1.9
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://xinehq.de/
# The tarball is generated from the upstream tarball using
# the script in SOURCE1. It prunes potentially patented code
#Source0: http://dl.sourceforge.net/xine/xine-lib-%{version}.tar.bz2
#Source0: http://downloads.sourceforge.net/xine/xine-lib-%{version}.tar.bz2
Source0: %{name}-%{version}-pruned.tar.bz2
Source1: %{name}-cleanup-sources.sh
Source2: %{name}-mk-autotools-patch.sh
@ -386,6 +386,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Jan 6 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.1.9-1
- 1.1.9.
* Thu Sep 27 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.1.8-6
- Enable wavpack support by default for all distros.