[131806] users/devans/GNOME-3/stable/dports/gnome

devans at macports.org devans at macports.org
Sun Jan 18 22:40:24 PST 2015


Revision: 131806
          https://trac.macports.org/changeset/131806
Author:   devans at macports.org
Date:     2015-01-18 22:40:23 -0800 (Sun, 18 Jan 2015)
Log Message:
-----------
GNOME-3/stable: gstreamer1, gstreamer1-gst-plugins-good, gstreamer1-gst-plugins-ugly, sync with trunk.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gstreamer1/Portfile
    users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-good/Portfile
    users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-ugly/Portfile

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/gstreamer1/
    users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-good/
    users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-ugly/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/gstreamer1
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/gstreamer1:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gstreamer1:125773-128154
/users/rmstonecipher/gnome/gstreamer1:102363-103172
   + /branches/mld-qt-481/dports/gnome/gstreamer1:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gstreamer1:125773-131805
/users/rmstonecipher/gnome/gstreamer1:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/gstreamer1/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gstreamer1/Portfile	2015-01-19 06:31:11 UTC (rev 131805)
+++ users/devans/GNOME-3/stable/dports/gnome/gstreamer1/Portfile	2015-01-19 06:40:23 UTC (rev 131806)
@@ -5,23 +5,21 @@
 PortGroup           conflicts_build 1.0
 
 # https://bugzilla.gnome.org/show_bug.cgi?id=636134
-PortGroup   muniversal 1.0
+PortGroup           muniversal 1.0
 
 name                gstreamer1
 set my_name         gstreamer
 version             1.4.4
 set branch          [join [lrange [split ${version} .] 0 1] .]
-description \
-    GStreamer is a library for constructing graphs of media-handling components.
-long_description \
-    The applications it supports range from simple Ogg/Vorbis playback, audio/video \
-    streaming to complex audio (mixing) and video (non-linear editing) processing.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin
-license     LGPL-2+
-homepage	http://${my_name}.freedesktop.org/
-distname    ${my_name}-${version}
+description         GStreamer is a library for constructing graphs of media-handling components.
+long_description    The applications it supports range from simple Ogg/Vorbis playback, audio/video \
+                    streaming to complex audio (mixing) and video (non-linear editing) processing.
+maintainers         nomaintainer
+categories          gnome
+platforms           darwin
+license             LGPL-2+
+homepage            http://${my_name}.freedesktop.org/
+distname            ${my_name}-${version}
 
 master_sites        gnome:sources/${my_name}/${branch}/ \
                     http://gstreamer.freedesktop.org/src/${my_name}/
@@ -29,22 +27,20 @@
 checksums           rmd160  528b1301bd0c1434fc0ccdbf34ae4de4b0215100 \
                     sha256  f0e305d91a93d05bf9e332cd4256ca07d77f5186a4d73847b7ae6db218f2c237
 
-depends_build   \
-    port:gzip \
-    port:m4 \
-    path:bin/perl:perl5 \
-    port:pkgconfig
-depends_lib \
-    port:bison \
-    port:flex \
-    port:gettext \
-    path:lib/pkgconfig/glib-2.0.pc:glib2 \
-    port:libxml2 \
-    port:gobject-introspection
+depends_build       port:gzip \
+                    port:m4 \
+                    path:bin/perl:perl5 \
+                    port:pkgconfig
+depends_lib         port:bison \
+                    port:flex \
+                    port:gettext \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:libxml2 \
+                    port:gobject-introspection
 
-use_xz           yes
+use_xz              yes
 
-conflicts_build         check
+conflicts_build     check
 
 configure.env-append    PERL_PATH=${prefix}/bin/perl
 configure.cflags-append -funroll-loops -fstrict-aliasing -fno-common


Property changes on: users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-good
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/gstreamer1-gst-plugins-good:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gstreamer1-gst-plugins-good:125773-128154
/users/rmstonecipher/gnome/gstreamer1-gst-plugins-good:102363-103172
   + /branches/mld-qt-481/dports/gnome/gstreamer1-gst-plugins-good:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gstreamer1-gst-plugins-good:125773-131805
/users/rmstonecipher/gnome/gstreamer1-gst-plugins-good:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-good/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-good/Portfile	2015-01-19 06:31:11 UTC (rev 131805)
+++ users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-good/Portfile	2015-01-19 06:40:23 UTC (rev 131806)
@@ -11,14 +11,12 @@
 set my_name         gst-plugins-good
 version             1.4.4
 set branch          [join [lrange [split ${version} .] 0 1] .]
