Better COMMENT for plugins subpackages.

This commit is contained in:
ajacoutot 2010-07-24 07:35:08 +00:00
parent ef1f55671f
commit 35fcf34ff3
4 changed files with 31 additions and 22 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.33 2010/07/22 19:19:26 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.34 2010/07/24 07:35:08 ajacoutot Exp $
COMMENT-main = bad elements for GStreamer
COMMENT-neon = neon element for GStreamer (bad)
COMMENT-mjpeg = gstmplex and gstmpeg2enc elements for GStreamer (bad)
COMMENT-neon = neon element for GStreamer (plugins-bad)
COMMENT-mjpeg = gstmplex and gstmpeg2enc elements for GStreamer (plugins-bad)
V = 0.10.19
DISTNAME = gst-plugins-bad-${V}
@ -11,9 +11,9 @@ PKGNAME-main = gstreamer-plugins-bad-${V}
PKGNAME-neon = gstreamer-neon-${V}
PKGNAME-mjpeg = gstreamer-mjpeg-${V}
REVISION-main= 0
REVISION-neon= 0
REVISION-mjpeg= 0
REVISION-main = 0
REVISION-neon = 1
REVISION-mjpeg = 1
MULTI_PACKAGES = -main -neon -mjpeg

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.24 2010/07/22 19:16:16 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.25 2010/07/24 07:35:08 ajacoutot Exp $
COMMENT-main = base elements for GStreamer
COMMENT-gnome = gnome vfs element for GStreamer (base)
COMMENT-cdda = cd paranoia element for GStreamer (base)
COMMENT-gnome = gnome vfs element for GStreamer (plugins-base)
COMMENT-cdda = cd paranoia element for GStreamer (plugins-base)
V = 0.10.30
DISTNAME = gst-plugins-base-${V}
@ -11,6 +11,9 @@ PKGNAME-main = gstreamer-plugins-base-${V}
PKGNAME-gnome = gstreamer-gnome-${V}
PKGNAME-cdda = gstreamer-cdda-${V}
REVISION-gnome = 0
REVISION-cdda = 0
MULTI_PACKAGES = -main -gnome -cdda
SHARED_LIBS += gstinterfaces-0.10 2.2 # .21.0

View File

@ -1,23 +1,29 @@
# $OpenBSD: Makefile,v 1.56 2010/07/22 19:17:33 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.57 2010/07/24 07:35:08 ajacoutot Exp $
COMMENT-main = good elements for GStreamer
COMMENT-aalib = aalib element for GStreamer (good)
COMMENT-dv = dv element for GStreamer (good)
COMMENT-gdk = gdk pixbuf element for GStreamer (good)
COMMENT-caca = libcaca element for GStreamer (good)
COMMENT-soup = libsoup element for GStreamer (good)
COMMENT-aalib = aalib element for GStreamer (plugins-good)
COMMENT-dv = dv element for GStreamer (plugins-good)
COMMENT-gdk = gdk pixbuf element for GStreamer (plugins-good)
COMMENT-caca = libcaca element for GStreamer (plugins-good)
COMMENT-soup = libsoup element for GStreamer (plugins-good)
V = 0.10.24
DISTNAME = gst-plugins-good-$V
PKGNAME-main = gstreamer-plugins-good-${V}
EPOCH-main= 0
EPOCH-main = 0
PKGNAME-aalib = gstreamer-aalib-${V}
PKGNAME-dv = gstreamer-dv-${V}
PKGNAME-gdk = gstreamer-gdk-pixbuf-${V}
PKGNAME-caca = gstreamer-libcaca-${V}
PKGNAME-soup = gstreamer-libsoup-${V}
REVISION-aalib = 0
REVISION-dv = 0
REVISION-gdk = 0
REVISION-caca = 0
REVISION-soup = 0
MULTI_PACKAGES = -main -aalib \
-dv -gdk -caca -soup

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.18 2010/07/22 19:20:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.19 2010/07/24 07:35:08 ajacoutot Exp $
COMMENT-main = ugly elements for GStreamer
COMMENT-sidplay = sidplay element for GStreamer (ugly)
COMMENT-lame = lame element for GStreamer (ugly)
COMMENT-sidplay = sidplay element for GStreamer (plugins-ugly)
COMMENT-lame = lame element for GStreamer (plugins-ugly)
V = 0.10.15
DISTNAME = gst-plugins-ugly-${V}
@ -11,9 +11,9 @@ PKGNAME-main = gstreamer-plugins-ugly-${V}
PKGNAME-sidplay = gstreamer-sidplay-${V}
PKGNAME-lame = gstreamer-lame-${V}
REVISION-main= 0
REVISION-sidplay= 0
REVISION-lame= 0
REVISION-main = 0
REVISION-sidplay = 1
REVISION-lame = 1
MULTI_PACKAGES = -main -sidplay -lame