serd: update to 0.18.0.
This commit is contained in:
parent
40831403ed
commit
312f9aa679
|
@ -819,7 +819,7 @@ libaubio.so.2 libaubio-0.3.2_1
|
|||
libaubioext.so.2 libaubio-0.3.2_1
|
||||
libraptor2.so.0 libraptor-2.0.4_1
|
||||
liblrdf.so.2 liblrdf-0.4.0_1
|
||||
libserd-0.so.0 libserd-0.5.0_1
|
||||
libserd-0.so.0 libserd-0.18.0_1
|
||||
libsord-0.so.0 libsord-0.5.0_1
|
||||
libgiggle.so.0 libgiggle-0.6.1_1
|
||||
libgiggle-git.so.0 libgiggle-0.6.1_1
|
||||
|
@ -830,8 +830,8 @@ libabiword-2.8.so libabiword-2.8.6_1
|
|||
libmpg123.so.0 libmpg123-1.13.4_2_1
|
||||
libopenal.so.1 libopenal-1.13_1
|
||||
libalut.so.0 freealut-1.1.0_1
|
||||
liblilv-0.so.0 liblilv-0.5.0_1
|
||||
libsuil-0.so.0 suil-0.4.4_1
|
||||
liblilv-0.so.0 liblilv-0.14.4_1
|
||||
libsuil-0.so.0 suil-0.6.4_1
|
||||
libportaudio.so.2 portaudio-19.20110326_1
|
||||
libportaudiocpp.so.0 portaudiocpp-19.20110326_1
|
||||
libprotoc.so.7 protobuf-2.4.1_1
|
||||
|
@ -959,7 +959,7 @@ libfltk_forms.so.1.3 fltk-1.3.0_1
|
|||
libfltk_gl.so.1.3 fltk-1.3.0_1
|
||||
libfltk_images.so.1.3 fltk-1.3.0_1
|
||||
libspectre.so.1 libspectre-0.2.6_1
|
||||
libsratom-0.so.0 sratom-0.2.0_1
|
||||
libsratom-0.so.0 sratom-0.4.0_1
|
||||
libmongoose.so.0 libmongoose-3.1_1
|
||||
libpwquality.so.1 libpwquality-1.1.1_1
|
||||
libisl.so.10 isl-0.10_1
|
||||
|
|
|
@ -5,7 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains the serd runtime library."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove "usr/lib/*.so*" usr/lib
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'serd-devel'.
|
||||
#
|
||||
depends="glibc-devel libserd"
|
||||
noarch=yes
|
||||
depends="glibc-devel libserd>=${version}"
|
||||
short_desc="${short_desc} - Development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'serd'
|
||||
pkgname=serd
|
||||
version=0.14.0
|
||||
version=0.18.0
|
||||
build_style=waf
|
||||
homepage="http://drobilla.net/software/serd/"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
|
@ -9,7 +9,7 @@ makedepends="python"
|
|||
short_desc="Lightweight C library for RDF syntax."
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="ISC"
|
||||
checksum=8f728436735ead9ef26e3006ea3e2ac64cdeaae64fec73b7804e586e01d76f08
|
||||
checksum=37b8641382876a8f2c25697021cfcd153bc3c6c62983590edc8df0df2dea54aa
|
||||
long_desc="
|
||||
Serd is a lightweight C library for RDF syntax which supports reading and
|
||||
writing Turtle and NTriples.
|
||||
|
|
Loading…
Reference in New Issue