Accepting request 95368 from multimedia:libs

- update to 4.2.0:
  * fixed ARM memory alignment issue
  * added a missing DVDFileStat function
  * exposed the dvd_stat_t struct in header
  * fixed libdvdread closing stdin if it can't open the file/device
  * fixed a segfault in UDFFileEntry on some badly mastered DVDs
  * fixed big-endian builds
  * provide BUP file support for more issues
  * move UDFReadBlocksRaw declaration to dvdread_internal.h
  * fixed double free of parental management information
  * fixed crash when PTT is too short
  * fixed segfault when reading certain DVDs, for example "Thor"

OBS-URL: https://build.opensuse.org/request/show/95368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdvdread?expand=0&rev=18
This commit is contained in:
Stephan Kulow
2011-12-06 15:22:57 +00:00
committed by Git OBS Bridge
4 changed files with 36 additions and 19 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07c39907beccd141adb710403c4704a1e1fe2f3f61d1e5a74fc5bcb7679819b4
size 96899

3
libdvdread-4.2.0.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0bea15da842a4b04a482b009d72dcc6d9c9524ccc1bf67e5748319ec5ada8097
size 97469

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Dec 3 23:04:01 UTC 2011 - pascal.bleser@opensuse.org
- update to 4.2.0:
* fixed ARM memory alignment issue
* added a missing DVDFileStat function
* exposed the dvd_stat_t struct in header
* fixed libdvdread closing stdin if it can't open the file/device
* fixed a segfault in UDFFileEntry on some badly mastered DVDs
* fixed big-endian builds
* provide BUP file support for more issues
* move UDFReadBlocksRaw declaration to dvdread_internal.h
* fixed double free of parental management information
* fixed crash when PTT is too short
* fixed segfault when reading certain DVDs, for example "Thor"
-------------------------------------------------------------------
Sun Nov 13 09:15:45 UTC 2011 - coolo@suse.com

View File

@@ -22,11 +22,11 @@ Summary: Library for Reading DVD Video Images
Url: http://www.mplayerhq.hu/
License: GPLv2+
Group: Productivity/Multimedia/Other
Version: 4.1.3
Release: 18
Source0: http://www1.mplayerhq.hu/MPlayer/releases/dvdnav-old/%{name}-%{version}.tar.bz2
Version: 4.2.0
Release: 0
Source0: http://dvdnav.mplayerhq.hu/releases/libdvdread-%{version}.tar.bz2
Source1: baselibs.conf
Patch: libdvdread-strict-aliasing.patch
Patch1: libdvdread-strict-aliasing.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkg-config
BuildRequires: libtool
@@ -58,35 +58,36 @@ libdvdread.
%prep
%setup -q
%patch
%patch1
%build
autoreconf -f -i
autoreconf -f -i -v
%configure --disable-static --with-pic
%{__make} %{?jobs:-j%jobs}
%__make %{?_smp_mflags}
%install
%makeinstall
%{__rm} -f %{buildroot}%{_libdir}/*.la
%__rm -f %{buildroot}%{_libdir}/*.la
%clean
rm -rf $RPM_BUILD_ROOT
%{?buildroot:%__rm -rf "%{buildroot}"}
%post -n libdvdread4 -p /sbin/ldconfig
%post -n libdvdread4 -p /sbin/ldconfig
%postun -n libdvdread4 -p /sbin/ldconfig
%files -n libdvdread4
%defattr(-,root,root)
%{_libdir}/*.so.4*
%{_libdir}/libdvdread.so.4
%{_libdir}/libdvdread.so.4.*
%files devel
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%{_includedir}/*
%{_libdir}/*.so
%_bindir/dvdread-config
%_libdir/pkgconfig/dvdread.pc
%_datadir/aclocal/dvdread.m4
%{_includedir}/dvdread
%{_libdir}/libdvdread.so
%{_bindir}/dvdread-config
%{_libdir}/pkgconfig/dvdread.pc
%{_datadir}/aclocal/dvdread.m4
%changelog