[arch-commits] Commit in handbrake/repos (3 files)

Maxime Gauduin alucryd at archlinux.org
Mon Aug 10 08:39:17 UTC 2020


    Date: Monday, August 10, 2020 @ 08:39:17
  Author: alucryd
Revision: 673483

db-move: moved handbrake from [community-testing] to [community] (x86_64)

Added:
  handbrake/repos/community-x86_64/PKGBUILD
    (from rev 673482, handbrake/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  handbrake/repos/community-testing-x86_64/
  handbrake/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   61 ++++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   61 --------------------------------------------
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2020-08-10 08:39:16 UTC (rev 673482)
+++ community-x86_64/PKGBUILD	2020-08-10 08:39:17 UTC (rev 673483)
@@ -1,61 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Sebastien Piccand <sebcactus gmail com>
-
-pkgname=('handbrake' 'handbrake-cli')
-pkgver=1.3.3
-pkgrel=2
-arch=('x86_64')
-url="https://handbrake.fr/"
-license=('GPL')
-_commondeps=('libxml2' 'libass' 'libvorbis' 'opus' 'speex' 'libtheora' 'lame'
-             'x264' 'jansson' 'libvpx' 'libva' 'numactl' 'bzip2' 'gcc-libs'
-             'zlib' 'xz')
-_guideps=('gst-plugins-base' 'gtk3' 'librsvg' 'libgudev')
-makedepends=('intltool' 'python' 'nasm' 'wget' 'cmake' 'meson'
-             "${_commondeps[@]}" "${_guideps[@]}")
-source=(https://github.com/HandBrake/HandBrake/releases/download/$pkgver/HandBrake-$pkgver-source.tar.bz2{,.sig}
-        handbrake-fix-close-button-in-about-dialog.patch::https://github.com/HandBrake/HandBrake/commit/d3eb4a11ac.patch)
-sha256sums=('218a37d95f48b5e7cf285363d3ab16c314d97627a7a710cab3758902ae877f85'
-            'SKIP'
-            'd4ec5689a3ff6bb1d350ffc63199199ad45d90178a318070faed8a869fe5639b')
-validpgpkeys+=('1629C061B3DDE7EB4AE34B81021DB8B44E4A8645') # HandBrake Team <developers at handbrake.fr>
-
-prepare() {
-  cd "$srcdir/HandBrake-$pkgver"
-  patch -Np1 -i ../handbrake-fix-close-button-in-about-dialog.patch
-}
-
-build() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --enable-qsv
-  make -C build
-}
-
-package_handbrake() {
-  pkgdesc="Multithreaded video transcoder"
-  depends=('desktop-file-utils' 'hicolor-icon-theme'
-           "${_commondeps[@]}" "${_guideps[@]}")
-  optdepends=('gst-plugins-good: for video previews'
-              'gst-libav: for video previews'
-              'libdvdcss: for decoding encrypted DVDs')
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/bin/HandBrakeCLI"
-}
-
-package_handbrake-cli() {
-  pkgdesc="Multithreaded video transcoder (CLI)"
-  depends=("${_commondeps[@]}")
-  optdepends=('libdvdcss: for decoding encrypted DVDs')
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-  install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-x86_64/PKGBUILD (from rev 673482, handbrake/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-08-10 08:39:17 UTC (rev 673483)
@@ -0,0 +1,61 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Sebastien Piccand <sebcactus gmail com>
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=1.3.3
+pkgrel=3
+arch=('x86_64')
+url="https://handbrake.fr/"
+license=('GPL')
+_commondeps=('libxml2' 'libass' 'libvorbis' 'opus' 'speex' 'libtheora' 'lame'
+             'x264' 'jansson' 'libvpx' 'libva' 'numactl' 'bzip2' 'gcc-libs'
+             'zlib' 'xz')
+_guideps=('gst-plugins-base' 'gtk3' 'librsvg' 'libgudev')
+makedepends=('intltool' 'python' 'nasm' 'wget' 'cmake' 'meson'
+             "${_commondeps[@]}" "${_guideps[@]}")
+source=(https://github.com/HandBrake/HandBrake/releases/download/$pkgver/HandBrake-$pkgver-source.tar.bz2{,.sig}
+        handbrake-fix-close-button-in-about-dialog.patch::https://github.com/HandBrake/HandBrake/commit/d3eb4a11ac.patch)
+sha256sums=('218a37d95f48b5e7cf285363d3ab16c314d97627a7a710cab3758902ae877f85'
+            'SKIP'
+            'd4ec5689a3ff6bb1d350ffc63199199ad45d90178a318070faed8a869fe5639b')
+validpgpkeys+=('1629C061B3DDE7EB4AE34B81021DB8B44E4A8645') # HandBrake Team <developers at handbrake.fr>
+
+prepare() {
+  cd "$srcdir/HandBrake-$pkgver"
+  patch -Np1 -i ../handbrake-fix-close-button-in-about-dialog.patch
+}
+
+build() {
+  cd "$srcdir/HandBrake-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --enable-qsv
+  make -C build
+}
+
+package_handbrake() {
+  pkgdesc="Multithreaded video transcoder"
+  depends=('desktop-file-utils' 'hicolor-icon-theme'
+           "${_commondeps[@]}" "${_guideps[@]}")
+  optdepends=('gst-plugins-good: for video previews'
+              'gst-libav: for video previews'
+              'libdvdcss: for decoding encrypted DVDs')
+
+  cd "$srcdir/HandBrake-$pkgver/build"
+
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/bin/HandBrakeCLI"
+}
+
+package_handbrake-cli() {
+  pkgdesc="Multithreaded video transcoder (CLI)"
+  depends=("${_commondeps[@]}")
+  optdepends=('libdvdcss: for decoding encrypted DVDs')
+
+  cd "$srcdir/HandBrake-$pkgver/build"
+  install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list