Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src libvdpau pkg-config file is called vdpau.pc.



details:   https://anonhg.NetBSD.org/src/rev/f2b9d8d0ab4f
branches:  trunk
changeset: 449542:f2b9d8d0ab4f
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 10 12:44:58 2019 +0000

description:
libvdpau pkg-config file is called vdpau.pc.

this does not need a special rule, just to be named correctly.

diffstat:

 distrib/sets/lists/xcomp/md.amd64       |  4 ++--
 distrib/sets/lists/xcomp/md.evbarm      |  4 ++--
 distrib/sets/lists/xcomp/md.i386        |  4 ++--
 external/mit/xorg/lib/libvdpau/Makefile |  5 ++---
 4 files changed, 8 insertions(+), 9 deletions(-)

diffs (72 lines):

diff -r bf6be33c5b62 -r f2b9d8d0ab4f distrib/sets/lists/xcomp/md.amd64
--- a/distrib/sets/lists/xcomp/md.amd64 Sun Mar 10 12:14:05 2019 +0000
+++ b/distrib/sets/lists/xcomp/md.amd64 Sun Mar 10 12:44:58 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.51 2019/03/10 11:18:02 mrg Exp $
+# $NetBSD: md.amd64,v 1.52 2019/03/10 12:44:58 mrg Exp $
 ./usr/X11R7/include/intel_bufmgr.h                     -unknown-       obsolete
 ./usr/X11R7/include/libdrm/nouveau/nvif/cl0080.h       -unknown-       xorg
 ./usr/X11R7/include/libdrm/nouveau/nvif/cl9097.h       -unknown-       xorg
@@ -34,7 +34,7 @@
 ./usr/X11R7/lib/libvdpau.a                             -unknown-       xorg,compatx11file
 ./usr/X11R7/lib/libvdpau_p.a                           -unknown-       profile,xorg,compatx11file
 ./usr/X11R7/lib/libvdpau_pic.a                         -unknown-       xorg,picinstall,compatx11file
-#./usr/X11R7/lib/pkgconfig/libvdpau.pc                 -unknown-       xorg
+./usr/X11R7/lib/pkgconfig/vdpau.pc                     -unknown-       xorg
 ./usr/X11R7/lib/pkgconfig/libdrm_amdgpu.pc             -unknown-       xorg
 ./usr/X11R7/lib/pkgconfig/libdrm_intel.pc              -unknown-       xorg
 ./usr/X11R7/lib/pkgconfig/libdrm_nouveau.pc            -unknown-       xorg
diff -r bf6be33c5b62 -r f2b9d8d0ab4f distrib/sets/lists/xcomp/md.evbarm
--- a/distrib/sets/lists/xcomp/md.evbarm        Sun Mar 10 12:14:05 2019 +0000
+++ b/distrib/sets/lists/xcomp/md.evbarm        Sun Mar 10 12:44:58 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md.evbarm,v 1.9 2019/03/10 11:18:02 mrg Exp $
+# $NetBSD: md.evbarm,v 1.10 2019/03/10 12:44:58 mrg Exp $
 ./usr/X11R7/include/libdrm/nouveau/nvif/cl0080.h       -unknown-       xorg
 ./usr/X11R7/include/libdrm/nouveau/nvif/cl9097.h       -unknown-       xorg
 ./usr/X11R7/include/libdrm/nouveau/nvif/class.h                -unknown-       xorg
@@ -15,6 +15,6 @@
 ./usr/X11R7/lib/libvdpau.a                             -unknown-       xorg,compatx11file
 ./usr/X11R7/lib/libvdpau_p.a                           -unknown-       profile,xorg,compatx11file
 ./usr/X11R7/lib/libvdpau_pic.a                         -unknown-       xorg,picinstall,compatx11file
-#./usr/X11R7/lib/pkgconfig/libvdpau.pc                 -unknown-       xorg
+./usr/X11R7/lib/pkgconfig/vdpau.pc                     -unknown-       xorg
 ./usr/X11R7/lib/pkgconfig/libdrm_nouveau.pc            -unknown-       xorg
 ./usr/libdata/lint/llib-ldrm_nouveau.ln                        -unknown-       lint,xorg
diff -r bf6be33c5b62 -r f2b9d8d0ab4f distrib/sets/lists/xcomp/md.i386
--- a/distrib/sets/lists/xcomp/md.i386  Sun Mar 10 12:14:05 2019 +0000
+++ b/distrib/sets/lists/xcomp/md.i386  Sun Mar 10 12:44:58 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md.i386,v 1.56 2019/03/10 11:18:02 mrg Exp $
+# $NetBSD: md.i386,v 1.57 2019/03/10 12:44:58 mrg Exp $
 #./usr/libdata/lint/llib-lIntelXvMC.ln                 -unknown-       lint,xorg
 ./usr/X11R7/include/intel_bufmgr.h                     -unknown-       obsolete
 ./usr/X11R7/include/libdrm/nouveau/nvif/cl0080.h       -unknown-       xorg
@@ -35,7 +35,7 @@
 ./usr/X11R7/lib/libvdpau.a                             -unknown-       xorg,compatx11file
 ./usr/X11R7/lib/libvdpau_p.a                           -unknown-       profile,xorg,compatx11file
 ./usr/X11R7/lib/libvdpau_pic.a                         -unknown-       xorg,picinstall,compatx11file
-#./usr/X11R7/lib/pkgconfig/libvdpau.pc                 -unknown-       xorg
+./usr/X11R7/lib/pkgconfig/vdpau.pc                     -unknown-       xorg
 ./usr/X11R7/lib/pkgconfig/libdrm_amdgpu.pc             -unknown-       xorg
 ./usr/X11R7/lib/pkgconfig/libdrm_intel.pc              -unknown-       xorg
 ./usr/X11R7/lib/pkgconfig/libdrm_nouveau.pc            -unknown-       xorg
diff -r bf6be33c5b62 -r f2b9d8d0ab4f external/mit/xorg/lib/libvdpau/Makefile
--- a/external/mit/xorg/lib/libvdpau/Makefile   Sun Mar 10 12:14:05 2019 +0000
+++ b/external/mit/xorg/lib/libvdpau/Makefile   Sun Mar 10 12:44:58 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2019/03/10 11:18:02 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2019/03/10 12:44:58 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -18,8 +18,7 @@
 SHLIB_MAJOR=   1
 SHLIB_MINOR=   0
 
-# XXX todo
-#PKGDIST=      libvdpau
+PKGDIST=       vdpau
 
 .include <bsd.x11.mk>
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index