diff options
author | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
commit | 87f4d471fb27b9547c1a0de221b51f4c31684157 (patch) | |
tree | dfc4d7ae0fdd043d231bab6f4e98fccbbad14665 /x11/libXv | |
parent | 5ae66b41b712e5f34c78308a97f7511fc0b1539e (diff) | |
download | freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.gz freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.zst freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Diffstat (limited to 'x11/libXv')
-rw-r--r-- | x11/libXv/Makefile | 39 | ||||
-rw-r--r-- | x11/libXv/distinfo | 6 | ||||
-rw-r--r-- | x11/libXv/pkg-plist | 2 |
3 files changed, 28 insertions, 19 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index b81e24aa87a3..02f6ad9af1fd 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -6,26 +6,35 @@ # PORTNAME= libXv -PORTVERSION= 2.2.2 +PORTVERSION= 1.0.3 +PORTEPOCH= 1 CATEGORIES= x11 -MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= X Video Extension library -LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext -BUILD_DEPENDS= ${LIB_PC_DEPENDS} -RUN_DEPENDS= ${LIB_PC_DEPENDS} +XORG_CAT= lib +USE_XORG= x11 xext xextproto videoproto:both -CONFLICTS= XFree86-libraries-* xorg-libraries-* - -USE_BZIP2= yes -PREFIX?= ${X11BASE} -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_GMAKE= yes -CFLAGS+= -DMALLOC_0_RETURNS_NULL -INSTALLS_SHLIB= yes -USE_GNOME= gnomehack pkgconfig +MAN3= Xv.3 \ + XvFreeAdaptorInfo.3 \ + XvFreeEncodingInfo.3 \ + XvGetPortAttribute.3 \ + XvGetStill.3 \ + XvGetVideo.3 \ + XvGrabPort.3 \ + XvPortNotify.3 \ + XvPutStill.3 \ + XvPutVideo.3 \ + XvQueryAdaptors.3 \ + XvQueryBestSize.3 \ + XvQueryEncodings.3 \ + XvQueryExtension.3 \ + XvSelectPortNotify.3 \ + XvSelectVideoNotify.3 \ + XvSetPortAttribute.3 \ + XvStopVideo.3 \ + XvUngrabPort.3 \ + XvVideoNotify.3 .include <bsd.port.mk> diff --git a/x11/libXv/distinfo b/x11/libXv/distinfo index 6a52df98c64a..dee2747c6299 100644 --- a/x11/libXv/distinfo +++ b/x11/libXv/distinfo @@ -1,3 +1,3 @@ -MD5 (libXv-2.2.2.tar.bz2) = cdd6a79bac8807da83c008dac42fdddb -SHA256 (libXv-2.2.2.tar.bz2) = 1a2f74118f7d41b0adcc6373f7be70f3cc06e706cf6c87cecd3a9b3603a24cb0 -SIZE (libXv-2.2.2.tar.bz2) = 192104 +MD5 (xorg/lib/libXv-1.0.3.tar.bz2) = f1c4109fa804aeaf7188b66c5cdd9f57 +SHA256 (xorg/lib/libXv-1.0.3.tar.bz2) = f87ae65be39a3c26dc3c87159d9126daf2af1b8c5e7f2ffc38b9f72b9236261b +SIZE (xorg/lib/libXv-1.0.3.tar.bz2) = 231715 diff --git a/x11/libXv/pkg-plist b/x11/libXv/pkg-plist index f33155ee28b9..9765424b3a75 100644 --- a/x11/libXv/pkg-plist +++ b/x11/libXv/pkg-plist @@ -2,5 +2,5 @@ include/X11/extensions/Xvlib.h lib/libXv.a lib/libXv.la lib/libXv.so -lib/libXv.so.2 +lib/libXv.so.1 libdata/pkgconfig/xv.pc |