pkgsrc-WIP-changes archive

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

mpv: Add dependency to libplacebo



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Dec 31 16:17:56 2023 +0100
Changeset:	f068d61406b3c7fe23b6e0cc8619c44a8ea2c8e1

Modified Files:
	mpv/Makefile
	mpv/PLIST
Removed Files:
	mpv/TODO

Log Message:
mpv: Add dependency to libplacebo

Now mpv successfully installs and works!

We need to import libplacebo and its dependencies and we can then also
import this!

Thanks to <wiz> for the help!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f068d61406b3c7fe23b6e0cc8619c44a8ea2c8e1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mpv/Makefile | 1 +
 mpv/PLIST    | 2 +-
 mpv/TODO     | 7 -------
 3 files changed, 2 insertions(+), 8 deletions(-)

diffs:
diff --git a/mpv/Makefile b/mpv/Makefile
index 1d74ab5bb3..e013bb0ff5 100644
--- a/mpv/Makefile
+++ b/mpv/Makefile
@@ -85,6 +85,7 @@ post-install:
 .include "../../multimedia/ffmpeg6/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../wip/libplacebo/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/mpv/PLIST b/mpv/PLIST
index a1f8aa4d62..c5a890e93d 100644
--- a/mpv/PLIST
+++ b/mpv/PLIST
@@ -6,7 +6,7 @@ include/mpv/render_gl.h
 include/mpv/stream_cb.h
 lib/libmpv.so
 lib/libmpv.so.2
-lib/libmpv.so.2.1.0
+lib/libmpv.so.2.2.0
 lib/pkgconfig/mpv.pc
 man/man1/mpv.1
 share/applications/mpv.desktop
diff --git a/mpv/TODO b/mpv/TODO
deleted file mode 100644
index 0a34b5a048..0000000000
--- a/mpv/TODO
+++ /dev/null
@@ -1,7 +0,0 @@
-Currently fails in configure phase with:
-
-```
-Run-time dependency libplacebo found: NO (tried pkgconfig)
-```
-
-Package libplacebo!


Home | Main Index | Thread Index | Old Index