[arch-commits] Commit in vapoursynth/repos/community-x86_64 (4 files)
Maxime Gauduin
alucryd at archlinux.org
Fri Aug 28 11:11:42 UTC 2020
Date: Friday, August 28, 2020 @ 11:11:42
Author: alucryd
Revision: 690512
archrelease: copy trunk to community-x86_64
Added:
vapoursynth/repos/community-x86_64/PKGBUILD
(from rev 690511, vapoursynth/trunk/PKGBUILD)
vapoursynth/repos/community-x86_64/vapoursynth.xml
(from rev 690511, vapoursynth/trunk/vapoursynth.xml)
Deleted:
vapoursynth/repos/community-x86_64/PKGBUILD
vapoursynth/repos/community-x86_64/vapoursynth.xml
----------+
PKGBUILD | 150 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 75 insertions(+), 75 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-28 11:11:36 UTC (rev 690511)
+++ PKGBUILD 2020-08-28 11:11:42 UTC (rev 690512)
@@ -1,75 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: sl1pkn07 <sl1pkn07 at gmail.com>
-# Contributor: jackoneill <cantabile.desu at gmail.com>
-
-pkgname=vapoursynth
-pkgver=R51
-pkgrel=1
-pkgdesc='A video processing framework with the future in mind'
-arch=(x86_64)
-url=http://www.vapoursynth.com/
-license=(
- LGPL2.1
- custom:OFL
-)
-depends=(
- libass.so
- libavcodec.so
- libavformat.so
- libavutil.so
- libmagick
- libzimg.so
- python
- tesseract
-)
-makedepends=(
- cython
- git
- python-sphinx
-)
-_tag=a095cbeed3c450fe6b8b4ba68632bf12c9797b35
-source=(
- git+https://github.com/vapoursynth/vapoursynth.git#tag=${_tag}
- vapoursynth.xml
-)
-sha256sums=(
- SKIP
- 8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068
-)
-
-pkgver() {
- cd vapoursynth
-
- git describe --tags
-}
-
-prepare() {
- cd vapoursynth
-
- sed -e 's|python-$PYTHON_VERSION|python-$PYTHON_VERSION-embed|' -i configure.ac # Fix linking with python 3.8
- ./autogen.sh
-}
-
-build() {
- cd vapoursynth
-
- export LDFLAGS="$LDFLAGS -lpthread"
-
- ./configure \
- --prefix=/usr \
- --enable-imwri \
- --disable-static
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-package() {
- cd vapoursynth
-
- make DESTDIR="${pkgdir}" install
-
- install -Dm 644 src/core/ter-116n.ofl.txt -t "${pkgdir}"/usr/share/licenses/vapoursynth/
- install -Dm 644 ../vapoursynth.xml -t "${pkgdir}"/usr/share/mime/packages/
-}
-
-# vim: ts=2 sw=2 et:
Copied: vapoursynth/repos/community-x86_64/PKGBUILD (from rev 690511, vapoursynth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-28 11:11:42 UTC (rev 690512)
@@ -0,0 +1,75 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: sl1pkn07 <sl1pkn07 at gmail.com>
+# Contributor: jackoneill <cantabile.desu at gmail.com>
+
+pkgname=vapoursynth
+pkgver=R52
+pkgrel=1
+pkgdesc='A video processing framework with the future in mind'
+arch=(x86_64)
+url=http://www.vapoursynth.com/
+license=(
+ LGPL2.1
+ custom:OFL
+)
+depends=(
+ libass.so
+ libavcodec.so
+ libavformat.so
+ libavutil.so
+ libmagick
+ libzimg.so
+ python
+ tesseract
+)
+makedepends=(
+ cython
+ git
+ python-sphinx
+)
+_tag=1646fb7aa57c4536ea1ab85ddc289c5a3712b744
+source=(
+ git+https://github.com/vapoursynth/vapoursynth.git#tag=${_tag}
+ vapoursynth.xml
+)
+sha256sums=(
+ SKIP
+ 8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068
+)
+
+pkgver() {
+ cd vapoursynth
+
+ git describe --tags
+}
+
+prepare() {
+ cd vapoursynth
+
+ sed -e 's|python-$PYTHON_VERSION|python-$PYTHON_VERSION-embed|' -i configure.ac # Fix linking with python 3.8
+ ./autogen.sh
+}
+
+build() {
+ cd vapoursynth
+
+ export LDFLAGS="$LDFLAGS -lpthread"
+
+ ./configure \
+ --prefix=/usr \
+ --enable-imwri \
+ --disable-static
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd vapoursynth
+
+ make DESTDIR="${pkgdir}" install
+
+ install -Dm 644 src/core/ter-116n.ofl.txt -t "${pkgdir}"/usr/share/licenses/vapoursynth/
+ install -Dm 644 ../vapoursynth.xml -t "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:
Deleted: vapoursynth.xml
===================================================================
(Binary files differ)
Copied: vapoursynth/repos/community-x86_64/vapoursynth.xml (from rev 690511, vapoursynth/trunk/vapoursynth.xml)
===================================================================
(Binary files differ)
More information about the arch-commits
mailing list