diff --git a/multimedia/video/gst-plugins-ugly/actions.py b/multimedia/video/gst-plugins-ugly/actions.py index 0e2669a6b5..5ff5127641 100644 --- a/multimedia/video/gst-plugins-ugly/actions.py +++ b/multimedia/video/gst-plugins-ugly/actions.py @@ -4,20 +4,13 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt +from pisi.actionsapi import get from pisi.actionsapi import autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools -from pisi.actionsapi import get def setup(): - shelltools.export("AUTOPOINT", "true") - pisitools.dosed("configure.ac", "AM_CONFIG_HEADER", "AC_CONFIG_HEADERS") - - shelltools.export("NOCONFIGURE", "1") - shelltools.system("./autogen.sh") - - autotools.configure("--with-package-name=\"PisiLinux gstreamer-plugins-ugly package\" \ - --with-package-origin=\"http://www.pisilinux.org/eng\"") + autotools.configure("--with-package-name='PisiLinux gstreamer-plugins-ugly package' \ + --with-package-origin='http://www.pisilinux.org/eng'") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") diff --git a/multimedia/video/gst-plugins-ugly/pspec.xml b/multimedia/video/gst-plugins-ugly/pspec.xml index efc36de1e0..ccb06bd14d 100644 --- a/multimedia/video/gst-plugins-ugly/pspec.xml +++ b/multimedia/video/gst-plugins-ugly/pspec.xml @@ -15,21 +15,20 @@ https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.12.4.tar.xz orc-devel - lame-devel x264-devel - libmad-devel + lame-devel + glib2-devel a52dec-devel + libmad-devel + mpg123-devel libcdio-devel + twolame-devel libmpeg2-devel - gstreamer-devel libdvdread-devel opencore-amr-devel + gstreamer-devel gst-plugins-base-devel - - - - @@ -39,26 +38,28 @@ orc - x264 lame + x264 glib2 a52dec libmad + mpg123 libcdio + twolame libmpeg2 - gstreamer libdvdread opencore-amr + gstreamer gst-plugins-base /usr/lib/gstreamer-1.0 /usr/share/doc/gst-plugins-ugly + /usr/share/gtk-doc /usr/share/gstreamer-1.0 /usr/share/locale - gst-plugins-ugly-doc Document files for gst-plugins-ugly @@ -72,7 +73,7 @@ - 2018-07-31 + 2018-08-11 1.12.4 Version Bump. Pisi Linux Community