New port: Prerelease version of libXv from freedesktop.org:
X Video extension library Testing is encouraged, but please do not use these ports as dependencies until they are updated to release tarballs and the XFree86 ports have been updated to depend on them.
This commit is contained in:
parent
2005bec2e3
commit
497a54c6ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96386
6 changed files with 58 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
SUBDIR += libXfont
|
||||
SUBDIR += libXres
|
||||
SUBDIR += libXtrans
|
||||
SUBDIR += libXv
|
||||
SUBDIR += libcapplet
|
||||
SUBDIR += libdnd
|
||||
SUBDIR += libgnome
|
||||
|
|
33
x11/libXv/Makefile
Normal file
33
x11/libXv/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: libXv
|
||||
# Date Created: 13 Nov, 2003
|
||||
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libXv
|
||||
PORTVERSION= 2.2.1.p1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/dist/
|
||||
DISTNAME= ${PORTNAME}-${REALVERSION}
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= X11 Extension library
|
||||
|
||||
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
|
||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \
|
||||
${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
|
||||
${LIB_PC_DEPENDS}
|
||||
RUN_DEPENDS= ${LIB_PC_DEPENDS}
|
||||
|
||||
USE_BZIP2= yes
|
||||
PREFIX?= ${X11BASE}
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CFLAGS+= -DMALLOC_0_RETURNS_NULL
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-2.2.1
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/libXv/distinfo
Normal file
1
x11/libXv/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (libXv-2.2.1.tar.bz2) = 8f0f856eaae66c8d16666123691b5e6e
|
11
x11/libXv/files/patch-Makefile.in
Normal file
11
x11/libXv/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.in.orig Thu Nov 6 23:58:12 2003
|
||||
+++ Makefile.in Thu Nov 13 14:56:03 2003
|
||||
@@ -157,7 +157,7 @@
|
||||
libXvincludedir = $(includedir)/X11/extensions
|
||||
libXvinclude_HEADERS = Xvlib.h
|
||||
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
pkgconfig_DATA = xv.pc
|
||||
|
||||
EXTRA_DIST = xv.pc.in autogen.sh
|
6
x11/libXv/pkg-descr
Normal file
6
x11/libXv/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
This package contains the X Video Extension library.
|
||||
|
||||
WWW: http://www.freedesktop.org/Software/xlibs
|
||||
|
||||
- Eric Anholt
|
||||
anholt@FreeBSD.org
|
6
x11/libXv/pkg-plist
Normal file
6
x11/libXv/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
include/X11/extensions/Xvlib.h
|
||||
lib/libXv.a
|
||||
lib/libXv.la
|
||||
lib/libXv.so
|
||||
lib/libXv.so.2
|
||||
libdata/pkgconfig/xv.pc
|
Loading…
Reference in a new issue