pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/indi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 12 07:28:59 UTC 2024

Modified Files:
        pkgsrc/misc/indi: Makefile

Log Message:
indi: enable ogg/theora support

Requested by Yaushi Oshima in PR 58248.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/indi/Makefile

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

Modified files:

Index: pkgsrc/misc/indi/Makefile
diff -u pkgsrc/misc/indi/Makefile:1.2 pkgsrc/misc/indi/Makefile:1.3
--- pkgsrc/misc/indi/Makefile:1.2       Sat May 11 16:58:09 2024
+++ pkgsrc/misc/indi/Makefile   Sun May 12 07:28:59 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2024/05/11 16:58:09 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/05/12 07:28:59 wiz Exp $
 
 DISTNAME=      indi-2.0.7
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=indilib/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -24,6 +25,8 @@ PKGCONFIG_OVERRIDE=   libindi.pc.cmake
 .include "../../geography/libnova/buildlink3.mk"
 .include "../../math/fftw/buildlink3.mk"
 .include "../../math/gsl/buildlink3.mk"
+.include "../../multimedia/libogg/buildlink3.mk"
+.include "../../multimedia/libtheora/buildlink3.mk"
 # not checked but used
 .include "../../www/curl/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index