Accepting request 242578 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/242578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdvdread?expand=0&rev=24
This commit is contained in:
Stephan Kulow 2014-07-28 14:11:21 +00:00 committed by Git OBS Bridge
commit a2b4511897
5 changed files with 19 additions and 23 deletions

View File

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

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

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

View File

@ -1,11 +0,0 @@
--- src/nav_print.c
+++ src/nav_print.c
@@ -72,7 +72,7 @@
printf("pci_gi:\n");
printf("nv_pck_lbn 0x%08x\n", pci_gi->nv_pck_lbn);
printf("vobu_cat 0x%04x\n", pci_gi->vobu_cat);
- printf("vobu_uop_ctl 0x%08x\n", *(uint32_t*)&pci_gi->vobu_uop_ctl);
+ printf("vobu_uop_ctl 0x%08x\n", pci_gi->vobu_uop_ctl);
printf("vobu_s_ptm 0x%08x\n", pci_gi->vobu_s_ptm);
printf("vobu_e_ptm 0x%08x\n", pci_gi->vobu_e_ptm);
printf("vobu_se_e_ptm 0x%08x\n", pci_gi->vobu_se_e_ptm);

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 18 16:03:33 UTC 2014 - dimstar@opensuse.org
- Update to version 4.9.9 (5.0 Release Candidate)
+ 3 years worth of development; please see NEWS file in package.
- Drop libdvdread-strict-aliasing.patch: no longer required.
- Move AUTHORS, COPYING, NEWS and README to the library package.
-------------------------------------------------------------------
Tue Jul 31 19:08:23 UTC 2012 - crrodriguez@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libdvdread
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,11 +21,10 @@ Summary: Library for Reading DVD Video Images
License: GPL-2.0+
Group: Productivity/Multimedia/Other
Url: http://www.mplayerhq.hu/
Version: 4.2.0
Version: 4.9.9
Release: 0
Source0: http://dvdnav.mplayerhq.hu/releases/libdvdread-%{version}.tar.bz2
Source0: http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
Source1: baselibs.conf
Patch1: libdvdread-strict-aliasing.patch
Patch2: libdvdread-no-internal-crypto.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libtool
@ -58,8 +57,7 @@ libdvdread.
%prep
%setup -q
%patch1
%patch2
#patch2
%build
autoreconf -f -i -v
@ -69,6 +67,8 @@ autoreconf -f -i -v
%install
%makeinstall
%__rm -f %{buildroot}%{_libdir}/*.la
# We install the files on our own, using %%doc
rm -rf %{buildroot}%{_datadir}/doc/libdvdread/
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
@ -79,16 +79,15 @@ autoreconf -f -i -v
%files -n libdvdread4
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%{_libdir}/libdvdread.so.4
%{_libdir}/libdvdread.so.4.*
%files devel
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%{_includedir}/dvdread
%{_libdir}/libdvdread.so
%{_bindir}/dvdread-config
%{_libdir}/pkgconfig/dvdread.pc
%{_datadir}/aclocal/dvdread.m4
%changelog