pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
grilo: buildlink to wip, build grilo-pls
Module Name: pkgsrc-wip
Committed By: coypu <coypu%sdf.org@localhost>
Pushed By: coypu
Date: Sat Mar 5 12:11:55 2016 +0200
Changeset: 1c1ae562ea25d68cfa0e9b29a807379b533f5e64
Modified Files:
grilo/Makefile
grilo/PLIST
grilo/buildlink3.mk
Log Message:
grilo: buildlink to wip, build grilo-pls
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1c1ae562ea25d68cfa0e9b29a807379b533f5e64
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
grilo/Makefile | 8 ++++++--
grilo/PLIST | 3 +++
grilo/buildlink3.mk | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
diffs:
diff --git a/grilo/Makefile b/grilo/Makefile
index 572b1a1..4bd525a 100644
--- a/grilo/Makefile
+++ b/grilo/Makefile
@@ -17,9 +17,13 @@ USE_TOOLS+= pkg-config intltool msgfmt
USE_LANGUAGES= c99
SET_LIBDIR= yes
-PKGCONFIG_OVERRIDE+= grilo-0.2.pc.in
-PKGCONFIG_OVERRIDE+= grilo-net-0.2.pc.in
+CONFIGURE_ARGS+= "--enable-grl-pls"
+PKGCONFIG_OVERRIDE+= grilo-0.3.pc.in
+PKGCONFIG_OVERRIDE+= grilo-net-0.3.pc.in
+PKGCONFIG_OVERRIDE+= grilo-pls-0.3.pc.in
+
+.include "../../wip/totem-pl-parser/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../net/libsoup/buildlink3.mk"
diff --git a/grilo/PLIST b/grilo/PLIST
index af80e3b..3d9dfed 100644
--- a/grilo/PLIST
+++ b/grilo/PLIST
@@ -22,9 +22,12 @@ include/grilo-0.3/grl-util.h
include/grilo-0.3/grl-value-helper.h
include/grilo-0.3/net/grl-net-wc.h
include/grilo-0.3/net/grl-net.h
+include/grilo-0.3/pls/grl-pls.h
lib/libgrilo-0.3.la
lib/libgrlnet-0.3.la
+lib/libgrlpls-0.3.la
lib/pkgconfig/grilo-0.3.pc
lib/pkgconfig/grilo-net-0.3.pc
+lib/pkgconfig/grilo-pls-0.3.pc
man/man1/grl-inspect-0.3.1
man/man1/grl-launch-0.3.1
diff --git a/grilo/buildlink3.mk b/grilo/buildlink3.mk
index eb05a33..117e251 100644
--- a/grilo/buildlink3.mk
+++ b/grilo/buildlink3.mk
@@ -7,7 +7,7 @@ GRILO_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.grilo+= grilo>=0.2.2
BUILDLINK_ABI_DEPENDS.grilo?= grilo>=0.2.7nb3
-BUILDLINK_PKGSRCDIR.grilo?= ../../net/grilo
+BUILDLINK_PKGSRCDIR.grilo?= ../../wip/grilo
.include "../../devel/glib2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index