forked from pool/libbluray
Accepting request 134492 from multimedia:libs
Update to 0.2.3 (forwarded request 134449 from dimstar) OBS-URL: https://build.opensuse.org/request/show/134492 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbluray?expand=0&rev=7
This commit is contained in:
commit
bb088e9106
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46fa6ff8b18b66cb478a081981a61230fd3909e1a867eaf81325569224da7173
|
||||
size 456025
|
3
libbluray-0.2.3.tar.bz2
Normal file
3
libbluray-0.2.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c65cfb02aeec31721f9ea65ee2c085a9bfe163e99dd01b52ccb3f53ba205eea
|
||||
size 465239
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 15 22:27:06 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.2.3:
|
||||
+ Default to stream 0 when language not found
|
||||
+ Bug fixes
|
||||
- Add tools subpackage, with the new command line utilities.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 17:11:48 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,11 +18,11 @@
|
||||
|
||||
|
||||
Name: libbluray
|
||||
Version: 0.2.2
|
||||
Version: 0.2.3
|
||||
Release: 0
|
||||
Summary: Library to access Blu-Ray disk
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Group: Productivity/Multimedia/Other
|
||||
Url: http://bd.videolan.org
|
||||
Source: ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
@ -36,13 +36,22 @@ MPlayer). We, the authors of this library, do not condone nor endorse piracy.
|
||||
|
||||
%package -n libbluray1
|
||||
Summary: Library to access Blu-Ray disk
|
||||
Group: System/Libraries
|
||||
Group: Productivity/Multimedia/Other
|
||||
|
||||
%description -n libbluray1
|
||||
This library is written for the purpose of playing Blu-ray movies. It is
|
||||
intended for software that want to support Blu-ray playback (such as VLC and
|
||||
MPlayer). We, the authors of this library, do not condone nor endorse piracy.
|
||||
|
||||
%package tools
|
||||
Summary: Library to access Blu-Ray disk - Utilities
|
||||
Group: System/Libraries
|
||||
|
||||
%description tools
|
||||
This library is written for the purpose of playing Blu-ray movies. It is
|
||||
intended for software that want to support Blu-ray playback (such as VLC and
|
||||
MPlayer). We, the authors of this library, do not condone nor endorse piracy.
|
||||
|
||||
%package devel
|
||||
Summary: Library to access Blu-Ray disks - Development files
|
||||
Group: Development/Languages/C and C++
|
||||
@ -68,6 +77,10 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%postun -n libbluray1 -p /sbin/ldconfig
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/bd_info
|
||||
|
||||
%files -n libbluray1
|
||||
%defattr(-, root, root)
|
||||
%doc COPYING
|
||||
|
Loading…
x
Reference in New Issue
Block a user