Update bonobo to 1.0.18. Changes are tons of bugfixes and speedups,
including + intelligent GdkPixbuf rendering + sensible pixbuf filtering + cache GdkPixbufs + cache X resources + UI handler algorithmic tweaks
This commit is contained in:
parent
23c6568f79
commit
7c4e5191b6
3 changed files with 13 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.21 2001/10/24 22:10:51 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2002/01/16 00:03:21 rh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bonobo-1.0.9
|
||||
DISTNAME= bonobo-1.0.18
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/bonobo/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:22:33 zuntum Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2002/01/16 00:03:22 rh Exp $
|
||||
bin/bonobo-application-x-mines
|
||||
bin/bonobo-audio-ulaw
|
||||
bin/bonobo-echo
|
||||
|
@ -17,9 +17,9 @@ bin/libefs-config
|
|||
bin/moniker-test
|
||||
bin/sample-container
|
||||
bin/sample-control-container
|
||||
include/bonobo.h
|
||||
include/efs.h
|
||||
include/efs_error.h
|
||||
include/gnome-1.0/bonobo.h
|
||||
include/gnome-1.0/bonobo/Bonobo.h
|
||||
include/gnome-1.0/bonobo/bonobo-arg.h
|
||||
include/gnome-1.0/bonobo/bonobo-async.h
|
||||
|
@ -158,6 +158,7 @@ ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/bonobo.mo
|
|||
${PKGLOCALEDIR}/locale/el/LC_MESSAGES/bonobo.mo
|
||||
${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/bonobo.mo
|
||||
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/bonobo.mo
|
||||
${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/bonobo.mo
|
||||
${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/bonobo.mo
|
||||
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/bonobo.mo
|
||||
${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/bonobo.mo
|
||||
|
@ -166,6 +167,7 @@ ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/bonobo.mo
|
|||
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/bonobo.mo
|
||||
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/bonobo.mo
|
||||
${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/bonobo.mo
|
||||
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/bonobo.mo
|
||||
${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/bonobo.mo
|
||||
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/bonobo.mo
|
||||
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/bonobo.mo
|
||||
|
@ -193,13 +195,15 @@ share/oaf/Bonobo_Sample_Mines.oaf
|
|||
share/oaf/Bonobo_Sample_Paint.oaf
|
||||
share/oaf/Bonobo_Sample_Text.oaf
|
||||
share/oaf/Bonobo_Selector.oaf
|
||||
@exec /bin/mkdir -p /usr/X11R6/share/gnome/bonobo/docs/audio_ulaw/C/images
|
||||
@exec /bin/mkdir -p %D/share/gnome/ui
|
||||
@dirrm share/gnome/ui
|
||||
@exec /bin/mkdir -p %D/share/gnome/bonobo/docs/audio_ulaw/C/images
|
||||
@dirrm share/gnome/bonobo/docs/audio_ulaw/C/images
|
||||
@dirrm share/gnome/bonobo/docs/audio_ulaw/C
|
||||
@dirrm share/gnome/bonobo/docs/audio_ulaw
|
||||
@dirrm share/gnome/bonobo/docs
|
||||
@dirrm share/gnome/bonobo
|
||||
@exec /bin/mkdir -p /usr/X11R6/share/bonobo/html/bonobo
|
||||
@exec /bin/mkdir -p %D/share/bonobo/html/bonobo
|
||||
@dirrm share/bonobo/html/bonobo
|
||||
@dirrm share/bonobo/html
|
||||
@dirrm share/bonobo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2001/10/04 19:14:58 rh Exp $
|
||||
$NetBSD: distinfo,v 1.8 2002/01/16 00:03:22 rh Exp $
|
||||
|
||||
SHA1 (bonobo-1.0.9.tar.gz) = 236fcb3b37932637870a41523b354735d35bb3d9
|
||||
Size (bonobo-1.0.9.tar.gz) = 1266185 bytes
|
||||
SHA1 (bonobo-1.0.18.tar.gz) = e6f6790e0c0eb29a295163f643569e36896d27a0
|
||||
Size (bonobo-1.0.18.tar.gz) = 1279988 bytes
|
||||
SHA1 (patch-aa) = abb08c79e9971e755f4fef72bce46a88e9299397
|
||||
SHA1 (patch-ab) = dcb60df7c4eed7efbf8086135a9f1e6fdecc1d36
|
||||
|
|
Loading…
Reference in a new issue