pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/gst-plugins1-sndio



Module Name:    pkgsrc
Committed By:   vins
Date:           Fri Jan  2 09:16:11 UTC 2026

Modified Files:
        pkgsrc/audio/gst-plugins1-sndio: Makefile

Log Message:
gst-plugins1-sndio: fix PKGNAME


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/gst-plugins1-sndio/Makefile

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

Modified files:

Index: pkgsrc/audio/gst-plugins1-sndio/Makefile
diff -u pkgsrc/audio/gst-plugins1-sndio/Makefile:1.1 pkgsrc/audio/gst-plugins1-sndio/Makefile:1.2
--- pkgsrc/audio/gst-plugins1-sndio/Makefile:1.1        Sun Dec 14 18:16:47 2025
+++ pkgsrc/audio/gst-plugins1-sndio/Makefile    Fri Jan  2 09:16:11 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2025/12/14 18:16:47 vins Exp $
+# $NetBSD: Makefile,v 1.2 2026/01/02 09:16:11 vins Exp $
 
 DISTNAME=      gstreamer1-plugins-sndio-1.24.0
+PKGNAME=       ${DISTNAME:S/gstreamer1-plugins/gst-plugins1/}
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=BSDKaffee/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -12,6 +13,8 @@ LICENSE=      isc
 
 USE_TOOLS+=    pkg-config
 
+WRKSRC=                ${WRKDIR}/${DISTNAME}
+
 .include "../../multimedia/gst-plugins1-base/buildlink3.mk"
 BUILDLINK_DEPMETHOD.gobject-introspection=      build
 .include "../../devel/gobject-introspection/buildlink3.mk"



Home | Main Index | Thread Index | Old Index