Commit graph

13 commits

Author SHA1 Message Date
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
drochner
8672acef3f replace the gnome-keyring dependency by one on libgnome-keyring which
is a subset of the former, ride on the libpng update
2010-06-14 17:58:44 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
obache
b253997df3 improve buildlink with pre-gnome option. 2010-03-27 01:40:22 +00:00
tonio
c5472a7d25 Add a gnome option, enabled by default.
Fix PR pkg/42854, applying a similar patch.

Remove the dependency on gtk-doc, it wasn't used.
2010-02-28 20:49:21 +00:00
reed
345137cd11 I had libsoup24-2.26.3 installed which was good enough, but I didn't
have any gnome-keyring so I get this error:

===> Creating toolchain wrappers for gst-plugins0.10-soup-0.10.18
ERROR: gnome-keyring>=0.4.0 is not installed; can't buildlink files.
*** Error code 1

My workaround is to abuse the BUILDLINK_API_DEPENDS to:
BUILDLINK_API_DEPENDS.libsoup24+=       libsoup24>=2.28.0
(where that version is when the include of gnome-keyring was added)
2010-02-25 17:24:34 +00:00
drochner
6d6d367cb3 propagate dependency on GConf (for users of libsoup-gnome) 2009-12-21 22:22:37 +00:00
wiz
10547f539a libtool archive references gnome-keyring, so include its buildlink3.mk here. 2009-10-18 22:29:10 +00:00
wiz
7ad3a10e8e Bump ABI depends because this version of the buildlink3.mk file
pulls in more dependencies.
2009-04-12 16:40:00 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
jmcneill
44314dbc1e Needs sqlite3 2009-03-16 13:02:18 +00:00
jmcneill
413e5cfc5f Needs libproxy 2009-03-16 12:54:57 +00:00
drochner
0221535966 import libsoup24-2.4.1, a new major branch of libsoup, for use
by gnome-2.22, can be installed in parallel with libsoup-devel
2008-04-10 16:09:44 +00:00