[arch-commits] Commit in ogmrip/repos (8 files)

Jelle van der Waa jelle at nymeria.archlinux.org
Mon Apr 29 13:18:38 UTC 2013


    Date: Monday, April 29, 2013 @ 15:18:37
  Author: jelle
Revision: 89462

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

Added:
  ogmrip/repos/community-staging-i686/
  ogmrip/repos/community-staging-i686/PKGBUILD
    (from rev 89461, ogmrip/trunk/PKGBUILD)
  ogmrip/repos/community-staging-i686/ogmrip.changelog
    (from rev 89461, ogmrip/trunk/ogmrip.changelog)
  ogmrip/repos/community-staging-i686/ogmrip.install
    (from rev 89461, ogmrip/trunk/ogmrip.install)
  ogmrip/repos/community-staging-x86_64/
  ogmrip/repos/community-staging-x86_64/PKGBUILD
    (from rev 89461, ogmrip/trunk/PKGBUILD)
  ogmrip/repos/community-staging-x86_64/ogmrip.changelog
    (from rev 89461, ogmrip/trunk/ogmrip.changelog)
  ogmrip/repos/community-staging-x86_64/ogmrip.install
    (from rev 89461, ogmrip/trunk/ogmrip.install)

-------------------------------------------+
 community-staging-i686/PKGBUILD           |   43 ++++++++++++++++++++++++++++
 community-staging-i686/ogmrip.changelog   |   27 +++++++++++++++++
 community-staging-i686/ogmrip.install     |   11 +++++++
 community-staging-x86_64/PKGBUILD         |   43 ++++++++++++++++++++++++++++
 community-staging-x86_64/ogmrip.changelog |   27 +++++++++++++++++
 community-staging-x86_64/ogmrip.install   |   11 +++++++
 6 files changed, 162 insertions(+)

