pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/gst-plugins1-omx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 16 11:36:15 UTC 2016

Modified Files:
        pkgsrc/multimedia/gst-plugins1-omx: Makefile

Log Message:
Make PKGNAME match directory name (and other gstreamer plugin packages)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/gst-plugins1-omx/Makefile

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

Modified files:

Index: pkgsrc/multimedia/gst-plugins1-omx/Makefile
diff -u pkgsrc/multimedia/gst-plugins1-omx/Makefile:1.3 pkgsrc/multimedia/gst-plugins1-omx/Makefile:1.4
--- pkgsrc/multimedia/gst-plugins1-omx/Makefile:1.3     Sat Jul  9 06:38:39 2016
+++ pkgsrc/multimedia/gst-plugins1-omx/Makefile Wed Nov 16 11:36:15 2016
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2016/07/09 06:38:39 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2016/11/16 11:36:15 wiz Exp $
 
 DISTNAME=      gst-omx-1.2.0
+PKGNAME=       ${DISTNAME:S/omx/plugins1-omx/}
 PKGREVISION=   2
 CATEGORIES=    multimedia
 MASTER_SITES=  http://gstreamer.freedesktop.org/src/gst-omx/



Home | Main Index | Thread Index | Old Index