[arch-commits] Commit in pitivi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, October 27, 2020 @ 07:08:47 Author: bgyorgy Revision: 734123 archrelease: copy trunk to community-x86_64 Added: pitivi/repos/community-x86_64/PKGBUILD (from rev 734122, pitivi/trunk/PKGBUILD) Deleted: pitivi/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-10-27 07:08:43 UTC (rev 734122) +++ PKGBUILD2020-10-27 07:08:47 UTC (rev 734123) @@ -1,29 +0,0 @@ -# Maintainer: Balló György -# Contributor: Sergej Pupykin -# Contributor: Abhishek Dasgupta -# Contributor: Gabor Nyekhelyi (n0gabor) - -pkgname=pitivi -pkgver=2020.09.1 -pkgrel=1 -pkgdesc="Editor for audio/video projects using the GStreamer framework" -arch=('x86_64') -url="http://pitivi.org/"; -license=('LGPL') -depends=('gsound' 'gst-editing-services' 'gst-plugin-gtk' 'gst-plugins-bad' 'gst-plugins-good' 'gst-python' - 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 'python-matplotlib' 'python-numpy') -makedepends=('intltool' 'itstool' 'meson') -optdepends=('frei0r-plugins: additional video effects, clip transformation feature' -'gst-libav: additional multimedia codecs' -'gst-plugins-ugly: additional multimedia codecs') -source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('c217200b40e577212dfc48ac276284947f359f672c0262878083256dca12c5af') - -build() { - arch-meson $pkgname-$pkgver build - meson compile -C build -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: pitivi/repos/community-x86_64/PKGBUILD (from rev 734122, pitivi/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-10-27 07:08:47 UTC (rev 734123) @@ -0,0 +1,29 @@ +# Maintainer: Balló György +# Contributor: Sergej Pupykin +# Contributor: Abhishek Dasgupta +# Contributor: Gabor Nyekhelyi (n0gabor) + +pkgname=pitivi +pkgver=2020.09.2 +pkgrel=1 +pkgdesc="Editor for audio/video projects using the GStreamer framework" +arch=('x86_64') +url="http://pitivi.org/"; +license=('LGPL') +depends=('gsound' 'gst-editing-services' 'gst-plugin-gtk' 'gst-plugins-bad' 'gst-plugins-good' 'gst-python' + 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 'python-matplotlib' 'python-numpy') +makedepends=('intltool' 'itstool' 'meson') +optdepends=('frei0r-plugins: additional video effects, clip transformation feature' +'gst-libav: additional multimedia codecs' +'gst-plugins-ugly: additional multimedia codecs') +source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('e0398cffe86135c91a4ca9eff168c1a461816b3cc29b80f70433131539d9fb43') + +build() { + arch-meson $pkgname-$pkgver build + meson compile -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build +}
[arch-commits] Commit in pitivi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, October 24, 2020 @ 19:48:43 Author: bgyorgy Revision: 731609 archrelease: copy trunk to community-x86_64 Added: pitivi/repos/community-x86_64/PKGBUILD (from rev 731608, pitivi/trunk/PKGBUILD) Deleted: pitivi/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 69 + 1 file changed, 29 insertions(+), 40 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-10-24 19:48:35 UTC (rev 731608) +++ PKGBUILD2020-10-24 19:48:43 UTC (rev 731609) @@ -1,40 +0,0 @@ -# Maintainer: Balló György -# Contributor: Sergej Pupykin -# Contributor: Abhishek Dasgupta -# Contributor: Gabor Nyekhelyi (n0gabor) - -pkgname=pitivi -pkgver=0.999 -pkgrel=4 -pkgdesc="Editor for audio/video projects using the GStreamer framework" -arch=('x86_64') -url="http://pitivi.org/"; -license=('LGPL') -depends=('gsound' 'gst-editing-services' 'gst-plugin-gtk' 'gst-plugins-bad' 'gst-plugins-good' 'gst-python' - 'gst-transcoder' 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 'python-matplotlib' - 'python-numpy') -makedepends=('intltool' 'itstool' 'meson') -optdepends=('frei0r-plugins: additional video effects, clip transformation feature' -'gst-libav: additional multimedia codecs' -'gst-plugins-ugly: additional multimedia codecs') -source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('cb6f8a831383e698c2117ca7caec77b8167a6b2e2b0fb9c375e6a4f7c815b757') - -prepare() { - cd $pkgname-$pkgver - - # Don't use legacy path for AppStream metainfo file - # https://gitlab.gnome.org/GNOME/pitivi/commit/e31aaf78ac9660fc480d55bede5f0f27878a1efc - sed -i "s/install_dir : join_paths(get_option('datadir'), 'appdata')/install_dir : join_paths(get_option('datadir'), 'metainfo')/" data/meson.build - - sed -e "s|dependency('python3'|dependency('python3-embed'|" -i meson.build # Fix build with python 3.8 -} - -build() { - arch-meson $pkgname-$pkgver build - ninja -C build -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: pitivi/repos/community-x86_64/PKGBUILD (from rev 731608, pitivi/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-10-24 19:48:43 UTC (rev 731609) @@ -0,0 +1,29 @@ +# Maintainer: Balló György +# Contributor: Sergej Pupykin +# Contributor: Abhishek Dasgupta +# Contributor: Gabor Nyekhelyi (n0gabor) + +pkgname=pitivi +pkgver=2020.09.1 +pkgrel=1 +pkgdesc="Editor for audio/video projects using the GStreamer framework" +arch=('x86_64') +url="http://pitivi.org/"; +license=('LGPL') +depends=('gsound' 'gst-editing-services' 'gst-plugin-gtk' 'gst-plugins-bad' 'gst-plugins-good' 'gst-python' + 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 'python-matplotlib' 'python-numpy') +makedepends=('intltool' 'itstool' 'meson') +optdepends=('frei0r-plugins: additional video effects, clip transformation feature' +'gst-libav: additional multimedia codecs' +'gst-plugins-ugly: additional multimedia codecs') +source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('c217200b40e577212dfc48ac276284947f359f672c0262878083256dca12c5af') + +build() { + arch-meson $pkgname-$pkgver build + meson compile -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build +}
[arch-commits] Commit in pitivi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Thursday, May 28, 2020 @ 08:43:27 Author: bgyorgy Revision: 636206 archrelease: copy trunk to community-x86_64 Added: pitivi/repos/community-x86_64/PKGBUILD (from rev 636205, pitivi/trunk/PKGBUILD) Deleted: pitivi/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 80 ++--- 1 file changed, 40 insertions(+), 40 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-28 08:43:22 UTC (rev 636205) +++ PKGBUILD2020-05-28 08:43:27 UTC (rev 636206) @@ -1,40 +0,0 @@ -# Maintainer: Balló György -# Contributor: Sergej Pupykin -# Contributor: Abhishek Dasgupta -# Contributor: Gabor Nyekhelyi (n0gabor) - -pkgname=pitivi -pkgver=0.999 -pkgrel=3 -pkgdesc="Editor for audio/video projects using the GStreamer framework" -arch=('x86_64') -url="http://pitivi.org/"; -license=('LGPL') -depends=('gsound' 'gst-editing-services' 'gst-plugins-bad' 'gst-plugins-good' 'gst-python' - 'gst-transcoder' 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 'python-matplotlib' - 'python-numpy') -makedepends=('intltool' 'itstool' 'meson') -optdepends=('frei0r-plugins: additional video effects, clip transformation feature' -'gst-libav: additional multimedia codecs' -'gst-plugins-ugly: additional multimedia codecs') -source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('cb6f8a831383e698c2117ca7caec77b8167a6b2e2b0fb9c375e6a4f7c815b757') - -prepare() { - cd $pkgname-$pkgver - - # Don't use legacy path for AppStream metainfo file - # https://gitlab.gnome.org/GNOME/pitivi/commit/e31aaf78ac9660fc480d55bede5f0f27878a1efc - sed -i "s/install_dir : join_paths(get_option('datadir'), 'appdata')/install_dir : join_paths(get_option('datadir'), 'metainfo')/" data/meson.build - - sed -e "s|dependency('python3'|dependency('python3-embed'|" -i meson.build # Fix build with python 3.8 -} - -build() { - arch-meson $pkgname-$pkgver build - ninja -C build -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: pitivi/repos/community-x86_64/PKGBUILD (from rev 636205, pitivi/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-28 08:43:27 UTC (rev 636206) @@ -0,0 +1,40 @@ +# Maintainer: Balló György +# Contributor: Sergej Pupykin +# Contributor: Abhishek Dasgupta +# Contributor: Gabor Nyekhelyi (n0gabor) + +pkgname=pitivi +pkgver=0.999 +pkgrel=4 +pkgdesc="Editor for audio/video projects using the GStreamer framework" +arch=('x86_64') +url="http://pitivi.org/"; +license=('LGPL') +depends=('gsound' 'gst-editing-services' 'gst-plugin-gtk' 'gst-plugins-bad' 'gst-plugins-good' 'gst-python' + 'gst-transcoder' 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 'python-matplotlib' + 'python-numpy') +makedepends=('intltool' 'itstool' 'meson') +optdepends=('frei0r-plugins: additional video effects, clip transformation feature' +'gst-libav: additional multimedia codecs' +'gst-plugins-ugly: additional multimedia codecs') +source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) +sha256sums=('cb6f8a831383e698c2117ca7caec77b8167a6b2e2b0fb9c375e6a4f7c815b757') + +prepare() { + cd $pkgname-$pkgver + + # Don't use legacy path for AppStream metainfo file + # https://gitlab.gnome.org/GNOME/pitivi/commit/e31aaf78ac9660fc480d55bede5f0f27878a1efc + sed -i "s/install_dir : join_paths(get_option('datadir'), 'appdata')/install_dir : join_paths(get_option('datadir'), 'metainfo')/" data/meson.build + + sed -e "s|dependency('python3'|dependency('python3-embed'|" -i meson.build # Fix build with python 3.8 +} + +build() { + arch-meson $pkgname-$pkgver build + ninja -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build +}
[arch-commits] Commit in pitivi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 25, 2018 @ 01:51:48 Author: bgyorgy Revision: 417884 archrelease: copy trunk to community-x86_64 Added: pitivi/repos/community-x86_64/PKGBUILD (from rev 417883, pitivi/trunk/PKGBUILD) Deleted: pitivi/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 78 - 1 file changed, 41 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-25 01:51:44 UTC (rev 417883) +++ PKGBUILD2018-12-25 01:51:48 UTC (rev 417884) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Balló György -# Contributor: Sergej Pupykin -# Contributor: Abhishek Dasgupta -# Contributor: Gabor Nyekhelyi (n0gabor) - -pkgname=pitivi -pkgver=0.999 -pkgrel=1 -pkgdesc="Editor for audio/video projects using the GStreamer framework" -arch=('x86_64') -url="http://pitivi.org/"; -license=('LGPL') -depends=('gsound' 'gst-editing-services' 'gst-plugins-bad' 'gst-plugins-good' 'gst-python' - 'gst-transcoder' 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 'python-matplotlib' - 'python-numpy') -makedepends=('intltool' 'itstool' 'meson') -optdepends=('frei0r-plugins: additional video effects, clip transformation feature' -'gst-libav: additional multimedia codecs' -'gst-plugins-ugly: additional multimedia codecs') -source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('cb6f8a831383e698c2117ca7caec77b8167a6b2e2b0fb9c375e6a4f7c815b757') - -prepare() { - mkdir -p build -} - -build() { - cd build - meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver - ninja -} - -package() { - cd build - DESTDIR="$pkgdir" ninja install -} Copied: pitivi/repos/community-x86_64/PKGBUILD (from rev 417883, pitivi/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-25 01:51:48 UTC (rev 417884) @@ -0,0 +1,41 @@ +# Maintainer: Balló György +# Contributor: Sergej Pupykin +# Contributor: Abhishek Dasgupta +# Contributor: Gabor Nyekhelyi (n0gabor) + +pkgname=pitivi +pkgver=0.999 +pkgrel=2 +pkgdesc="Editor for audio/video projects using the GStreamer framework" +arch=('x86_64') +url="http://pitivi.org/"; +license=('LGPL') +depends=('gsound' 'gst-editing-services' 'gst-plugins-bad' 'gst-plugins-good' 'gst-python' + 'gst-transcoder' 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 'python-matplotlib' + 'python-numpy') +makedepends=('intltool' 'itstool' 'meson') +optdepends=('frei0r-plugins: additional video effects, clip transformation feature' +'gst-libav: additional multimedia codecs' +'gst-plugins-ugly: additional multimedia codecs') +source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) +sha256sums=('cb6f8a831383e698c2117ca7caec77b8167a6b2e2b0fb9c375e6a4f7c815b757') + +prepare() { + mkdir -p build + cd $pkgname-$pkgver + + # Don't use legacy path for AppStream metainfo file + # https://gitlab.gnome.org/GNOME/pitivi/commit/e31aaf78ac9660fc480d55bede5f0f27878a1efc + sed -i "s/install_dir : join_paths(get_option('datadir'), 'appdata')/install_dir : join_paths(get_option('datadir'), 'metainfo')/" data/meson.build +} + +build() { + cd build + meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver + ninja +} + +package() { + cd build + DESTDIR="$pkgdir" ninja install +}
[arch-commits] Commit in pitivi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, September 10, 2018 @ 05:16:14 Author: bgyorgy Revision: 378980 archrelease: copy trunk to community-x86_64 Added: pitivi/repos/community-x86_64/PKGBUILD (from rev 378979, pitivi/trunk/PKGBUILD) Deleted: pitivi/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 79 - 1 file changed, 37 insertions(+), 42 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-10 05:16:09 UTC (rev 378979) +++ PKGBUILD2018-09-10 05:16:14 UTC (rev 378980) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Balló György -# Contributor: Sergej Pupykin -# Contributor: Abhishek Dasgupta -# Contributor: Gabor Nyekhelyi (n0gabor) - -pkgname=pitivi -pkgver=0.99 -pkgrel=5 -pkgdesc="Editor for audio/video projects using the GStreamer framework" -arch=('x86_64') -url="http://pitivi.org/"; -license=('LGPL') -depends=('gsound' 'gst-editing-services' 'gst-plugins-bad' 'gst-plugins-good' 'gst-python' - 'gst-transcoder' 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 'python-matplotlib' - 'python-numpy') -makedepends=('gst-validate' 'intltool' 'itstool' 'meson') -optdepends=('frei0r-plugins: additional video effects, clip transformation feature' -'gst-libav: additional multimedia codecs' -'gst-plugins-ugly: additional multimedia codecs') -source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz - https://gitlab.gnome.org/GNOME/pitivi/commit/0f3e399e387e64dcc3c5015a8aacb26fbe49800f.patch) -sha256sums=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c' -'988604de000f6eb5989c6386a488e7d3089c54f6f94fe4b9eb24189a6c5a8662') - -prepare() { - mkdir -p build - cd $pkgname-$pkgver - # https://gitlab.gnome.org/GNOME/pitivi/merge_requests/58 - patch -p1 -i ../0f3e399e387e64dcc3c5015a8aacb26fbe49800f.patch -} - -build() { - cd build - meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver - ninja -} - -package() { - cd build - DESTDIR="$pkgdir" ninja install -} Copied: pitivi/repos/community-x86_64/PKGBUILD (from rev 378979, pitivi/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-10 05:16:14 UTC (rev 378980) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Balló György +# Contributor: Sergej Pupykin +# Contributor: Abhishek Dasgupta +# Contributor: Gabor Nyekhelyi (n0gabor) + +pkgname=pitivi +pkgver=0.999 +pkgrel=1 +pkgdesc="Editor for audio/video projects using the GStreamer framework" +arch=('x86_64') +url="http://pitivi.org/"; +license=('LGPL') +depends=('gsound' 'gst-editing-services' 'gst-plugins-bad' 'gst-plugins-good' 'gst-python' + 'gst-transcoder' 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 'python-matplotlib' + 'python-numpy') +makedepends=('intltool' 'itstool' 'meson') +optdepends=('frei0r-plugins: additional video effects, clip transformation feature' +'gst-libav: additional multimedia codecs' +'gst-plugins-ugly: additional multimedia codecs') +source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) +sha256sums=('cb6f8a831383e698c2117ca7caec77b8167a6b2e2b0fb9c375e6a4f7c815b757') + +prepare() { + mkdir -p build +} + +build() { + cd build + meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver + ninja +} + +package() { + cd build + DESTDIR="$pkgdir" ninja install +}
[arch-commits] Commit in pitivi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Sunday, January 21, 2018 @ 00:08:53 Author: bgyorgy Revision: 284470 archrelease: copy trunk to community-x86_64 Added: pitivi/repos/community-x86_64/PKGBUILD (from rev 284469, pitivi/trunk/PKGBUILD) Deleted: pitivi/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-01-21 00:08:45 UTC (rev 284469) +++ PKGBUILD2018-01-21 00:08:53 UTC (rev 284470) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Balló György -# Contributor: Sergej Pupykin -# Contributor: Abhishek Dasgupta -# Contributor: Gabor Nyekhelyi (n0gabor) - -pkgname=pitivi -pkgver=0.99 -pkgrel=3 -pkgdesc="Editor for audio/video projects using the GStreamer framework" -arch=('x86_64') -url="http://pitivi.org/"; -license=('LGPL') -depends=('gsound' 'gst-editing-services' 'gst-plugins-bad' 'gst-plugins-good' 'gst-python' - 'gst-transcoder' 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 'python-matplotlib' - 'python-numpy') -makedepends=('gst-devtools' 'intltool' 'itstool' 'meson') -optdepends=('frei0r-plugins: additional video effects, clip transformation feature' -'gst-libav: additional multimedia codecs' -'gst-plugins-ugly: additional multimedia codecs') -source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c') - -prepare() { - mkdir build -} - -build() { - cd build - meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver - ninja -} - -package() { - cd build - DESTDIR="$pkgdir" ninja install -} Copied: pitivi/repos/community-x86_64/PKGBUILD (from rev 284469, pitivi/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-01-21 00:08:53 UTC (rev 284470) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Balló György +# Contributor: Sergej Pupykin +# Contributor: Abhishek Dasgupta +# Contributor: Gabor Nyekhelyi (n0gabor) + +pkgname=pitivi +pkgver=0.99 +pkgrel=4 +pkgdesc="Editor for audio/video projects using the GStreamer framework" +arch=('x86_64') +url="http://pitivi.org/"; +license=('LGPL') +depends=('gsound' 'gst-editing-services' 'gst-plugins-bad' 'gst-plugins-good' 'gst-python' + 'gst-transcoder' 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 'python-matplotlib' + 'python-numpy') +makedepends=('gst-validate' 'intltool' 'itstool' 'meson') +optdepends=('frei0r-plugins: additional video effects, clip transformation feature' +'gst-libav: additional multimedia codecs' +'gst-plugins-ugly: additional multimedia codecs') +source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) +sha256sums=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c') + +prepare() { + mkdir build +} + +build() { + cd build + meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver + ninja +} + +package() { + cd build + DESTDIR="$pkgdir" ninja install +}
[arch-commits] Commit in pitivi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, January 20, 2018 @ 23:37:24 Author: bgyorgy Revision: 284466 archrelease: copy trunk to community-x86_64 Added: pitivi/repos/community-x86_64/PKGBUILD (from rev 284465, pitivi/trunk/PKGBUILD) Deleted: pitivi/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-01-20 23:37:18 UTC (rev 284465) +++ PKGBUILD2018-01-20 23:37:24 UTC (rev 284466) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: Abhishek Dasgupta -# Contributor: Gabor Nyekhelyi (n0gabor) - -pkgname=pitivi -pkgver=0.99 -pkgrel=2 -pkgdesc="Editor for audio/video projects using the GStreamer framework" -arch=('x86_64') -url="http://www.pitivi.org/"; -license=('LGPL') -depends=('gtk3' 'gst-editing-services' 'gst-plugins-good' 'gst-python' - 'libnotify' 'python-gobject' 'python-numpy' 'python-cairo' - 'python-matplotlib' 'gst-plugins-bad' 'python-dbus' 'gst-transcoder' 'gsound') -makedepends=('intltool' 'itstool' 'meson') -optdepends=('frei0r-plugins: additional video effects, clip transformation feature' -'gst-libav: additional multimedia codecs' -'gst-plugins-ugly: additional multimedia codecs') -source=(https://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c') - -prepare() { - cd $pkgname-$pkgver - sed -e '/tests/d' -i meson.build # needs gst-devtools -} - -build() { - cd $pkgname-$pkgver - meson --prefix=/usr build - ninja -C build -} - -package() { - cd $pkgname-$pkgver - DESTDIR="$pkgdir" ninja install -C build -} Copied: pitivi/repos/community-x86_64/PKGBUILD (from rev 284465, pitivi/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-01-20 23:37:24 UTC (rev 284466) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Balló György +# Contributor: Sergej Pupykin +# Contributor: Abhishek Dasgupta +# Contributor: Gabor Nyekhelyi (n0gabor) + +pkgname=pitivi +pkgver=0.99 +pkgrel=3 +pkgdesc="Editor for audio/video projects using the GStreamer framework" +arch=('x86_64') +url="http://pitivi.org/"; +license=('LGPL') +depends=('gsound' 'gst-editing-services' 'gst-plugins-bad' 'gst-plugins-good' 'gst-python' + 'gst-transcoder' 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 'python-matplotlib' + 'python-numpy') +makedepends=('gst-devtools' 'intltool' 'itstool' 'meson') +optdepends=('frei0r-plugins: additional video effects, clip transformation feature' +'gst-libav: additional multimedia codecs' +'gst-plugins-ugly: additional multimedia codecs') +source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) +sha256sums=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c') + +prepare() { + mkdir build +} + +build() { + cd build + meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver + ninja +} + +package() { + cd build + DESTDIR="$pkgdir" ninja install +}
[arch-commits] Commit in pitivi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Thursday, November 30, 2017 @ 19:32:16 Author: arojas Revision: 270891 archrelease: copy trunk to community-x86_64 Added: pitivi/repos/community-x86_64/PKGBUILD (from rev 270890, pitivi/trunk/PKGBUILD) Deleted: pitivi/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 75 ++--- 1 file changed, 37 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-11-30 19:31:53 UTC (rev 270890) +++ PKGBUILD2017-11-30 19:32:16 UTC (rev 270891) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: Abhishek Dasgupta -# Contributor: Gabor Nyekhelyi (n0gabor) - -pkgname=pitivi -pkgver=0.99 -pkgrel=1 -pkgdesc="Editor for audio/video projects using the GStreamer framework" -arch=('x86_64') -url="http://www.pitivi.org/"; -license=('LGPL') -depends=('gtk3' 'gst-editing-services' 'gst-plugins-good' 'gst-python' - 'libnotify' 'python-gobject' 'python-numpy' 'python-cairo' - 'desktop-file-utils' 'python-matplotlib' 'gst-plugins-bad' - 'python-dbus' 'gst-transcoder') -makedepends=('intltool' 'itstool' 'git' 'python-nose' 'meson') -optdepends=('frei0r-plugins: additional video effects, clip transformation feature' -'gst-libav: additional multimedia codecs' -'gst-plugins-ugly: additional multimedia codecs') -source=(https://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c') - -prepare() { - cd $pkgname-$pkgver - sed -e '/tests/d' -i meson.build # needs gst-devtools -} - -build() { - cd $pkgname-$pkgver - meson --prefix=/usr build - ninja -C build -} - -package() { - cd $pkgname-$pkgver - DESTDIR="$pkgdir" ninja install -C build -} Copied: pitivi/repos/community-x86_64/PKGBUILD (from rev 270890, pitivi/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-11-30 19:32:16 UTC (rev 270891) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: Abhishek Dasgupta +# Contributor: Gabor Nyekhelyi (n0gabor) + +pkgname=pitivi +pkgver=0.99 +pkgrel=2 +pkgdesc="Editor for audio/video projects using the GStreamer framework" +arch=('x86_64') +url="http://www.pitivi.org/"; +license=('LGPL') +depends=('gtk3' 'gst-editing-services' 'gst-plugins-good' 'gst-python' + 'libnotify' 'python-gobject' 'python-numpy' 'python-cairo' + 'python-matplotlib' 'gst-plugins-bad' 'python-dbus' 'gst-transcoder' 'gsound') +makedepends=('intltool' 'itstool' 'meson') +optdepends=('frei0r-plugins: additional video effects, clip transformation feature' +'gst-libav: additional multimedia codecs' +'gst-plugins-ugly: additional multimedia codecs') +source=(https://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) +sha256sums=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c') + +prepare() { + cd $pkgname-$pkgver + sed -e '/tests/d' -i meson.build # needs gst-devtools +} + +build() { + cd $pkgname-$pkgver + meson --prefix=/usr build + ninja -C build +} + +package() { + cd $pkgname-$pkgver + DESTDIR="$pkgdir" ninja install -C build +}