pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/libwebp



Module Name:    pkgsrc
Committed By:   nros
Date:           Fri Aug 11 16:09:47 UTC 2017

Modified Files:
        pkgsrc/graphics/libwebp: Makefile PLIST

Log Message:
Install license to comply with the bsd license and binary redistibution.
Add runtime paths to pkgconfig files.
Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/libwebp/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/libwebp/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/libwebp/Makefile
diff -u pkgsrc/graphics/libwebp/Makefile:1.22 pkgsrc/graphics/libwebp/Makefile:1.23
--- pkgsrc/graphics/libwebp/Makefile:1.22       Sat Apr 15 15:48:12 2017
+++ pkgsrc/graphics/libwebp/Makefile    Fri Aug 11 16:09:47 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2017/04/15 15:48:12 kim Exp $
+# $NetBSD: Makefile,v 1.23 2017/08/11 16:09:47 nros Exp $
 
 DISTNAME=      libwebp-0.6.0
 PKGREVISION=   1
@@ -29,6 +29,16 @@ CPPFLAGS += -D__pic__
 .endif
 
 PKGCONFIG_OVERRIDE+=   src/libwebp.pc.in
+PKGCONFIG_OVERRIDE+=    src/libwebpdecoder.pc.in
+PKGCONFIG_OVERRIDE+=    src/demux/libwebpdemux.pc.in
+PKGCONFIG_OVERRIDE+=    src/mux/libwebpmux.pc.in
+
+INSTALLATION_DIRS+=    share/doc/${PKGBASE}
+
+#Needed to comply with the BSD license and redistribution
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/COPYING \
+               ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
 
 .include "../../graphics/giflib/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"

Index: pkgsrc/graphics/libwebp/PLIST
diff -u pkgsrc/graphics/libwebp/PLIST:1.4 pkgsrc/graphics/libwebp/PLIST:1.5
--- pkgsrc/graphics/libwebp/PLIST:1.4   Tue Feb 28 14:40:47 2017
+++ pkgsrc/graphics/libwebp/PLIST       Fri Aug 11 16:09:47 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/02/28 14:40:47 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/08/11 16:09:47 nros Exp $
 bin/cwebp
 bin/dwebp
 bin/gif2webp
@@ -22,3 +22,4 @@ man/man1/cwebp.1
 man/man1/dwebp.1
 man/man1/gif2webp.1
 man/man1/webpmux.1
+share/doc/libwebp/COPYING



Home | Main Index | Thread Index | Old Index