* [PR PATCH] libwebp: fix -devel depends
@ 2024-08-04 17:00 Johnnynator
2024-08-04 17:06 ` [PR PATCH] [Merged]: " Johnnynator
0 siblings, 1 reply; 2+ messages in thread
From: Johnnynator @ 2024-08-04 17:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 381 bytes --]
There is a new pull request by Johnnynator against master on the void-packages repository
https://github.com/Johnnynator/void-packages libwebp
https://github.com/void-linux/void-packages/pull/51635
libwebp: fix -devel depends
makedepends are only used for the tools, not for the library
A patch file from https://github.com/void-linux/void-packages/pull/51635.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libwebp-51635.patch --]
[-- Type: text/x-diff, Size: 1424 bytes --]
From 25fad28747e2989c3dc91185c8aa216fc190d2a3 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sun, 4 Aug 2024 18:59:00 +0200
Subject: [PATCH] libwebp: fix -devel depends
makedepends are only used for the tools, not for the library
---
srcpkgs/libwebp/template | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/libwebp/template b/srcpkgs/libwebp/template
index 6b28458851d4ee..5f8507fb693009 100644
--- a/srcpkgs/libwebp/template
+++ b/srcpkgs/libwebp/template
@@ -1,7 +1,7 @@
# Template file for 'libwebp'
pkgname=libwebp
version=1.4.0
-revision=1
+revision=2
build_style=gnu-configure
configure_args="--enable-libwebpmux --enable-libwebpdemux --enable-libwebpdecoder"
hostmakedepends="pkg-config"
@@ -33,7 +33,7 @@ libwebp-tools_package() {
}
libwebp-devel_package() {
- depends="${makedepends/libfreeglut-devel/} libsharpyuv-devel>=${version}_${revision} ${sourcepkg}>=${version}_${revision}"
+ depends="libsharpyuv-devel>=${version}_${revision} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
@@ -52,6 +52,7 @@ libsharpyuv_package() {
libsharpyuv-devel_package() {
short_desc="Library to expose libwebp's sharpyuv functionality - development files"
+ depends="libsharpyuv>=${version}_${revision}"
pkg_install() {
vmove usr/include/webp/sharpyuv
vmove usr/lib/pkgconfig/libsharpyuv.pc
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PR PATCH] [Merged]: libwebp: fix -devel depends
2024-08-04 17:00 [PR PATCH] libwebp: fix -devel depends Johnnynator
@ 2024-08-04 17:06 ` Johnnynator
0 siblings, 0 replies; 2+ messages in thread
From: Johnnynator @ 2024-08-04 17:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 222 bytes --]
There's a merged pull request on the void-packages repository
libwebp: fix -devel depends
https://github.com/void-linux/void-packages/pull/51635
Description:
makedepends are only used for the tools, not for the library
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-04 17:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-04 17:00 [PR PATCH] libwebp: fix -devel depends Johnnynator
2024-08-04 17:06 ` [PR PATCH] [Merged]: " Johnnynator
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).