pkgsrc-Users archive

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

Re: mplayer not building



    Checking for Polyp ... yes Package glib-2.0 was not found in the
  pkg-config search path.
    Perhaps you should add the directory containing `glib-2.0.pc'
    to the PKG_CONFIG_PATH environment variable
    Package 'glib-2.0', required by 'libpulse-mainloop-glib', not found

I see you added glib to mplayer, but I separately did this and it made
mplayer build.

Is there some grand plan not to express pulseaudio's dependency on
glib2, or should I commit this?

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/audio/pulseaudio/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    25 Dec 2008 21:53:30 -0000      1.12
+++ Makefile    3 Jan 2009 16:48:06 -0000
@@ -2,7 +2,7 @@
 #
 
 DISTNAME=      pulseaudio-0.9.13
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    audio
 MASTER_SITES=  http://0pointer.de/lennart/projects/pulseaudio/
 
@@ -93,6 +93,7 @@ pre-configure:
 .include "../../audio/speex/buildlink3.mk"
 .include "../../databases/gdbm/buildlink3.mk"
 .include "../../devel/GConf/schemas.mk"
+.include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libltdl/buildlink3.mk"
 .include "../../devel/liboil/buildlink3.mk"
 .include "../../security/policykit/buildlink3.mk"
Index: buildlink3.mk
===================================================================
RCS file: /cvsroot/pkgsrc/audio/pulseaudio/buildlink3.mk,v
retrieving revision 1.1
diff -u -p -r1.1 buildlink3.mk
--- buildlink3.mk       18 Dec 2008 15:03:22 -0000      1.1
+++ buildlink3.mk       3 Jan 2009 16:48:06 -0000
@@ -16,4 +16,6 @@ BUILDLINK_API_DEPENDS.pulseaudio+=    pulse
 BUILDLINK_PKGSRCDIR.pulseaudio?=       ../../audio/pulseaudio
 .endif # PULSEAUDIO_BUILDLINK3_MK
 
+.include "../../devel/glib2/buildlink3.mk"
+
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH:S/+$//}

Attachment: pgpaz3p8q1o4Y.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index