[65619] trunk/dports/gnome/gstreamer/Portfile

rmsfisher at macports.org rmsfisher at macports.org
Sun Mar 28 18:30:37 PDT 2010


Revision: 65619
          http://trac.macports.org/changeset/65619
Author:   rmsfisher at macports.org
Date:     2010-03-28 18:30:36 -0700 (Sun, 28 Mar 2010)
Log Message:
-----------
gnome/gstreamer updated description and long dsecription, whitespace edit

Modified Paths:
--------------
    trunk/dports/gnome/gstreamer/Portfile

Modified: trunk/dports/gnome/gstreamer/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer/Portfile	2010-03-29 01:18:10 UTC (rev 65618)
+++ trunk/dports/gnome/gstreamer/Portfile	2010-03-29 01:30:36 UTC (rev 65619)
@@ -1,27 +1,23 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name		gstreamer
-version		0.10.28
-description	A framework for streaming media.
-long_description	This is GStreamer, a framework for streaming media. \
-			The fundamental design comes from the video pipeline at \
-			Oregon Graduate Institute, as well as some ideas from \
-			DirectMedia.  It's based on plug-ins that will provide \
-			the various codec and other functionality. The \
-			interface hopefully is generic enough for various \
-			companies (ahem, Apple) to release binary codecs for \
-			Linux, until such time as they get a clue and \
-			release the source.
+name                gstreamer
+version             0.10.28
+description \
+    GStreamer is a development framework for creating multimedia applications.
+long_description \
+    GStreamer is the core library. It contains the headers, core library files, \
+    and core elements.
 maintainers	rmsfisher openmaintainer
 categories	gnome
 platforms	darwin
 homepage	http://gstreamer.freedesktop.org/
 
-master_sites	gnome:sources/gstreamer/[join [lrange [split ${version} .] 0 1] .]/ \
-	http://gstreamer.freedesktop.org/src/${name}/
+master_sites \
+    gnome:sources/gstreamer/[join [lrange [split ${version} .] 0 1] .]/ \
+    http://gstreamer.freedesktop.org/src/${name}/
 
 checksums           md5     1c7accac718fe211ff91323c27d4ae02 \
                     sha1    a1123d60c35c9be1f6f6357176056361f42e896b \
@@ -39,28 +35,27 @@
     path:lib/pkgconfig/glib-2.0.pc:glib2 \
     port:libxml2
 
-use_bzip2 	yes
+use_bzip2           yes
 
-configure.env-append  PERL_PATH=${prefix}/bin/perl
-
+configure.env-append    PERL_PATH=${prefix}/bin/perl
 configure.cflags-append -funroll-loops -fstrict-aliasing -fno-common
 
 post-patch {
-	# http://trac.macports.org/ticket/24002
-	reinplace "s|\"mul %3|\"mulq %3|" ${worksrcpath}/gst/gstutils.c
+    # http://trac.macports.org/ticket/24002
+    reinplace "s|\"mul %3|\"mulq %3|" ${worksrcpath}/gst/gstutils.c
 }
 
 pre-build	{
-	ui_msg "It is likely that this port will fail to build if the 'check'"
-	ui_msg "port is active. If this port fails to build, deactive 'check'"
-	ui_msg "by running:"
-	ui_msg "port deactivate check"
-	ui_msg "Reactivate 'check' after successfully installing gstreamer"
-	ui_msg "by running:"
-	ui_msg "port activate check"
-	ui_msg "If you do not have 'check' installed, ignore this message."
+    ui_msg "It is likely that this port will fail to build if the 'check'"
+    ui_msg "port is active. If this port fails to build, deactive 'check'"
+    ui_msg "by running:"
+    ui_msg "port deactivate check"
+    ui_msg "Reactivate 'check' after successfully installing gstreamer"
+    ui_msg "by running:"
+    ui_msg "port activate check"
+    ui_msg "If you do not have 'check' installed, ignore this message."
 }
 
-livecheck.type  regex
-livecheck.url   http://gstreamer.freedesktop.org/src/${name}/
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       http://gstreamer.freedesktop.org/src/${name}/
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100328/06c3dd05/attachment.html>


More information about the macports-changes mailing list