New upstream release

epel9
Brendan Jones 12 years ago
parent b9ae015566
commit 9278d73d68

1
.gitignore vendored

@ -2,3 +2,4 @@
/lilv-0.14.0.tar.bz2
/lilv-0.14.2.tar.bz2
/lilv-0.14.4.tar.bz2
/lilv-0.16.0.tar.bz2

@ -0,0 +1,12 @@
diff -Nurp lilv-0.16.0/lilv/lilvmm.hpp lilv-0.16.0.new/lilv/lilvmm.hpp
--- lilv-0.16.0/lilv/lilvmm.hpp 2013-01-14 10:37:52.000000000 +1000
+++ lilv-0.16.0.new/lilv/lilvmm.hpp 2013-02-24 12:22:36.727156297 +1000
@@ -192,7 +192,7 @@ struct Plugin {
LILV_WRAP0(Node, plugin, get_author_homepage);
LILV_WRAP0(bool, plugin, is_replaced);
LILV_WRAP0(Nodes, plugin, get_extension_data);
- LILV_WRAP0(UIs, plugin, get_uis);
+ LILV_WRAP0(LilvUIs*, plugin, get_uis);
LILV_WRAP1(Nodes, plugin, get_related, Node, type);
inline Port get_port_by_index(unsigned index) {

@ -1,18 +1,19 @@
%global maj 0
Name: lilv
Version: 0.14.4
Release: 2%{?dist}
Version: 0.16.0
Release: 1%{?dist}
Summary: An LV2 Resource Description Framework Library
Group: System Environment/Libraries
License: MIT
URL: http://drobilla.net/software/lilv/
Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2
Patch1: lilv-0.16.0-gcc.patch
BuildRequires: doxygen
BuildRequires: graphviz
BuildRequires: sord-devel >= 0.5.0
BuildRequires: sratom-devel >= 0.2.0
BuildRequires: sord-devel >= 0.12.0
BuildRequires: sratom-devel >= 0.4.0
BuildRequires: lv2-devel >= 1.0.0
BuildRequires: python2-devel
BuildRequires: swig
@ -48,7 +49,7 @@ This package contains the python libraries for %{name}.
%prep
%setup -q
%patch1 -p1
# we'll run ld config
sed -i -e 's|bld.add_post_fun(autowaf.run_ldconfig)||' wscript
# for packagers sake, build the tests with debug symbols
@ -97,6 +98,9 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.*
%{python_sitearch}/_%{name}.so
%changelog
* Tue May 21 2013 Brendan Jones <brendan.jones.it@gmail.com> 0.16.0-1
- New upstream release
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

@ -1 +1 @@
891595410eeb68322cf875286f96fccf lilv-0.14.4.tar.bz2
12eb71f2b5b8a68e15c1c816896bcb9f lilv-0.16.0.tar.bz2

Loading…
Cancel
Save