[Midnightbsd-cvs] mports: mports/graphics: add jpeg for rhythmbox

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Dec 5 23:55:36 EST 2007


Log Message:
-----------
add jpeg for rhythmbox

Modified Files:
--------------
    mports/graphics:
        Makefile (r1.69 -> r1.70)

Added Files:
-----------
    mports/graphics/gstreamer-plugins-jpeg:
        Makefile (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/Makefile,v
retrieving revision 1.69
retrieving revision 1.70
diff -L graphics/Makefile -L graphics/Makefile -u -r1.69 -r1.70
--- graphics/Makefile
+++ graphics/Makefile
@@ -25,6 +25,7 @@
     SUBDIR += goom
     SUBDIR += gozer
     SUBDIR += graphviz
+    SUBDIR += gstreamer-plugin-jpeg
     SUBDIR += gstreamer-plugins-libpng
     SUBDIR += imlib
     SUBDIR += imlib2
--- /dev/null
+++ graphics/gstreamer-plugins-jpeg/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for:	gstreamer-plugins-jpeg
+# Date created:			3 Oct 2004
+# Whom:				Michael Johnson <ahze at FreeBSD.org>
+#
+# $MidnightBSD: mports/graphics/gstreamer-plugins-jpeg/Makefile,v 1.1 2007/12/06 04:55:34 laffer1 Exp $
+# $FreeBSD: ports/graphics/gstreamer-plugins-jpeg/Makefile,v 1.7 2007/05/19 20:09:24 flz Exp $
+#
+
+PORTREVISION=	2
+CATEGORIES=	graphics
+
+COMMENT=	Gstreamer jpeg encoder/decoder plugin
+
+GST_PLUGIN=	jpeg
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list