Logoj0ke.net Open Build Service > Projects > multimedia:SL11 > libbluray > Changes
Sign Up | Log In

Changes of Revision 3

[-] Changed libbluray.changes
 
1
@@ -1,5 +1,5 @@
2
 -------------------------------------------------------------------
3
-Sun Nov  6 14:38:37 UTC 2011 - cs@linux-administrator.com
4
+Wed Jan 23 22:00:09 UTC 2013 - cs@linux-administrator.com
5
 
6
 - re-import 
7
 
8
[-] Changed libbluray.spec ^
61
 
1
@@ -1,13 +1,11 @@
2
 # vim: set sw=4 ts=4 et nu:
3
 
4
 Name:               libbluray
5
-Version:            0+20111019
6
-%define pkg_version 20111019
7
-%define soname 0
8
+Version:            0.2.1
9
+%define soname 1
10
 Release:            1.1
11
 Summary:            Blu-Ray Disc Playback Library
12
-# git://git.videolan.org/libbluray.git
13
-Source:             libbluray-20111019-e037110f11e707e223b715f70920913afecfe297.tar.bz2
14
+Source:             ftp://ftp.videolan.org/pub/videolan/libbluray/%{version}/libbluray-%{version}.tar.bz2
15
 URL:                http://www.videolan.org/developers/libbluray.html
16
 Group:              System/Libraries
17
 License:            GNU Lesser General Public License version 2.1 or later (LGPL v2.1 or later)
18
@@ -47,8 +45,20 @@
19
 This package contains the environment to build applications and libraries that
20
 use libbluray.
21
 
22
+%package devel-static
23
+Summary:            Blu-Ray Disc Playback Library Development Environment
24
+Group:              Development/Libraries/C and C++
25
+Requires:           %{name}-devel = %{version}
26
+
27
+%description devel-static
28
+libbluray is an open-source library designed for Blu-Ray Discs playback for
29
+media players, like VLC or MPlayer.
30
+
31
+This package contains the environment to build applications and libraries that
32
+use libbluray.
33
+
34
 %prep
35
-%setup -q -n "%{name}"
36
+%setup -q
37
 
38
 %build
39
 [ -e ./configure ] || NOCONFIGURE=1 autoreconf -fiv
40
@@ -58,7 +68,7 @@
41
     --with-dlopen-crypto-libs \
42
     --with-jdk="%{java_home}"
43
 
44
-%__make %{?jobs:-j%{jobs}}
45
+%__make %{?_smp_mflags}
46
 
47
 %install
48
 %makeinstall
49
@@ -79,7 +89,10 @@
50
 %defattr(-,root,root)
51
 %{_includedir}/libbluray
52
 %{_libdir}/libbluray.so
53
-%{_libdir}/libbluray.a
54
 %{_libdir}/pkgconfig/libbluray.pc
55
 
56
+%files devel-static
57
+%defattr(-,root,root)
58
+%{_libdir}/libbluray.a
59
+
60
 %changelog
61
Changed libbluray-0.2.1.tar.bz2 ^