Copied: ogmrip/repos/community-staging-i686/PKGBUILD (from rev 89461, ogmrip/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-04-29 13:18:37 UTC (rev 89462)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Daenyth
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Vrob (Markus Heuser) mheuser at mi.fu-berlin.de
+
+pkgname=ogmrip
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="Libraries and GTK2 interface for DVD ripping using mencoder"
+arch=('i686' 'x86_64')
+url="http://ogmrip.sourceforge.net/"
+license=('GPL')
+depends=('libdvdread>=4.1.3' 'mplayer' 'mencoder' 'enca' 'pkg-config' 'gconf' 'libglade' 'libnotify' 'enchant')
+makedepends=('patch' 'intltool' 'perl-xml-parser' 'faac' 'lame' 'mkvtoolnix' 'libtheora' 'ogmtools' 'gpac' 'vorbis-tools' 'tesseract')
+optdepends=('faac: support for the AAC audio codec'
+            'lame: support for the MP3 audio codec'
+            'mkvtoolnix: create, alter, and inspect Matroska files'
+            'libtheora: decode and encode Ogg Theora files'
+            'ogmtools: support for the Ogg Media container'
+            'gpac: support for the MP4 container'
+            'vorbis-tools: support for the Ogg Vorbis audio codec'
+            'gocr: support for the SRT subtitle format'
+            'ocrad: support for the SRT subtitle format'
+            'tesseract: support for the SRT subtitle format')
+options=('!libtool' '!makeflags')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('6848a622152a62899b6e876e70ec36df1af7be9803b8b9c809ed631196bc18cc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/usr/share
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: ogmrip/repos/community-staging-i686/ogmrip.changelog (from rev 89461, ogmrip/trunk/ogmrip.changelog)
===================================================================
--- community-staging-i686/ogmrip.changelog	                        (rev 0)
+++ community-staging-i686/ogmrip.changelog	2013-04-29 13:18:37 UTC (rev 89462)
@@ -0,0 +1,27 @@
+2013-04-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* ogmrip 1.0.0-1
+
+2012-06-07 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* ogmrip O.13.8-1
+
+2012-01-26  Eric Belanger  <eric at archlinux.org>
+	* Rebuild against libpng 1.5 and libtiff 4.0
+	* Add .install file
+
+2011-10-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* ogmrip O.13.7-1
+
+2010-08-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* ogmrip O.13.6-1
+
+2010-06-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release O.13.5
+
+2010-04-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release O.13.4
+
+2010-01-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* FS#17517 fixed in minor release O.13.3-2
+
+2010-01-01 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release O.13.3

Copied: ogmrip/repos/community-staging-i686/ogmrip.install (from rev 89461, ogmrip/trunk/ogmrip.install)
===================================================================
--- community-staging-i686/ogmrip.install	                        (rev 0)
+++ community-staging-i686/ogmrip.install	2013-04-29 13:18:37 UTC (rev 89462)
@@ -0,0 +1,11 @@
+post_install() {
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: ogmrip/repos/community-staging-x86_64/PKGBUILD (from rev 89461, ogmrip/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-04-29 13:18:37 UTC (rev 89462)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Daenyth
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Vrob (Markus Heuser) mheuser at mi.fu-berlin.de
+
+pkgname=ogmrip
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="Libraries and GTK2 interface for DVD ripping using mencoder"
+arch=('i686' 'x86_64')
+url="http://ogmrip.sourceforge.net/"
+license=('GPL')
+depends=('libdvdread>=4.1.3' 'mplayer' 'mencoder' 'enca' 'pkg-config' 'gconf' 'libglade' 'libnotify' 'enchant')
+makedepends=('patch' 'intltool' 'perl-xml-parser' 'faac' 'lame' 'mkvtoolnix' 'libtheora' 'ogmtools' 'gpac' 'vorbis-tools' 'tesseract')
+optdepends=('faac: support for the AAC audio codec'
+            'lame: support for the MP3 audio codec'
+            'mkvtoolnix: create, alter, and inspect Matroska files'
+            'libtheora: decode and encode Ogg Theora files'
+            'ogmtools: support for the Ogg Media container'
+            'gpac: support for the MP4 container'
+            'vorbis-tools: support for the Ogg Vorbis audio codec'
+            'gocr: support for the SRT subtitle format'
+            'ocrad: support for the SRT subtitle format'
+            'tesseract: support for the SRT subtitle format')
+options=('!libtool' '!makeflags')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('6848a622152a62899b6e876e70ec36df1af7be9803b8b9c809ed631196bc18cc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/usr/share
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: ogmrip/repos/community-staging-x86_64/ogmrip.changelog (from rev 89461, ogmrip/trunk/ogmrip.changelog)
===================================================================
--- community-staging-x86_64/ogmrip.changelog	                        (rev 0)
+++ community-staging-x86_64/ogmrip.changelog	2013-04-29 13:18:37 UTC (rev 89462)
@@ -0,0 +1,27 @@
+2013-04-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* ogmrip 1.0.0-1
+
+2012-06-07 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* ogmrip O.13.8-1
+
+2012-01-26  Eric Belanger  <eric at archlinux.org>
+	* Rebuild against libpng 1.5 and libtiff 4.0
+	* Add .install file
+
+2011-10-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* ogmrip O.13.7-1
+
+2010-08-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* ogmrip O.13.6-1
+
+2010-06-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release O.13.5
+
+2010-04-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release O.13.4
+
+2010-01-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* FS#17517 fixed in minor release O.13.3-2
+
+2010-01-01 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release O.13.3

Copied: ogmrip/repos/community-staging-x86_64/ogmrip.install (from rev 89461, ogmrip/trunk/ogmrip.install)
===================================================================
--- community-staging-x86_64/ogmrip.install	                        (rev 0)
+++ community-staging-x86_64/ogmrip.install	2013-04-29 13:18:37 UTC (rev 89462)
@@ -0,0 +1,11 @@
+post_install() {
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list