diff options
Diffstat (limited to 'x11/libXv')
-rw-r--r-- | x11/libXv/Makefile | 6 | ||||
-rw-r--r-- | x11/libXv/distinfo | 6 | ||||
-rw-r--r-- | x11/libXv/pkg-descr | 5 |
3 files changed, 10 insertions, 7 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index 4a20092db1ad..80c1890a2f6e 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -1,6 +1,5 @@ PORTNAME= libXv -PORTVERSION= 1.0.12 -PORTREVISION= 1 +DISTVERSION= 1.0.13 PORTEPOCH= 1 CATEGORIES= x11 @@ -9,6 +8,7 @@ COMMENT= X Video Extension library WWW= https://www.freedesktop.org/Software/xlibs LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING EXTRACT_SUFX= .tar.xz USES= cpe xorg xorg-cat:lib @@ -16,6 +16,6 @@ USE_XORG= x11 xext xorgproto CPE_PRODUCT= libxv CPE_VENDOR= x -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/x11/libXv/distinfo b/x11/libXv/distinfo index ba92c308a769..001fe42322fe 100644 --- a/x11/libXv/distinfo +++ b/x11/libXv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670266877 -SHA256 (xorg/lib/libXv-1.0.12.tar.xz) = aaf7fa09f689f7a2000fe493c0d64d1487a1210db154053e9e2336b860c63848 -SIZE (xorg/lib/libXv-1.0.12.tar.xz) = 276020 +TIMESTAMP = 1747278699 +SHA256 (xorg/lib/libXv-1.0.13.tar.xz) = 7d34910958e1c1f8d193d828fea1b7da192297280a35437af0692f003ba03755 +SIZE (xorg/lib/libXv-1.0.13.tar.xz) = 281460 diff --git a/x11/libXv/pkg-descr b/x11/libXv/pkg-descr index 53be45c4f3bd..347bfc72360e 100644 --- a/x11/libXv/pkg-descr +++ b/x11/libXv/pkg-descr @@ -1 +1,4 @@ -This package contains the X Video Extension library. +The X Video Extension (Xv) extension provides support for video +adaptors attached to an X display. It takes the approach that a +display may have one or more video adaptors, each of which has one +or more ports through which independent video streams pass. |