Accepting request 132846 from GNOME:Next
Push G:N - You guess right: we do want vala bindings OBS-URL: https://build.opensuse.org/request/show/132846 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=57
This commit is contained in:
parent
f623db6d0a
commit
2701ced29d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:786b95e1a091375c5ef2997a21c69ff24d7077afeff18197355f54d9dcbcd8c5
|
||||
size 506184
|
3
librsvg-2.36.3.tar.xz
Normal file
3
librsvg-2.36.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d7d583271030e21acacc60cb6b81ee305713c9da5e98429cbd609312aea3632
|
||||
size 511708
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 2 14:59:03 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.36.3:
|
||||
+ Build fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 19 22:02:31 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.36.2:
|
||||
+ GObject introspection fixes (bgo#677674).
|
||||
+ Added Vala bindings (bgo#677676).
|
||||
+ Deprecate including headers apart from rsvg.h directly.
|
||||
+ Build fixes (bgo#677661).
|
||||
- Add vala BuildRequires: needed for the new vala bindings.
|
||||
- Pass --enable-vala to configure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 17 06:00:07 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: librsvg
|
||||
Version: 2.36.1
|
||||
Version: 2.36.3
|
||||
Release: 0
|
||||
Summary: A Library for Rendering SVG Data
|
||||
License: LGPL-2.0+ ; GPL-2.0+
|
||||
@ -26,6 +26,7 @@ Url: http://librsvg.sourceforge.net/
|
||||
Source: http://download.gnome.org/sources/librsvg/2.36/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: vala
|
||||
BuildRequires: pkgconfig(cairo) >= 1.2.0
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.24.0
|
||||
@ -130,7 +131,8 @@ http://www.w3c.org).
|
||||
%build
|
||||
%configure\
|
||||
--disable-static\
|
||||
--enable-introspection
|
||||
--enable-introspection\
|
||||
--enable-vala
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
@ -182,6 +184,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/librsvg-2.0.pc
|
||||
%{_datadir}/gir-1.0/Rsvg-2.0.gir
|
||||
%{_datadir}/gtk-doc/html/rsvg-2.0/
|
||||
%dir %{_datadir}/vala/vapi
|
||||
%{_datadir}/vala/vapi/librsvg-2.0.vapi
|
||||
# Own these repositories to not depend on gtk-doc while building:
|
||||
%dir %{_datadir}/gtk-doc
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
|
Loading…
Reference in New Issue
Block a user