Accepting request 241744 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/241744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lv2?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2014-07-21 19:40:27 +00:00 committed by Git OBS Bridge
commit 52dc61f15a
4 changed files with 25 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bcd633506e1b8af5d28fbd248ef9a4320600967f4507179119b547d599db95b
size 428267

3
lv2-1.8.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a4c90e8f4a8df58c2dd7bc3b9e1a0df94e3c1cc70c95a10da72a40a9deb9b3d7
size 439609

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jul 11 16:53:57 UTC 2014 - reddwarf@opensuse.org
- Update to 1.8.0
* Install lv2specgen for use by other projects.
* lv2specgen: Fix links to externally defined terms.
* Add scope example plugin from Robin Gareus.
* lv2core: Add lv2:prototype for property inheritance.
* atom: Make lv2_atom_*_is_end() arguments const.
* log: Add missing include <string.h> to logger.h for memset.
* ui: Fix LV2_UI_INVALID_PORT_INDEX identifier in documentation.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 17 12:29:54 UTC 2013 - reddwarf@opensuse.org Sat Aug 17 12:29:54 UTC 2013 - reddwarf@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package lv2 # spec file for package lv2
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 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
@ -17,7 +17,7 @@
Name: lv2 Name: lv2
Version: 1.6.0 Version: 1.8.0
Release: 0 Release: 0
Summary: Portable plugin standard for audio systems Summary: Portable plugin standard for audio systems
License: ISC License: ISC
@ -181,10 +181,15 @@ export CXXFLAGS='%{optflags}'
%exclude %{_defaultdocdir}/lv2/lv2plug.in/ %exclude %{_defaultdocdir}/lv2/lv2plug.in/
%{_libdir}/lv2/ %{_libdir}/lv2/
%exclude %{_libdir}/lv2/eg-amp.lv2/ %exclude %{_libdir}/lv2/eg-amp.lv2/
%exclude %{_libdir}/lv2/eg-metro.lv2/
%exclude %{_libdir}/lv2/eg-midigate.lv2/
%exclude %{_libdir}/lv2/eg-sampler.lv2/ %exclude %{_libdir}/lv2/eg-sampler.lv2/
%exclude %{_libdir}/lv2/eg-scope.lv2/
%files devel %files devel
%defattr(0644,root,root,0755) %defattr(0644,root,root,0755)
%attr(0755,-,-) %{_bindir}/lv2specgen.py
%{_datadir}/lv2specgen
%{_includedir}/lv2.h %{_includedir}/lv2.h
%{_includedir}/lv2/ %{_includedir}/lv2/
%{_libdir}/pkgconfig/lv2.pc %{_libdir}/pkgconfig/lv2.pc
@ -193,7 +198,10 @@ export CXXFLAGS='%{optflags}'
%files examples %files examples
%defattr(0644,root,root,0755) %defattr(0644,root,root,0755)
%{_libdir}/lv2/eg-amp.lv2/ %{_libdir}/lv2/eg-amp.lv2/
%{_libdir}/lv2/eg-metro.lv2/
%{_libdir}/lv2/eg-midigate.lv2/
%{_libdir}/lv2/eg-sampler.lv2/ %{_libdir}/lv2/eg-sampler.lv2/
%{_libdir}/lv2/eg-scope.lv2/
%files docs %files docs
%defattr(0644,root,root,0755) %defattr(0644,root,root,0755)