Date: Friday, August 28, 2020 @ 07:43:26
  Author: arojas
Revision: 394826

archrelease: copy trunk to extra-x86_64

Added:
  mlt/repos/extra-x86_64/PKGBUILD
    (from rev 394825, mlt/trunk/PKGBUILD)
Deleted:
  mlt/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  136 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-28 07:43:13 UTC (rev 394825)
+++ PKGBUILD    2020-08-28 07:43:26 UTC (rev 394826)
@@ -1,68 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: Fabian Schoelzel <[email protected]>
-# Contributor: funkyou <[email protected]>
-# Contributor: tardo <[email protected]>
-# Contributor: Stefan Husmann <[email protected]>
-# Contributor: Gustavo Alvarez <[email protected]>
-
-pkgname=mlt
-pkgver=6.22.1
-pkgrel=2
-pkgdesc="An open source multimedia framework"
-arch=(x86_64)
-url="https://www.mltframework.org";
-license=(GPL)
-depends=(libebur128)
-optdepends=('sdl_image: SDL1 plugin'
-        'sdl2: SDL2 plugin'
-        'libsamplerate: libavresample plugin'
-        'sox: SOX (Audio Swiss Army Knife) plugin'
-        'ffmpeg: ffmpeg plugin'
-        'vid.stab: video stabilize plugin'
-        'qt5-svg: Qt5 plugins'
-        'jack: JACK sound output plugin'
-        'ladspa: LADSPA plugins'
-        'libexif: auto rotate plugin'
-        'frei0r-plugins: for additional effects'
-        'movit: opengl plugin'
-        'opencv: openCV plugin'
-        'rubberband: rubberband plugin'
-        'gdk-pixbuf2: gdk plugin'
-        'pango: gdk plugin'
-        'rtaudio: rtaudio plugin'
-        'python: python bindings')
-makedepends=(cmake ladspa frei0r-plugins libdv sdl_image libsamplerate sox 
ffmpeg vid.stab qt5-svg
-             jack libexif python swig movit eigen opencv rubberband 
gdk-pixbuf2 pango rtaudio imagemagick)
-conflicts=(python-mlt)
-provides=(python-mlt)
-replaces=(python-mlt)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz";)
-sha256sums=('a3debdf0b8811f0d20c902cc3df3d05dad7d3ff36d1db16c0a7338d0d5989998')
-
-build() {
-  cd mlt-$pkgver
-
-  ./configure --prefix=/usr \
-       --avformat-swscale \
-       --enable-gpl \
-        --enable-gpl3 \
-        --enable-opencv
-  make
-
-# python bindings
-  cd src/swig/python
-  ./build
-}
-
-package() {
-  cd mlt-$pkgver
-  make DESTDIR="$pkgdir" install
-
-# Install python bindings
-  _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
-  cd src/swig/python
-  mkdir -p "$pkgdir/$_pythonpath"
-  install -m755 mlt.py "$pkgdir/$_pythonpath" 
-  install -m755 _mlt.so "$pkgdir/$_pythonpath"
-}

Copied: mlt/repos/extra-x86_64/PKGBUILD (from rev 394825, mlt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-08-28 07:43:26 UTC (rev 394826)
@@ -0,0 +1,68 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Fabian Schoelzel <[email protected]>
+# Contributor: funkyou <[email protected]>
+# Contributor: tardo <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+# Contributor: Gustavo Alvarez <[email protected]>
+
+pkgname=mlt
+pkgver=6.22.1
+pkgrel=3
+pkgdesc="An open source multimedia framework"
+arch=(x86_64)
+url="https://www.mltframework.org";
+license=(GPL)
+depends=(libebur128)
+optdepends=('sdl_image: SDL1 plugin'
+        'sdl2: SDL2 plugin'
+        'libsamplerate: libavresample plugin'
+        'sox: SOX (Audio Swiss Army Knife) plugin'
+        'ffmpeg: ffmpeg plugin'
+        'vid.stab: video stabilize plugin'
+        'qt5-svg: Qt5 plugins'
+        'jack: JACK sound output plugin'
+        'ladspa: LADSPA plugins'
+        'libexif: auto rotate plugin'
+        'frei0r-plugins: for additional effects'
+        'movit: opengl plugin'
+        'opencv: openCV plugin'
+        'rubberband: rubberband plugin'
+        'gdk-pixbuf2: gdk plugin'
+        'pango: gdk plugin'
+        'rtaudio: rtaudio plugin'
+        'python: python bindings')
+makedepends=(cmake ladspa frei0r-plugins libdv sdl_image libsamplerate sox 
ffmpeg vid.stab qt5-svg
+             jack libexif python swig movit eigen opencv rubberband 
gdk-pixbuf2 pango rtaudio imagemagick)
+conflicts=(python-mlt)
+provides=(python-mlt)
+replaces=(python-mlt)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz";)
+sha256sums=('a3debdf0b8811f0d20c902cc3df3d05dad7d3ff36d1db16c0a7338d0d5989998')
+
+build() {
+  cd mlt-$pkgver
+
+  ./configure --prefix=/usr \
+       --avformat-swscale \
+       --enable-gpl \
+        --enable-gpl3 \
+        --enable-opencv
+  make
+
+# python bindings
+  cd src/swig/python
+  ./build
+}
+
+package() {
+  cd mlt-$pkgver
+  make DESTDIR="$pkgdir" install
+
+# Install python bindings
+  _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
+  cd src/swig/python
+  mkdir -p "$pkgdir/$_pythonpath"
+  install -m755 mlt.py "$pkgdir/$_pythonpath" 
+  install -m755 _mlt.so "$pkgdir/$_pythonpath"
+}

Reply via email to