Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libwebp-devel: do not depend on libfreeglut-devel
@ 2020-07-20  3:04 gt7-void
  2020-07-20  4:07 ` [PR PATCH] [Updated] " gt7-void
  2020-07-28  7:38 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: gt7-void @ 2020-07-20  3:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 620 bytes --]

There is a new pull request by gt7-void against master on the void-packages repository

https://github.com/gt7-void/void-packages libwebp-devel
https://github.com/void-linux/void-packages/pull/23659

libwebp-devel: do not depend on libfreeglut-devel
Although there is a (correct) makedepends on libfreeglut-devel, it is
only needed to compile the vwebp tool, so libwebp-devel should not
depend on it. This is very relevant since libfreeglut-devel deptree
includes a lot of unnecessary stuff (mesa, wayland, X libraries, etc.)

A patch file from https://github.com/void-linux/void-packages/pull/23659.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libwebp-devel-23659.patch --]
[-- Type: text/x-diff, Size: 1032 bytes --]

From 5510969c038cdaa2ed1c3e3252ddffd4661f5ebb Mon Sep 17 00:00:00 2001
From: gt7-void <gt7@mail.com>
Date: Sun, 19 Jul 2020 23:48:36 -0300
Subject: [PATCH] libwebp-devel: do not depend on libfreeglut-devel

Although there is a (correct) makedepends on libfreeglut-devel, it is
only needed to compile the vwebp tool, so libwebp-devel should not
depend on it. This is very relevant since libfreeglut-devel deptree
includes a lot of unnecessary stuff (mesa, wayland, X libraries, etc.)
---
 srcpkgs/libwebp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libwebp/template b/srcpkgs/libwebp/template
index bd60bd12c61..88fd7967404 100644
--- a/srcpkgs/libwebp/template
+++ b/srcpkgs/libwebp/template
@@ -33,7 +33,7 @@ libwebp-tools_package() {
 }
 
 libwebp-devel_package() {
-	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	depends="${makedepends/libfreeglut-devel/} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-28  7:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20  3:04 [PR PATCH] libwebp-devel: do not depend on libfreeglut-devel gt7-void
2020-07-20  4:07 ` [PR PATCH] [Updated] " gt7-void
2020-07-28  7:38 ` [PR PATCH] [Merged]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).