SHA256
1
0
forked from pool/libbluray

Accepting request 454105 from home:pbleser:branches:multimedia:libs

add patch to expose clip_id (as applied by Debian), which is necessary to build packages that depend on it (such as Handbrake)

OBS-URL: https://build.opensuse.org/request/show/454105
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=51
This commit is contained in:
Tomáš Chvátal
2017-02-02 11:36:12 +00:00
committed by Git OBS Bridge
parent 285a4c0c38
commit 0f7bcacbd1
3 changed files with 46 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package libbluray
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
@@ -26,6 +26,7 @@ License: LGPL-2.1+
Group: Productivity/Multimedia/Other
Url: http://www.videolan.org/developers/libbluray.html
Source0: http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
Patch1: https://raw.githubusercontent.com/HandBrake/HandBrake/master/contrib/libbluray/A02-expose-clip_id.patch
Source99: baselibs.conf
Patch2: libbluray-jvm_dir.patch
BuildRequires: ant
@@ -86,6 +87,7 @@ MPlayer). We, the authors of this library, do not condone nor endorse piracy.
%prep
%setup -q
%patch1 -p1
%patch2
%build