-description         \
-    A set of good-quality plug-ins for GStreamer under GStreamer's preferred \
-    license, LGPL.
-long_description    \
-    GStreamer Good Plug-ins is a set of plug-ins that GStreamer's developers \
-    consider to have good quality code, correct functionality, and their \
-    preferred license (LGPL for the plug-in code, LGPL or LGPL-compatible for \
-    the supporting library).
+description         A set of good-quality plug-ins for GStreamer under GStreamer's preferred \
+                    license, LGPL.
+long_description    GStreamer Good Plug-ins is a set of plug-ins that GStreamer's developers \
+                    consider to have good quality code, correct functionality, and their \
+                    preferred license (LGPL for the plug-in code, LGPL or LGPL-compatible for \
+                    the supporting library).
 maintainers         nomaintainer
 categories          gnome
 license             LGPL-2+
@@ -32,27 +30,25 @@
 checksums           rmd160  8fa0090102e7079e0aa281a66a393ab910d40d86 \
                     sha256  2df90e99da45211c7b2525ae4ac34830a9e7784bd48c072c406c0cf014bdb277
 
-depends_build \
-    port:pkgconfig
+depends_build       port:pkgconfig
 
-depends_lib	\
-    port:gstreamer1-gst-plugins-base \
-    port:aalib \
-    port:flac \
-    port:gdk-pixbuf2 \
-    port:jack \
-    port:jpeg \
-    port:libgnome-keyring \
-    port:libcaca \
-    port:libdv \
-    port:libpng \
-    port:libshout2 \
-    port:libsoup \
-    path:lib/libspeex.dylib:speex \
-    port:libvpx \
-    port:taglib \
-    port:wavpack \
-    port:gobject-introspection
+depends_lib         port:gstreamer1-gst-plugins-base \
+                    port:aalib \
+                    port:flac \
+                    port:gdk-pixbuf2 \
+                    port:jack \
+                    port:jpeg \
+                    port:libgnome-keyring \
+                    port:libcaca \
+                    port:libdv \
+                    port:libpng \
+                    port:libshout2 \
+                    port:libsoup \
+                    path:lib/libspeex.dylib:speex \
+                    port:libvpx \
+                    port:taglib \
+                    port:wavpack \
+                    port:gobject-introspection
 
 post-patch {
     # gst/goom is the only thing using this, and its mmx code is buggy (as of 0.10.31)
@@ -60,8 +56,8 @@
     reinplace "/^MMX_FILES/s|=.*|=|"       ${worksrcpath}/gst/goom/Makefile.am
 }
 
-use_autoreconf          yes
-autoreconf.args         -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
 configure.args-append   --disable-gtk-doc --with-default-videosink=ximagesink --disable-pulse
 configure.env-append    "HAVE_CXX=yes"
@@ -114,5 +110,5 @@
     }
 }
 
-livecheck.type  gnome
-livecheck.name  ${my_name}
+livecheck.type      gnome
+livecheck.name      ${my_name}


Property changes on: users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-ugly
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/gstreamer1-gst-plugins-ugly:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gstreamer1-gst-plugins-ugly:125773-128156
/users/rmstonecipher/gnome/gstreamer1-gst-plugins-ugly:102363-103172
   + /branches/mld-qt-481/dports/gnome/gstreamer1-gst-plugins-ugly:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/gstreamer1-gst-plugins-ugly:125773-131805
/users/rmstonecipher/gnome/gstreamer1-gst-plugins-ugly:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-ugly/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-ugly/Portfile	2015-01-19 06:31:11 UTC (rev 131805)
+++ users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-ugly/Portfile	2015-01-19 06:40:23 UTC (rev 131806)
@@ -9,14 +9,12 @@
 name                gstreamer1-gst-plugins-ugly
 set my_name         gst-plugins-ugly
 version             1.4.4
-description         \
-    A set of good-quality plug-ins for GStreamer that might pose distribution \
-    problems.
-long_description    \
-    GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and \
-    correct functionality, but distributing them might pose problems. The \
-    license on either the plug-ins or the supporting libraries might not be how \
-    we'd like. The code might be widely known to present patent problems.
+description         A set of good-quality plug-ins for GStreamer that might pose distribution \
+                    problems.
+long_description    GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and \
+                    correct functionality, but distributing them might pose problems. The \
+                    license on either the plug-ins or the supporting libraries might not be how \
+                    we'd like. The code might be widely known to present patent problems.
 maintainers         nomaintainer
 categories          gnome
 platforms           darwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150118/94e07614/attachment.html>


More information about the macports-changes mailing list