diff --git a/common/shlibs b/common/shlibs index 9a82e7e132f..da5faf1fa7c 100644 --- a/common/shlibs +++ b/common/shlibs @@ -836,8 +836,8 @@ libmusicbrainz3.so.6 libmusicbrainz-3.0.3_1 librhythmbox-core.so.8 librhythmbox-3.0_1 libdmapsharing-3.0.so.2 libdmapsharing-2.9.12_1 libgexiv2.so.1 libgexiv2-0.4.1_1 -libraw.so.5 libraw-0.14.1_1 -libraw_r.so.5 libraw-0.14.1_1 +libraw.so.9 libraw-0.15.4_1 +libraw_r.so.9 libraw-0.15.4_1 libdjvulibre.so.21 libdjvulibre-3.5.24_1 libgxps.so.2 libgxps-0.2.0_1 libt1.so.5 libt1-5.1.2_1 diff --git a/srcpkgs/libraw/template b/srcpkgs/libraw/template index a3da630e7c7..05e4075b16f 100644 --- a/srcpkgs/libraw/template +++ b/srcpkgs/libraw/template @@ -1,18 +1,17 @@ # Template file for 'libraw' pkgname=libraw -version=0.14.7 -revision=3 +version=0.15.4 +revision=1 wrksrc=LibRaw-${version} build_style=gnu-configure -configure_args="--disable-static --enable-openmp LDFLAGS=" hostmakedepends="pkg-config" -makedepends="lcms2-devel jasper-devel libgomp-devel" +makedepends="lcms2-devel jasper-devel" short_desc="Raw image decoder library" maintainer="Juan RP " license="GPL-2, CDDL, ${pkgname}" homepage="http://www.libraw.org" distfiles="${homepage}/data/LibRaw-${version}.tar.gz" -checksum=7307a607249043bb544f3ab3b3a999e1923d72fbed12e4e2239d172e522143da +checksum=b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79 long_desc=" libraw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)." @@ -24,11 +23,13 @@ post_install() { } libraw-devel_package() { - depends="libgomp-devel lcms2-devel jasper-devel libraw>=${version}" + depends="lcms2-devel jasper-devel libraw>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" } } @@ -41,6 +42,6 @@ libraw-progs_package() { libraw_package() { pkg_install() { - vmove usr + vmove all } }