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

2017-03-02 Thread Evangelos Foutras
Date: Thursday, March 2, 2017 @ 23:22:53
  Author: foutrelis
Revision: 214593

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

Added:
  handbrake/repos/community-i686/PKGBUILD
(from rev 214592, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-x86_64/PKGBUILD
(from rev 214592, handbrake/trunk/PKGBUILD)
Deleted:
  handbrake/repos/community-i686/PKGBUILD
  handbrake/repos/community-i686/handbrake-fix-missing-x265-link-flag.patch
  handbrake/repos/community-x86_64/PKGBUILD
  handbrake/repos/community-x86_64/handbrake-fix-missing-x265-link-flag.patch

-+
 /PKGBUILD   |  104 ++
 community-i686/PKGBUILD |   70 --
 community-i686/handbrake-fix-missing-x265-link-flag.patch   |   13 -
 community-x86_64/PKGBUILD   |   70 --
 community-x86_64/handbrake-fix-missing-x265-link-flag.patch |   13 -
 5 files changed, 104 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-02 23:22:42 UTC (rev 214592)
+++ community-i686/PKGBUILD 2017-03-02 23:22:53 UTC (rev 214593)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Giovanni Scafora 
-# Contributor: Sebastien Piccand 
-
-pkgname=('handbrake' 'handbrake-cli')
-pkgver=1.0.2
-pkgrel=1
-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
-handbrake-fix-missing-x265-link-flag.patch)
-sha256sums=('18e4563cc150309df03f7e73462b823ba2eca61644a7a536c9930611f3f9aa1e'
-'05e212e76b6e0b94a04de02cbeb7bf9db607059e19297b5bd3d0d143135285c4')
-
-prepare() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  # 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" 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' 'ffmpeg' 'libx264' 'x265' 'libvpx'
-   'libdvdnav' 'jansson')
-
-  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 214592, 
handbrake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-02 23:22:53 UTC (rev 214593)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Giovanni Scafora 
+# Contributor: Sebastien Piccand 
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=1.0.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url="https://handbrake.fr/;
+license=('GPL')
+makedepends=('intltool' 'python2' 'yasm' 'wget' 'cmake' 'bzip2' 'gcc-libs'
+ 'zlib' 'libnotify' 'gst-plugins-base' 'gtk3' 'dbus-glib' 'libass'
+ 'lame' 'libxml2' 'opus' 'libvorbis' 'libtheora' 'libsamplerate'
+ 'x264' 'libx264' 'jansson' 'librsvg' 'libgudev')
+source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2)
+sha256sums=('591fb489edd6146136f0a92f895c2098365f612ad308d5ff9dc83223ad73ed27')
+
+build() {
+  cd "$srcdir/HandBrake-$pkgver"
+
+  ./configure --prefix=/usr
+  make -C build
+}
+

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

2016-12-27 Thread Evangelos Foutras
Date: Tuesday, December 27, 2016 @ 10:39:27
  Author: foutrelis
Revision: 203042

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

Added:
  handbrake/repos/community-i686/PKGBUILD
