Accepting request 105975 from home:pbleser:branches:multimedia:apps
add conditional BUILD_ORIG_ADDON to buildrequire ffmpeg-devel and enable ffmpeg fingerprinting support when picard is linked and built on Packman OBS-URL: https://build.opensuse.org/request/show/105975 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=18
This commit is contained in:
parent
7e2589b24e
commit
395d445675
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 20 09:45:40 UTC 2012 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- add conditional BUILD_ORIG_ADDON to buildrequire ffmpeg-devel and enable
|
||||||
|
ffmpeg fingerprinting support when picard is linked and built on Packman
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 1 08:25:44 CEST 2011 - ohering@suse.de
|
Mon Aug 1 08:25:44 CEST 2011 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package picard
|
# spec file for package picard
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,7 +22,7 @@ Name: picard
|
|||||||
Version: 0.15.1
|
Version: 0.15.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: The Next Generation MusicBrainz Tagger
|
Summary: The Next Generation MusicBrainz Tagger
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
Url: http://musicbrainz.org/doc/PicardTagger
|
Url: http://musicbrainz.org/doc/PicardTagger
|
||||||
Source0: http://ftp.musicbrainz.org/pub/musicbrainz/picard/%{name}-%{version}.tar.gz
|
Source0: http://ftp.musicbrainz.org/pub/musicbrainz/picard/%{name}-%{version}.tar.gz
|
||||||
@ -42,6 +42,9 @@ Source16: http://users.musicbrainz.org/~brianfreud/SearchSoundtrackCollect
|
|||||||
Source17: http://users.musicbrainz.org/~brianfreud/SearchSoundtrackINFO3.py
|
Source17: http://users.musicbrainz.org/~brianfreud/SearchSoundtrackINFO3.py
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%if 0%{?BUILD_ORIG_ADDON:1}
|
||||||
|
BuildRequires: ffmpeg-devel
|
||||||
|
%endif
|
||||||
BuildRequires: desktop-file-utils gcc-c++ libofa-devel python-devel
|
BuildRequires: desktop-file-utils gcc-c++ libofa-devel python-devel
|
||||||
BuildRequires: libdiscid-devel
|
BuildRequires: libdiscid-devel
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user