diff options
author | marcus <marcus@FreeBSD.org> | 2008-03-24 11:52:36 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-03-24 11:52:36 +0800 |
commit | 7f7d1cea729a5815af0f4db6edfc5ba0f62a57e3 (patch) | |
tree | 862f96db414616c771eb64412d27d795591004f0 /devel/liboil | |
parent | 6c3349d5db64bb9ea320c30d23ba353e2f013754 (diff) | |
download | freebsd-ports-gnome-7f7d1cea729a5815af0f4db6edfc5ba0f62a57e3.tar.gz freebsd-ports-gnome-7f7d1cea729a5815af0f4db6edfc5ba0f62a57e3.tar.zst freebsd-ports-gnome-7f7d1cea729a5815af0f4db6edfc5ba0f62a57e3.zip |
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
Diffstat (limited to 'devel/liboil')
-rw-r--r-- | devel/liboil/Makefile | 11 | ||||
-rw-r--r-- | devel/liboil/distinfo | 6 | ||||
-rw-r--r-- | devel/liboil/pkg-plist | 4 |
3 files changed, 11 insertions, 10 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index 265d4eccfedc..a4141c397703 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -3,20 +3,19 @@ # Whom: ijliao # # $FreeBSD$ +# $MCom: ports/devel/liboil/Makefile,v 1.7 2008/03/23 06:57:57 marcus Exp $ # $Id: Makefile 23 2006-10-25 14:24:32Z buhnux $ PORTNAME= liboil -PORTVERSION= 0.3.12 +PORTVERSION= 0.3.14 CATEGORIES= devel -MASTER_SITES= http://liboil.freedesktop.org/download/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ahze +MASTER_SITES= http://liboil.freedesktop.org/download/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Library of optimized inner loops -USE_GNOME= pkgconfig gnomehack gnometarget -GNU_CONFIGURE= yes +USE_GNOME= pkgconfig gnomehack gnometarget ltverhack +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ --disable-glib diff --git a/devel/liboil/distinfo b/devel/liboil/distinfo index 284e75511acf..372e8aa25773 100644 --- a/devel/liboil/distinfo +++ b/devel/liboil/distinfo @@ -1,3 +1,3 @@ -MD5 (liboil-0.3.12.tar.gz) = 96ee4c627ffb0db3999cef3c7454b1d9 -SHA256 (liboil-0.3.12.tar.gz) = 9be2cdd17214935b0dd2bac1508c9db1df88c60bba91652f0a2944aa93a7b53d -SIZE (liboil-0.3.12.tar.gz) = 810532 +MD5 (liboil-0.3.14.tar.gz) = 7a9f719e50656b795c06c0167012a84f +SHA256 (liboil-0.3.14.tar.gz) = a40c09db6ee24e03aa81f58329a57e45e55462a2e0f619b3796d4bf942c23f2f +SIZE (liboil-0.3.14.tar.gz) = 819559 diff --git a/devel/liboil/pkg-plist b/devel/liboil/pkg-plist index 57057fa781fd..bbf34358c86c 100644 --- a/devel/liboil/pkg-plist +++ b/devel/liboil/pkg-plist @@ -4,6 +4,7 @@ include/liboil-0.3/liboil/liboil.h include/liboil-0.3/liboil/liboilclasses.h include/liboil-0.3/liboil/liboilcpu.h include/liboil-0.3/liboil/liboildebug.h +include/liboil-0.3/liboil/liboilfault.h include/liboil-0.3/liboil/liboilfuncs.h include/liboil-0.3/liboil/liboilfunction.h include/liboil-0.3/liboil/liboilgcc.h @@ -14,10 +15,11 @@ include/liboil-0.3/liboil/liboilprototype.h include/liboil-0.3/liboil/liboilrandom.h include/liboil-0.3/liboil/liboiltest.h include/liboil-0.3/liboil/liboiltypes.h +include/liboil-0.3/liboil/liboilutils.h lib/liboil-0.3.a lib/liboil-0.3.la lib/liboil-0.3.so -lib/liboil-0.3.so.1 +lib/liboil-0.3.so.0 libdata/pkgconfig/liboil-0.3.pc share/gtk-doc/html/liboil/ch01.html share/gtk-doc/html/liboil/ch02.html |