pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/handbrake handbrake: require libjpeg-turbo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ea7ca546529
branches:  trunk
changeset: 390651:7ea7ca546529
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Dec 26 00:16:08 2022 +0000

description:
handbrake: require libjpeg-turbo

diffstat:

 multimedia/handbrake/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 20bcba66ee8a -r 7ea7ca546529 multimedia/handbrake/Makefile
--- a/multimedia/handbrake/Makefile     Sun Dec 25 19:44:05 2022 +0000
+++ b/multimedia/handbrake/Makefile     Mon Dec 26 00:16:08 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2022/11/23 16:20:45 adam Exp $
+# $NetBSD: Makefile,v 1.88 2022/12/26 00:16:08 nia Exp $
 
 DISTNAME=      HandBrake-1.5.1-source
 PKGNAME=       ${DISTNAME:tl:S/-source//}
@@ -96,9 +96,6 @@
 .include "../../multimedia/x265/buildlink3.mk"
 .include "../../textproc/jansson/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
-# Note that libjpeg-turbo is required by the Handbrake library libhb: when gtk3 is
-# enabled (as per default) it is built and linked statically in the build phase as
-# not to conflict with the "default" jpeg required by gtk3
-#JPEG_DEFAULT= jpeg
+JPEG_ACCEPTED= libjpeg-turbo
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index