(from rev 203041, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-i686/handbrake-fix-missing-x265-link-flag.patch
(from rev 203041, 
handbrake/trunk/handbrake-fix-missing-x265-link-flag.patch)
  handbrake/repos/community-x86_64/PKGBUILD
(from rev 203041, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-x86_64/handbrake-fix-missing-x265-link-flag.patch
(from rev 203041, 
handbrake/trunk/handbrake-fix-missing-x265-link-flag.patch)
Deleted:
  handbrake/repos/community-i686/PKGBUILD
  handbrake/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |  140 ++
 community-i686/PKGBUILD |   71 -
 community-i686/handbrake-fix-missing-x265-link-flag.patch   |   13 
 community-x86_64/PKGBUILD   |   71 -
 community-x86_64/handbrake-fix-missing-x265-link-flag.patch |   13 
 5 files changed, 166 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-27 10:39:17 UTC (rev 203041)
+++ community-i686/PKGBUILD 2016-12-27 10:39:27 UTC (rev 203042)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Giovanni Scafora 
-# Contributor: Sebastien Piccand 
-
-pkgname=('handbrake' 'handbrake-cli')
-pkgver=0.10.5
-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=('fb9230dd121b456f6829d1d25ac8bbf76e503b51c4efc70f0a7fd2bb8607e2f0')
-
-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=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')
-
-  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 203041, 
handbrake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-27 10:39:27 UTC (rev 203042)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Giovanni Scafora 
+# Contributor: Sebastien Piccand 
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=1.0.0
+pkgrel=1
+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
+handbrake-fix-missing-x265-link-flag.patch)

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

2016-04-28 Thread Felix Yan
Date: Friday, April 29, 2016 @ 02:59:14
  Author: fyan
Revision: 172480

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

Added:
  handbrake/repos/community-i686/PKGBUILD
(from rev 172479, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-x86_64/PKGBUILD
(from rev 172479, handbrake/trunk/PKGBUILD)
Deleted:
  handbrake/repos/community-i686/PKGBUILD
  handbrake/repos/community-i686/handbrake.install
  handbrake/repos/community-x86_64/PKGBUILD
  handbrake/repos/community-x86_64/handbrake.install

+
 /PKGBUILD  |  142 +++
 community-i686/PKGBUILD|   72 -
 community-i686/handbrake.install   |   14 ---
 community-x86_64/PKGBUILD  |   72 -
 community-x86_64/handbrake.install |   14 ---
 5 files changed, 142 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-29 00:58:06 UTC (rev 172479)
+++ community-i686/PKGBUILD 2016-04-29 00:59:14 UTC (rev 172480)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Giovanni Scafora 
-# Contributor: Sebastien Piccand 
-
-pkgname=('handbrake' 'handbrake-cli')
-pkgver=0.10.5
-pkgrel=1
-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=('fb9230dd121b456f6829d1d25ac8bbf76e503b51c4efc70f0a7fd2bb8607e2f0')
-
-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=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 172479, 
handbrake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-29 00:59:14 UTC (rev 172480)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Giovanni Scafora 
+# Contributor: Sebastien Piccand 
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=0.10.5
+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=('fb9230dd121b456f6829d1d25ac8bbf76e503b51c4efc70f0a7fd2bb8607e2f0')
+
+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=27581
+  sed -i \
+-e '/MODULES += contrib\/libbluray/d' \
+-e '/MODULES += contrib\/libdvdnav/d' \
+-e 

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

2015-03-07 Thread Evangelos Foutras
Date: Saturday, March 7, 2015 @ 21:23:47
  Author: foutrelis
Revision: 128868

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

Added:
  handbrake/repos/community-staging-i686/
  handbrake/repos/community-staging-i686/PKGBUILD
(from rev 128867, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-staging-i686/handbrake.install
(from rev 128867, handbrake/trunk/handbrake.install)
  handbrake/repos/community-staging-x86_64/
  handbrake/repos/community-staging-x86_64/PKGBUILD
(from rev 128867, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-staging-x86_64/handbrake.install
(from rev 128867, handbrake/trunk/handbrake.install)

+
 community-staging-i686/PKGBUILD|   72 +++
 community-staging-i686/handbrake.install   |   14 +
 community-staging-x86_64/PKGBUILD  |   72 +++
 community-staging-x86_64/handbrake.install |   14 +
 4 files changed, 172 insertions(+)

Copied: handbrake/repos/community-staging-i686/PKGBUILD (from rev 128867, 
handbrake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-07 20:23:47 UTC (rev 128868)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sebastien Piccand sebcactus gmail com
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=0.10.0
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://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=(http://downloads.sourceforge.net/project/handbrake/$pkgver/HandBrake-$pkgver.tar.bz2)
+sha256sums=('a91042da3cc08454844f7c171ee2fde4f0ed08176407fc0328d5118227ed4114')
+
+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=13t=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' '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-staging-i686/handbrake.install (from rev 
128867, handbrake/trunk/handbrake.install)
===
--- community-staging-i686/handbrake.install(rev 0)
+++ community-staging-i686/handbrake.install2015-03-07 20:23:47 UTC (rev 
128868)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-staging-x86_64/PKGBUILD (from rev 128867, 
handbrake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-07 20:23:47 UTC (rev 128868)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sebastien Piccand sebcactus gmail com
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=0.10.0
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://handbrake.fr/;

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

2014-07-27 Thread Evangelos Foutras
Date: Sunday, July 27, 2014 @ 21:38:45
  Author: foutrelis
Revision: 116443

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

Added:
  handbrake/repos/community-staging-i686/
  handbrake/repos/community-staging-i686/PKGBUILD
(from rev 116442, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-staging-i686/handbrake.install
(from rev 116442, handbrake/trunk/handbrake.install)
  handbrake/repos/community-staging-x86_64/
  handbrake/repos/community-staging-x86_64/PKGBUILD
(from rev 116442, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-staging-x86_64/handbrake.install
(from rev 116442, handbrake/trunk/handbrake.install)

+
 community-staging-i686/PKGBUILD|   81 +++
 community-staging-i686/handbrake.install   |   14 
 community-staging-x86_64/PKGBUILD  |   81 +++
 community-staging-x86_64/handbrake.install |   14 
 4 files changed, 190 insertions(+)

Copied: handbrake/repos/community-staging-i686/PKGBUILD (from rev 116442, 
handbrake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-27 19:38:45 UTC (rev 116443)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sebastien Piccand sebcactus gmail com
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=0.9.9
+pkgrel=7
+arch=('i686' 'x86_64')
+url=http://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'
+ 'libtheora' 'libsamplerate' 'libbluray' 'x264' 'libx264')
+source=(http://downloads.sourceforge.net/project/handbrake/$pkgver/HandBrake-$pkgver.tar.bz2)
+sha256sums=('a71dd774104cda00cfb51a813550351d638253791f2f419d04a66f3158a835b3')
+
+prepare() {
+  cd $srcdir/HandBrake-$pkgver
+
+  # Use Python 2
+  sed -i 's/python /python2 /' gtk/src/Makefile.am
+
+  # Use more system libs
+  # We had ffmpeg here as well but it broke PGS subtitle processing
+  # https://forum.handbrake.fr/viewtopic.php?f=13t=27581
+  sed -i \
+-e '/MODULES += contrib\/lame/d' \
+-e '/MODULES += contrib\/libbluray/d' \
+-e '/MODULES += contrib\/x264/d' \
+make/include/main.defs
+
+  # Fix configure.ac to work with automake 1.13
+  cd gtk
+  sed -i \
+-e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' \
+-e '/AM_PROG_CC_STDC/d' \
+-e 's/$pkg_gudev/gmodule-2.0 $pkg_gudev/' \
+configure.ac
+
+  autoreconf -vi
+}
+
+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' 'desktop-file-utils' 'hicolor-icon-theme')
+  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')
+
+  cd $srcdir/HandBrake-$pkgver/build
+  install -D HandBrakeCLI $pkgdir/usr/bin/HandBrakeCLI
+}
+
+# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-staging-i686/handbrake.install (from rev 
116442, handbrake/trunk/handbrake.install)
===
--- community-staging-i686/handbrake.install(rev 0)
+++ community-staging-i686/handbrake.install2014-07-27 19:38:45 UTC (rev 
116443)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-staging-x86_64/PKGBUILD (from rev 116442, 
handbrake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-07-27 19:38:45 UTC (rev 116443)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: 

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

2014-03-24 Thread Evangelos Foutras
Date: Monday, March 24, 2014 @ 14:28:14
  Author: foutrelis
Revision: 108186

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

Added:
  handbrake/repos/community-staging-i686/
  handbrake/repos/community-staging-i686/PKGBUILD
(from rev 108185, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-staging-i686/handbrake.install
(from rev 108185, handbrake/trunk/handbrake.install)
  handbrake/repos/community-staging-x86_64/
  handbrake/repos/community-staging-x86_64/PKGBUILD
(from rev 108185, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-staging-x86_64/handbrake.install
(from rev 108185, handbrake/trunk/handbrake.install)

+
 community-staging-i686/PKGBUILD|   80 +++
 community-staging-i686/handbrake.install   |   14 
 community-staging-x86_64/PKGBUILD  |   80 +++
 community-staging-x86_64/handbrake.install |   14 
 4 files changed, 188 insertions(+)

Copied: handbrake/repos/community-staging-i686/PKGBUILD (from rev 108185, 
handbrake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-24 13:28:14 UTC (rev 108186)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sebastien Piccand sebcactus gmail com
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=0.9.9
+pkgrel=6
+arch=('i686' 'x86_64')
+url=http://handbrake.fr/;
+license=('GPL')
+makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
+ 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass'
+ 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis'
+ 'libtheora' 'libsamplerate' 'libbluray' 'x264')
+source=(http://downloads.sourceforge.net/project/handbrake/$pkgver/HandBrake-$pkgver.tar.bz2)
+sha256sums=('a71dd774104cda00cfb51a813550351d638253791f2f419d04a66f3158a835b3')
+
+prepare() {
+  cd $srcdir/HandBrake-$pkgver
+
+  # Use Python 2
+  sed -i 's/python /python2 /' gtk/src/Makefile.am
+
+  # Use more system libs
+  # We had ffmpeg here as well but it broke PGS subtitle processing
+  # https://forum.handbrake.fr/viewtopic.php?f=13t=27581
+  sed -i \
+-e '/MODULES += contrib\/libbluray/d' \
+-e '/MODULES += contrib\/x264/d' \
+make/include/main.defs
+
+  # Fix configure.ac to work with automake 1.13
+  cd gtk
+  sed -i \
+-e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' \
+-e '/AM_PROG_CC_STDC/d' \
+-e 's/$pkg_gudev/gmodule-2.0 $pkg_gudev/' \
+configure.ac
+
+  autoreconf -vi
+}
+
+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' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
+   'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray'
+   'x264' 'desktop-file-utils' 'hicolor-icon-theme')
+  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' 'libxml2' 'libtheora'
+   'libsamplerate' 'libbluray' 'x264')
+
+  cd $srcdir/HandBrake-$pkgver/build
+  install -D HandBrakeCLI $pkgdir/usr/bin/HandBrakeCLI
+}
+
+# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-staging-i686/handbrake.install (from rev 
108185, handbrake/trunk/handbrake.install)
===
--- community-staging-i686/handbrake.install(rev 0)
+++ community-staging-i686/handbrake.install2014-03-24 13:28:14 UTC (rev 
108186)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-staging-x86_64/PKGBUILD (from rev 108185, 
handbrake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-24 13:28:14 UTC (rev 108186)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sebastien Piccand sebcactus gmail com
+
+pkgname=('handbrake' 'handbrake-cli')

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

2013-11-03 Thread Evangelos Foutras
Date: Sunday, November 3, 2013 @ 10:41:20
  Author: foutrelis
Revision: 100383

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

Added:
  handbrake/repos/community-staging-i686/
  handbrake/repos/community-staging-i686/PKGBUILD
(from rev 100382, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-staging-i686/handbrake.install
(from rev 100382, handbrake/trunk/handbrake.install)
  handbrake/repos/community-staging-x86_64/
  handbrake/repos/community-staging-x86_64/PKGBUILD
(from rev 100382, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-staging-x86_64/handbrake.install
(from rev 100382, handbrake/trunk/handbrake.install)

+
 community-staging-i686/PKGBUILD|   80 +++
 community-staging-i686/handbrake.install   |   14 
 community-staging-x86_64/PKGBUILD  |   80 +++
 community-staging-x86_64/handbrake.install |   14 
 4 files changed, 188 insertions(+)

Copied: handbrake/repos/community-staging-i686/PKGBUILD (from rev 100382, 
handbrake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-03 09:41:20 UTC (rev 100383)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sebastien Piccand sebcactus gmail com
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=0.9.9
+pkgrel=5
+arch=('i686' 'x86_64')
+url=http://handbrake.fr/;
+license=('GPL')
+makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
+ 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass'
+ 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis'
+ 'libtheora' 'libsamplerate' 'libbluray' 'x264')
+source=(http://downloads.sourceforge.net/project/handbrake/$pkgver/HandBrake-$pkgver.tar.bz2)
+sha256sums=('a71dd774104cda00cfb51a813550351d638253791f2f419d04a66f3158a835b3')
+
+prepare() {
+  cd $srcdir/HandBrake-$pkgver
+
+  # Use Python 2
+  sed -i 's/python /python2 /' gtk/src/Makefile.am
+
+  # Use more system libs
+  # We had ffmpeg here as well but it broke PGS subtitle processing
+  # https://forum.handbrake.fr/viewtopic.php?f=13t=27581
+  sed -i \
+-e '/MODULES += contrib\/libbluray/d' \
+-e '/MODULES += contrib\/x264/d' \
+make/include/main.defs
+
+  # Fix configure.ac to work with automake 1.13
+  cd gtk
+  sed -i \
+-e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' \
+-e '/AM_PROG_CC_STDC/d' \
+-e 's/$pkg_gudev/gmodule-2.0 $pkg_gudev/' \
+configure.ac
+
+  autoreconf -vi
+}
+
+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' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
+   'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray'
+   'x264' 'desktop-file-utils' 'hicolor-icon-theme')
+  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' 'libxml2' 'libtheora'
+   'libsamplerate' 'libbluray' 'x264')
+
+  cd $srcdir/HandBrake-$pkgver/build
+  install -D HandBrakeCLI $pkgdir/usr/bin/HandBrakeCLI
+}
+
+# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-staging-i686/handbrake.install (from rev 
100382, handbrake/trunk/handbrake.install)
===
--- community-staging-i686/handbrake.install(rev 0)
+++ community-staging-i686/handbrake.install2013-11-03 09:41:20 UTC (rev 
100383)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-staging-x86_64/PKGBUILD (from rev 100382, 
handbrake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-03 09:41:20 UTC (rev 100383)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sebastien Piccand sebcactus gmail com
+
+pkgname=('handbrake' 

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

2013-07-11 Thread Evangelos Foutras
Date: Thursday, July 11, 2013 @ 18:38:33
  Author: foutrelis
Revision: 93882

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

Added:
  handbrake/repos/community-staging-i686/
  handbrake/repos/community-staging-i686/PKGBUILD
(from rev 93881, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-staging-i686/handbrake.install
(from rev 93881, handbrake/trunk/handbrake.install)
  handbrake/repos/community-staging-x86_64/
  handbrake/repos/community-staging-x86_64/PKGBUILD
(from rev 93881, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-staging-x86_64/handbrake.install
(from rev 93881, handbrake/trunk/handbrake.install)

+
 community-staging-i686/PKGBUILD|   79 +++
 community-staging-i686/handbrake.install   |   14 
 community-staging-x86_64/PKGBUILD  |   79 +++
 community-staging-x86_64/handbrake.install |   14 
 4 files changed, 186 insertions(+)

Copied: handbrake/repos/community-staging-i686/PKGBUILD (from rev 93881, 
handbrake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-11 16:38:33 UTC (rev 93882)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sebastien Piccand sebcactus gmail com
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=0.9.9
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://handbrake.fr/;
+license=('GPL')
+makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
+ 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass'
+ 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis'
+ 'libtheora' 'libsamplerate' 'libbluray' 'x264')
+source=(http://downloads.sourceforge.net/project/handbrake/$pkgver/HandBrake-$pkgver.tar.bz2)
+sha256sums=('a71dd774104cda00cfb51a813550351d638253791f2f419d04a66f3158a835b3')
+
+prepare() {
+  cd $srcdir/HandBrake-$pkgver
+
+  # Use Python 2
+  sed -i 's/python /python2 /' gtk/src/Makefile.am
+
+  # Use more system libs
+  # We had ffmpeg here as well but it broke PGS subtitle processing
+  # https://forum.handbrake.fr/viewtopic.php?f=13t=27581
+  sed -i \
+-e '/MODULES += contrib\/libbluray/d' \
+-e '/MODULES += contrib\/x264/d' \
+make/include/main.defs
+
+  # Fix configure.ac to work with automake 1.13
+  cd gtk
+  sed -i \
+-e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' \
+-e '/AM_PROG_CC_STDC/d' \
+configure.ac
+
+  autoreconf -vi
+}
+
+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' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
+   'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray'
+   'x264' 'desktop-file-utils' 'hicolor-icon-theme')
+  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' 'libxml2' 'libtheora'
+   'libsamplerate' 'libbluray' 'x264')
+
+  cd $srcdir/HandBrake-$pkgver/build
+  install -D HandBrakeCLI $pkgdir/usr/bin/HandBrakeCLI
+}
+
+# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-staging-i686/handbrake.install (from rev 
93881, handbrake/trunk/handbrake.install)
===
--- community-staging-i686/handbrake.install(rev 0)
+++ community-staging-i686/handbrake.install2013-07-11 16:38:33 UTC (rev 
93882)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-staging-x86_64/PKGBUILD (from rev 93881, 
handbrake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-11 16:38:33 UTC (rev 93882)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sebastien Piccand sebcactus gmail com
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=0.9.9
+pkgrel=3
+arch=('i686' 'x86_64')