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

2015-07-17 Thread Maxime Gauduin
Date: Friday, July 17, 2015 @ 16:54:42
  Author: alucryd
Revision: 137060

archrelease: copy trunk to community-i686, community-x86_64

Added:
  handbrake/repos/community-i686/PKGBUILD
(from rev 137059, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-i686/handbrake.install
(from rev 137059, handbrake/trunk/handbrake.install)
  handbrake/repos/community-i686/standard-presets-fix-type.patch
(from rev 137059, handbrake/trunk/standard-presets-fix-type.patch)
  handbrake/repos/community-x86_64/PKGBUILD
(from rev 137059, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-x86_64/handbrake.install
(from rev 137059, handbrake/trunk/handbrake.install)
  handbrake/repos/community-x86_64/standard-presets-fix-type.patch
(from rev 137059, handbrake/trunk/standard-presets-fix-type.patch)
Deleted:
  handbrake/repos/community-i686/PKGBUILD
  handbrake/repos/community-i686/handbrake.install
  handbrake/repos/community-i686/standard-presets-fix-type.patch
  handbrake/repos/community-x86_64/PKGBUILD
  handbrake/repos/community-x86_64/handbrake.install
  handbrake/repos/community-x86_64/standard-presets-fix-type.patch

--+
 /PKGBUILD|  144 +
 /handbrake.install   |   28 +++
 /standard-presets-fix-type.patch |  176 +
 community-i686/PKGBUILD  |   72 
 community-i686/handbrake.install |   14 -
 community-i686/standard-presets-fix-type.patch   |   88 --
 community-x86_64/PKGBUILD|   72 
 community-x86_64/handbrake.install   |   14 -
 community-x86_64/standard-presets-fix-type.patch |   88 --
 9 files changed, 348 insertions(+), 348 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-17 14:54:15 UTC (rev 137059)
+++ community-i686/PKGBUILD 2015-07-17 14:54:42 UTC (rev 137060)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Giovanni Scafora 
-# Contributor: Sebastien Piccand 
-
-pkgname=('handbrake' 'handbrake-cli')
-pkgver=0.10.2
-pkgrel=2
-arch=('i686' 'x86_64')
-url="https://handbrake.fr/";
-license=('GPL')
-makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
- 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass' 'lame'
- 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis' 'cmake'
- 'libtheora' 'libsamplerate' 'libbluray' 'x264' 'libx264'
- 'libdvdnav' 'librsvg' 'libgudev')
-source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2)
-sha256sums=('4cc3828393b26a982dbe00febd700c5090d3443c1d45492e0b373e02da73c699')
-
-prepare() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  # Use more system libs
-  # We had ffmpeg here as well but it broke PGS subtitle processing
-  # https://forum.handbrake.fr/viewtopic.php?f=13&t=27581
-  sed -i \
--e '/MODULES += contrib\/libbluray/d' \
--e '/MODULES += contrib\/libdvdnav/d' \
--e '/MODULES += contrib\/libdvdread/d' \
-make/include/main.defs
-}
-
-build() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  ./configure \
---prefix=/usr \
---force \
---disable-gtk-update-checks
-  cd build
-  make
-}
-
-package_handbrake() {
-  pkgdesc="Multithreaded video transcoder"
-  depends=('bzip2' 'gcc-libs' 'gst-plugins-base' 'libnotify' 'dbus-glib'
-   'fribidi' 'libass' 'lame' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
-   'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray'
-   'libx264' 'libdvdnav' 'librsvg' 'libgudev' 'desktop-file-utils'
-   'hicolor-icon-theme')
-  depends+=('libx264.so')
-  optdepends=('gst-plugins-good: for video previews'
-  'gst-libav: for video previews')
-  install=$pkgname.install
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/bin/HandBrakeCLI"
-}
-
-package_handbrake-cli() {
-  pkgdesc="Multithreaded video transcoder (CLI)"
-  depends=('bzip2' 'gcc-libs' 'zlib' 'fribidi' 'libass' 'lame' 'libxml2'
-   'libtheora' 'libsamplerate' 'libbluray' 'libx264' 'libdvdnav')
-  depends+=('libx264.so')
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-  install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-i686/PKGBUILD (from rev 137059, 
handbrake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-17 14:54:42 UTC (rev 137060)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Giovanni Scafora 
+# Contributor: Sebastien Piccand 
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=0.10.2
+pkgrel=3
+arch=('i686' 'x86_64')
+url="https:/

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

2015-06-10 Thread Evangelos Foutras
Date: Wednesday, June 10, 2015 @ 10:52:25
  Author: foutrelis
Revision: 135122

archrelease: copy trunk to community-i686, community-x86_64

Added:
  handbrake/repos/community-i686/PKGBUILD
(from rev 135121, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-i686/handbrake.install
(from rev 135121, handbrake/trunk/handbrake.install)
  handbrake/repos/community-i686/standard-presets-fix-type.patch
(from rev 135121, handbrake/trunk/standard-presets-fix-type.patch)
  handbrake/repos/community-x86_64/PKGBUILD
(from rev 135121, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-x86_64/handbrake.install
(from rev 135121, handbrake/trunk/handbrake.install)
  handbrake/repos/community-x86_64/standard-presets-fix-type.patch
(from rev 135121, handbrake/trunk/standard-presets-fix-type.patch)
Deleted:
  handbrake/repos/community-i686/PKGBUILD
  handbrake/repos/community-i686/handbrake.install
  handbrake/repos/community-i686/standard-presets-fix-type.patch
  handbrake/repos/community-x86_64/PKGBUILD
  handbrake/repos/community-x86_64/handbrake.install
  handbrake/repos/community-x86_64/standard-presets-fix-type.patch

--+
 /PKGBUILD|  144 +
 /handbrake.install   |   28 +++
 /standard-presets-fix-type.patch |  176 +
 community-i686/PKGBUILD  |   79 -
 community-i686/handbrake.install |   14 -
 community-i686/standard-presets-fix-type.patch   |   88 --
 community-x86_64/PKGBUILD|   79 -
 community-x86_64/handbrake.install   |   14 -
 community-x86_64/standard-presets-fix-type.patch |   88 --
 9 files changed, 348 insertions(+), 362 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-10 08:52:09 UTC (rev 135121)
+++ community-i686/PKGBUILD 2015-06-10 08:52:25 UTC (rev 135122)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Giovanni Scafora 
-# Contributor: Sebastien Piccand 
-
-pkgname=('handbrake' 'handbrake-cli')
-pkgver=0.10.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url="https://handbrake.fr/";
-license=('GPL')
-makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
- 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass' 'lame'
- 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis' 'cmake'
- 'libtheora' 'libsamplerate' 'libbluray' 'x264' 'libx264'
- 'libdvdnav' 'librsvg')
-source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2
-standard-presets-fix-type.patch)
-sha256sums=('7ea42031fd4d5efd04903a9aae79c952c50fd43b6f7bf08fd1a93f6b358a23f5'
-'dce9dc044321b26a9022b1a4d23950c781c51c8c07653ba19c3eedf30f1d54d4')
-
-prepare() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  # Use more system libs
-  # We had ffmpeg here as well but it broke PGS subtitle processing
-  # https://forum.handbrake.fr/viewtopic.php?f=13&t=27581
-  sed -i \
--e '/MODULES += contrib\/libbluray/d' \
--e '/MODULES += contrib\/libdvdnav/d' \
--e '/MODULES += contrib\/libdvdread/d' \
-make/include/main.defs
-
-  # Fix crash while adding job (FS#43060)
-  # https://forum.handbrake.fr/viewtopic.php?f=12&t=32090
-  # https://trac.handbrake.fr/changeset/7008/branches/0.10.x
-  patch -Np2 -i ../standard-presets-fix-type.patch
-}
-
-build() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  ./configure \
---prefix=/usr \
---force \
---disable-gtk-update-checks
-  cd build
-  make
-}
-
-package_handbrake() {
-  pkgdesc="Multithreaded video transcoder"
-  depends=('bzip2' 'gcc-libs' 'gst-plugins-base' 'libnotify' 'dbus-glib'
-   'fribidi' 'libass' 'lame' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
-   'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray'
-   'libx264' 'libdvdnav' 'librsvg' 'desktop-file-utils'
-   'hicolor-icon-theme')
-  depends+=('libx264.so')
-  optdepends=('gst-plugins-good: for video previews'
-  'gst-libav: for video previews')
-  install=$pkgname.install
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/bin/HandBrakeCLI"
-}
-
-package_handbrake-cli() {
-  pkgdesc="Multithreaded video transcoder (CLI)"
-  depends=('bzip2' 'gcc-libs' 'zlib' 'fribidi' 'libass' 'lame' 'libxml2'
-   'libtheora' 'libsamplerate' 'libbluray' 'libx264' 'libdvdnav')
-  depends+=('libx264.so')
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-  install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-i686/PKGBUILD (from rev 135121, 
handbrake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD 

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

2016-01-23 Thread Evangelos Foutras
Date: Saturday, January 23, 2016 @ 11:39:35
  Author: foutrelis
Revision: 158685

archrelease: copy trunk to community-i686, community-x86_64

Added:
  handbrake/repos/community-i686/PKGBUILD
(from rev 158684, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-i686/handbrake.install
(from rev 158684, handbrake/trunk/handbrake.install)
  handbrake/repos/community-i686/standard-presets-fix-type.patch
(from rev 158684, handbrake/trunk/standard-presets-fix-type.patch)
  handbrake/repos/community-x86_64/PKGBUILD
(from rev 158684, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-x86_64/handbrake.install
(from rev 158684, handbrake/trunk/handbrake.install)
  handbrake/repos/community-x86_64/standard-presets-fix-type.patch
(from rev 158684, handbrake/trunk/standard-presets-fix-type.patch)
Deleted:
  handbrake/repos/community-i686/PKGBUILD
  handbrake/repos/community-i686/handbrake.install
  handbrake/repos/community-i686/standard-presets-fix-type.patch
  handbrake/repos/community-x86_64/PKGBUILD
  handbrake/repos/community-x86_64/handbrake.install
  handbrake/repos/community-x86_64/standard-presets-fix-type.patch

--+
 /PKGBUILD|  144 +
 /handbrake.install   |   28 +++
 /standard-presets-fix-type.patch |  176 +
 community-i686/PKGBUILD  |   72 
 community-i686/handbrake.install |   14 -
 community-i686/standard-presets-fix-type.patch   |   88 --
 community-x86_64/PKGBUILD|   72 
 community-x86_64/handbrake.install   |   14 -
 community-x86_64/standard-presets-fix-type.patch |   88 --
 9 files changed, 348 insertions(+), 348 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-23 10:39:21 UTC (rev 158684)
+++ community-i686/PKGBUILD 2016-01-23 10:39:35 UTC (rev 158685)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Giovanni Scafora 
-# Contributor: Sebastien Piccand 
-
-pkgname=('handbrake' 'handbrake-cli')
-pkgver=0.10.2
-pkgrel=4
-arch=('i686' 'x86_64')
-url="https://handbrake.fr/";
-license=('GPL')
-makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
- 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass' 'lame'
- 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis' 'cmake'
- 'libtheora' 'libsamplerate' 'libbluray' 'x264' 'libx264'
- 'libdvdnav' 'librsvg' 'libgudev')
-source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2)
-sha256sums=('4cc3828393b26a982dbe00febd700c5090d3443c1d45492e0b373e02da73c699')
-
-prepare() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  # Use more system libs
-  # We had ffmpeg here as well but it broke PGS subtitle processing
-  # https://forum.handbrake.fr/viewtopic.php?f=13&t=27581
-  sed -i \
--e '/MODULES += contrib\/libbluray/d' \
--e '/MODULES += contrib\/libdvdnav/d' \
--e '/MODULES += contrib\/libdvdread/d' \
-make/include/main.defs
-}
-
-build() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  ./configure \
---prefix=/usr \
---force \
---disable-gtk-update-checks
-  cd build
-  make
-}
-
-package_handbrake() {
-  pkgdesc="Multithreaded video transcoder"
-  depends=('bzip2' 'gcc-libs' 'gst-plugins-base' 'libnotify' 'dbus-glib'
-   'fribidi' 'libass' 'lame' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
-   'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray'
-   'libx264' 'libdvdnav' 'librsvg' 'libgudev' 'desktop-file-utils'
-   'hicolor-icon-theme')
-  depends+=('libx264.so')
-  optdepends=('gst-plugins-good: for video previews'
-  'gst-libav: for video previews')
-  install=$pkgname.install
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/bin/HandBrakeCLI"
-}
-
-package_handbrake-cli() {
-  pkgdesc="Multithreaded video transcoder (CLI)"
-  depends=('bzip2' 'gcc-libs' 'zlib' 'fribidi' 'libass' 'lame' 'libxml2'
-   'libtheora' 'libsamplerate' 'libbluray' 'libx264' 'libdvdnav')
-  depends+=('libx264.so')
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-  install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-i686/PKGBUILD (from rev 158684, 
handbrake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-23 10:39:35 UTC (rev 158685)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Giovanni Scafora 
+# Contributor: Sebastien Piccand 
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=0.10.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url="

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

2016-12-31 Thread Evangelos Foutras
Date: Saturday, December 31, 2016 @ 15:10:24
  Author: foutrelis
Revision: 203386

archrelease: copy trunk to community-i686, community-x86_64

Added:
  handbrake/repos/community-i686/PKGBUILD
(from rev 203385, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-i686/handbrake-fix-missing-x265-link-flag.patch
(from rev 203385, 
handbrake/trunk/handbrake-fix-missing-x265-link-flag.patch)
  handbrake/repos/community-x86_64/PKGBUILD
(from rev 203385, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-x86_64/handbrake-fix-missing-x265-link-flag.patch
(from rev 203385, 
handbrake/trunk/handbrake-fix-missing-x265-link-flag.patch)
Deleted:
  handbrake/repos/community-i686/PKGBUILD
  handbrake/repos/community-i686/handbarke-fix-crash-during-2-pass-encode.patch
  handbrake/repos/community-i686/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
  handbrake/repos/community-i686/handbrake-fix-missing-x265-link-flag.patch
  handbrake/repos/community-x86_64/PKGBUILD
  
handbrake/repos/community-x86_64/handbarke-fix-crash-during-2-pass-encode.patch
  
handbrake/repos/community-x86_64/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
  handbrake/repos/community-x86_64/handbrake-fix-missing-x265-link-flag.patch

--+
 /PKGBUILD|  140 
++
 /handbrake-fix-missing-x265-link-flag.patch  |   26 +
 community-i686/PKGBUILD  |   79 -
 community-i686/handbarke-fix-crash-during-2-pass-encode.patch|   27 -
 community-i686/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch   |   31 --
 community-i686/handbrake-fix-missing-x265-link-flag.patch|   13 
 community-x86_64/PKGBUILD|   79 -
 community-x86_64/handbarke-fix-crash-during-2-pass-encode.patch  |   27 -
 community-x86_64/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch |   31 --
 community-x86_64/handbrake-fix-missing-x265-link-flag.patch  |   13 
 10 files changed, 166 insertions(+), 300 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-31 15:10:13 UTC (rev 203385)
+++ community-i686/PKGBUILD 2016-12-31 15:10:24 UTC (rev 203386)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Giovanni Scafora 
-# Contributor: Sebastien Piccand 
-
-pkgname=('handbrake' 'handbrake-cli')
-pkgver=1.0.0
-pkgrel=4
-arch=('i686' 'x86_64')
-url="https://handbrake.fr/";
-license=('GPL')
-makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
- 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass' 'lame'
- 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis' 'cmake'
- 'libtheora' 'libsamplerate' 'ffmpeg' 'x264' 'libx264' 'x265'
- 'libvpx' 'libdvdnav' 'jansson' 'librsvg' 'libgudev')
-source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2
-handbarke-fix-crash-during-2-pass-encode.patch
-handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
-handbrake-fix-missing-x265-link-flag.patch)
-sha256sums=('15fb4593c70d75621212e4499f018c3c93d7ce39f1083bf527d4616ded0044c5'
-'aaa09e9b3dbad54024f02afe8ace5390b281c7cc6aae80cf26d43f773b2d19f7'
-'1b6d800acde0cc2c7e6080f23f2ddd435257c5a2d853acdeb4e4a6fada856310'
-'05e212e76b6e0b94a04de02cbeb7bf9db607059e19297b5bd3d0d143135285c4')
-
-prepare() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  # 
https://github.com/HandBrake/HandBrake/commit/e159ab1662ba#commitcomment-20303756
-  patch -Np1 -i ../handbarke-fix-crash-during-2-pass-encode.patch
-  # https://github.com/HandBrake/HandBrake/issues/449#issuecomment-269352579
-  patch -Np1 -i ../handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
-
-  # https://bugs.gentoo.org/show_bug.cgi?id=552792
-  patch -Np1 -i ../handbrake-fix-missing-x265-link-flag.patch
-
-  # Use more system libs
-  # Bundled libbluray is kept because it is patched locally
-  for _lib in ffmpeg x265 libvpx libdvdnav libdvdread; do
-sed -i "/MODULES += contrib\/$_lib/d" make/include/main.defs
-  done
-}
-
-build() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  ./configure \
---prefix=/usr \
---disable-gtk-update-checks
-  make -C build
-}
-
-package_handbrake() {
-  pkgdesc="Multithreaded video transcoder"
-  depends=('bzip2' 'gcc-libs' 'gst-plugins-base' 'libnotify' 'dbus-glib'
-   'fribidi' 'libass' 'lame' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
-   'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'ffmpeg' 'libx264'
-   'x265' 'libvpx' 'libdvdnav' 'jansson' 'librsvg' 'libgudev'
-   'desktop-file-utils' 'hicolor-icon-theme')
-  optdepends=('gst-plugins-good: for video previews'
-  'gst-libav: for video previews')
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-
-  make DESTDIR="$pkgdir" instal