- Update License: A lot has been relicensed to LGPL-2.1.
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=53
This commit is contained in:
parent
c965acca13
commit
b087157201
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 13:49:52 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update License: A lot has been relicensed to LGPL-2.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 18:04:36 UTC 2013 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
9
vlc.spec
9
vlc.spec
@ -31,7 +31,7 @@
|
||||
%endif
|
||||
|
||||
Summary: Video Lan Client multimedia player
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: Productivity/Multimedia/Video/Players
|
||||
Name: vlc
|
||||
Version: 2.1.0
|
||||
@ -150,6 +150,7 @@ in IPv4 or IPv6 on a high-bandwidth network.
|
||||
|
||||
%package devel
|
||||
Summary: VLC Development system
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
@ -158,6 +159,7 @@ Those development headers are required if you plan on coding against VLC
|
||||
|
||||
%package -n libvlc%{libvlc}
|
||||
Summary: Shared library libvlc
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libvlc%{libvlc}
|
||||
@ -165,6 +167,7 @@ Shared library libvlc. To be installed by system dependencies
|
||||
|
||||
%package -n libvlccore%{libvlccore}
|
||||
Summary: Shared library libvlc
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libvlccore%{libvlccore}
|
||||
@ -172,6 +175,7 @@ Shared library libvlc. To be installed by system dependencies
|
||||
|
||||
%package noX
|
||||
Summary: VLC: VideoLAN Client - without X dependencies
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: Productivity/Multimedia/Video/Players
|
||||
Requires: libvlc%{libvlc} = %{version}-%{release}
|
||||
Requires: libvlccore%{libvlccore} = %{version}-%{release}
|
||||
@ -197,6 +201,7 @@ installed as a dependency.
|
||||
%if 0%{?BUILD_ORIG}
|
||||
%package codecs
|
||||
Summary: VLC: VideoLAN Client - Codec extension
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: Productivity/Multimedia/Video/Players
|
||||
Requires: vlc-noX = %{version}
|
||||
Supplements: vlc-noX
|
||||
@ -208,6 +213,7 @@ Codecs that are not available in a stock openSUSE distribution.
|
||||
|
||||
%package qt
|
||||
Summary: VLC: VideoLAN Client - Qt interface
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: Productivity/Multimedia/Video/Players
|
||||
Supplements: packageand(%{name}-noX:libqt4)
|
||||
Requires: %{name}-noX = %{version}-%{release}
|
||||
@ -218,6 +224,7 @@ The all new Qt interface for the VLC VideoLAN Client.
|
||||
|
||||
%package gnome
|
||||
Summary: VLC: VideoLAN Client - Gnome Access Modules
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: Productivity/Multimedia/Video/Players
|
||||
Supplements: packageand(%{name}-noX:gnome-vfs2)
|
||||
Requires: %{name}-noX = %{version}-%{release}
|
||||
|
Loading…
x
Reference in New Issue
Block a user