diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.10-base/plugins.mk | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-gnonlin/DESCR | 6 | ||||
-rw-r--r-- | multimedia/gstreamer0.10/Makefile | 5 |
3 files changed, 7 insertions, 8 deletions
diff --git a/multimedia/gst-plugins0.10-base/plugins.mk b/multimedia/gst-plugins0.10-base/plugins.mk index aedbb6a63c9..bcca6ed8ec3 100644 --- a/multimedia/gst-plugins0.10-base/plugins.mk +++ b/multimedia/gst-plugins0.10-base/plugins.mk @@ -1,4 +1,4 @@ -# $NetBSD: plugins.mk,v 1.15 2017/10/15 23:19:12 prlw1 Exp $ +# $NetBSD: plugins.mk,v 1.16 2017/10/17 10:50:39 wiz Exp $ # # This file is shared across the gst-plugins-{base,good} packages to # simplify their code. It provides a framework to write simple packages @@ -13,7 +13,7 @@ MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-${GST_PLUGINS0.1 EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.gstreamer.net/ +HOMEPAGE= https://gstreamer.freedesktop.org/ COMMENT= Open source multimedia framework - DISTINFO_FILE= ${.CURDIR}/../../multimedia/gst-plugins0.10-${GST_PLUGINS0.10_TYPE}/distinfo diff --git a/multimedia/gst-plugins0.10-gnonlin/DESCR b/multimedia/gst-plugins0.10-gnonlin/DESCR index 04cfafb60e7..a3ab8beb1de 100644 --- a/multimedia/gst-plugins0.10-gnonlin/DESCR +++ b/multimedia/gst-plugins0.10-gnonlin/DESCR @@ -1,3 +1,3 @@ -Gnonlin is a library built on top of GStreamer (http://gstreamer.net) -which provides support for writing non-linear audio and video editing -applications. It introduces the concept of a timeline. +Gnonlin is a library built on top of GStreamer which provides support +for writing non-linear audio and video editing applications. It +introduces the concept of a timeline. diff --git a/multimedia/gstreamer0.10/Makefile b/multimedia/gstreamer0.10/Makefile index 050e6e36eea..69ec92a615a 100644 --- a/multimedia/gstreamer0.10/Makefile +++ b/multimedia/gstreamer0.10/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2017/10/15 23:19:12 prlw1 Exp $ -# +# $NetBSD: Makefile,v 1.63 2017/10/17 10:50:39 wiz Exp $ DISTNAME= gstreamer-0.10.36 PKGNAME= ${DISTNAME:S/gstreamer/gstreamer0.10/} @@ -9,7 +8,7 @@ MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gstreamer.net/ +HOMEPAGE= https://gstreamer.freedesktop.org/ COMMENT= Open source multimedia framework GNU_CONFIGURE= yes |