Commit graph

23 commits

Author SHA1 Message Date
Jörg Sonnenberger
50f485b714 Convert buildlink3.mk files to new world order. 2009-03-20 19:43:38 +00:00
Thomas Klausner
edeb828dcb regen. 2009-03-04 22:35:20 +00:00
Thomas Klausner
a85564e347 Adapt patch for twinkle-1.4.1. 2009-03-04 22:35:15 +00:00
Thomas Klausner
7d2bb607b5 Fix == test in configure. 2009-03-04 22:35:00 +00:00
Thomas Klausner
6bced269da Add two missing files to PLIST. 2009-03-04 22:34:34 +00:00
Thomas Klausner
d03cc068ce Add missing readline dependency. 2009-03-04 22:34:14 +00:00
Thomas Klausner
55bbb14f22 PKGREVISION bump for libsndfile ABI depends bump. 2009-02-21 13:22:51 +00:00
Blue Rats
e47930f49d Updated this file to include the current failure on my environment:
checking size of int... configure: error: cannot compute sizeof (int)
See `config.log' for more details.

will look into this futher later.
2009-02-09 21:10:20 +00:00
Blue Rats
a7e1ebf5c8 Source file changed, so updated this patch to reflect those changes. 2009-02-09 21:08:40 +00:00
Blue Rats
de46fd82e8 Finally got to add libzrtpcpp support to this package. 2009-02-09 21:07:44 +00:00
Blue Rats
2cf4727528 Updated to latest stable version: 1.4.1 and modified patches/patches-ae 2009-02-09 21:06:32 +00:00
Blue Rats
5b4ad1d5cb Updated to latest stable version: 1.4.1.
Package still doesn't build.
2009-02-09 21:05:39 +00:00
Tobias Nygren
7e02a109da Make it build. NFC if it works or not. 2008-03-08 18:02:00 +00:00
Blue Rats
0ae24f48e7 Updated with new error message. This is probably really easy to fix. 2007-10-07 16:23:15 +00:00
Thomas Klausner
8dbe522386 Fix a few compilation problems.
Now fails due to missing getline() and environ[].
That code needs to be made more portable...
2007-10-07 08:38:24 +00:00
Blue Rats
d8dfe69ced If it doesn't make sense to have this file, please remove. 2007-10-06 22:45:13 +00:00
Blue Rats
61709c2b79 Added support to use or not use KDE, libzrtpcpp, iLBC, and speex. This is my first options.mk file, so it may not be perfect. pkglint gives:
WARN: options.mk:4: Unknown option "ilbc".
WARN: options.mk:4: Unknown option "zrtp".

which i'm not sure why.
2007-10-06 22:44:06 +00:00
Blue Rats
c179d51db2 Removed entries for patches, because apparently they're not here anymore. 2007-10-06 22:42:19 +00:00
Blue Rats
39b03a4de2 Most of the previous stuff does not apply, i believe. Package still does not build though. Thanks Thomas, for beating me to updating this package. I was unable to get past the broken configure script. 2007-10-06 22:41:30 +00:00
Blue Rats
20d2d92300 Make package pull in commoncpp2 headers and added category. 2007-10-06 22:40:22 +00:00
Thomas Klausner
c33d857bbf Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:06:49 +00:00
Geert Hendrickx
e5cc7effb1 I changed the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.

Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added).  Packages which previously set it to "build" now don't set it
anymore.
2006-01-05 10:11:25 +00:00
pancake ;)
15619074ea initial import of twinkle
Twinkle is a soft phone for your voice over IP communcations using the SIP
protocol. You can use it for direct IP phone to IP phone communication or in
a network using a SIP proxy to route your calls.

TODO:

* Use options.mk -> to choose kde or not kde.
* Fix MASTER_SITES.

* x11/qt3-libs must be fixed: Thanks to ghen: (so, pkg-config file is not installed)

x11/qt3-libs :: send patch, to ghen
Index: Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/x11/qt3-libs/Makefile,v
retrieving revision 1.41
diff -u -r1.41 Makefile
--- Makefile    1 Nov 2005 20:18:36 -0000       1.41
+++ Makefile    16 Dec 2005 13:43:33 -0000
 -24,6 +24,8 @@
 
 BUILDLINK_PASSTHRU_DIRS+= ${QTPREFIX}
 
+PKGCONFIG_OVERRIDE=    lib/qt-mt.pc
+
 do-install:
        ${INSTALL_DATA_DIR} ${QTPREFIX}
        ${INSTALL_PROGRAM_DIR} ${QTPREFIX}/bin
 -38,6 +40,7 @@
        ${INSTALL_LIB_DIR} ${QTPREFIX}/plugins/imageformats
        ${LIBTOOL} ${INSTALL_LIB} ${WRKSRC}/plugins/imageformats/libqjpeg.la ${QTPREFIX}/plugins/imageformats/
        ${LIBTOOL} ${INSTALL_LIB} ${WRKSRC}/plugins/imageformats/libqmng.la ${QTPREFIX}/plugins/imageformats/
+       ${INSTALL_DATA} ${WRKSRC}/lib/qt-mt.pc ${PREFIX}/lib/pkgconfig/
 
 .if ${OPSYS} == "Darwin" && empty(MACHINE_PLATFORM:MDarwin-[567].*)
 SUBST_CLASSES+=                socklen
Index: PLIST
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/x11/qt3-libs/PLIST,v
retrieving revision 1.15
diff -u -r1.15 PLIST
--- PLIST       22 Sep 2004 08:10:07 -0000      1.15
+++ PLIST       16 Dec 2005 13:43:33 -0000
 -1,4 +1,5 @@
 @comment $NetBSD: PLIST,v 1.15 2004/09/22 08:10:07 jlam Exp $
+lib/pkgconfig/qt-mt.pc
 qt3/bin/moc
 qt3/include/jri.h
 qt3/include/jri_md.h
2005-12-16 18:48:17 +00:00