[arch-commits] Commit in liboggz/repos (4 files)

Felix Yan fyan at archlinux.org
Mon Aug 11 12:43:58 UTC 2014


    Date: Monday, August 11, 2014 @ 14:43:58
  Author: fyan
Revision: 117171

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

Added:
  liboggz/repos/community-i686/PKGBUILD
    (from rev 117170, liboggz/trunk/PKGBUILD)
  liboggz/repos/community-x86_64/PKGBUILD
    (from rev 117170, liboggz/trunk/PKGBUILD)
Deleted:
  liboggz/repos/community-i686/PKGBUILD
  liboggz/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ----------------------
 community-x86_64/PKGBUILD |   35 ----------------------
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-08-11 12:43:17 UTC (rev 117170)
+++ community-i686/PKGBUILD	2014-08-11 12:43:58 UTC (rev 117171)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Vincent Cappe <vcappe at gmail dot com>
-# Contributor: Jeff Bailes <thepizzaking at gmail dot com>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-
-pkgname=liboggz
-pkgver=1.1.1
-pkgrel=3
-pkgdesc="A simple programming interface for reading and writing Ogg files and streams"
-arch=('i686' 'x86_64')
-url="http://www.xiph.org/oggz/"
-license=('custom:BSD')
-depends=('libogg' 'sh')
-makedepends=('doxygen' 'pkg-config')
-source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('3649a657f8e368b881ba8b1b57381ff7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-              --enable-static=no
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  # license
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # bash completion
-  install -Dm644 bash-completion/oggz "${pkgdir}/usr/share/bash-completion/completions/oggz"
-}

Copied: liboggz/repos/community-i686/PKGBUILD (from rev 117170, liboggz/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-11 12:43:58 UTC (rev 117171)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Vincent Cappe <vcappe at gmail dot com>
+# Contributor: Jeff Bailes <thepizzaking at gmail dot com>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgname=liboggz
+pkgver=1.1.1
+pkgrel=4
+pkgdesc="A simple programming interface for reading and writing Ogg files and streams"
+arch=('i686' 'x86_64')
+url="http://www.xiph.org/oggz/"
+license=('custom:BSD')
+depends=('libogg' 'sh')
+makedepends=('doxygen' 'pkg-config')
+source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('3649a657f8e368b881ba8b1b57381ff7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --enable-static=no
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  # license
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # bash completion
+  install -Dm644 bash-completion/oggz "${pkgdir}/usr/share/bash-completion/completions/oggz"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-08-11 12:43:17 UTC (rev 117170)
+++ community-x86_64/PKGBUILD	2014-08-11 12:43:58 UTC (rev 117171)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Vincent Cappe <vcappe at gmail dot com>
-# Contributor: Jeff Bailes <thepizzaking at gmail dot com>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-
-pkgname=liboggz
-pkgver=1.1.1
-pkgrel=3
-pkgdesc="A simple programming interface for reading and writing Ogg files and streams"
-arch=('i686' 'x86_64')
-url="http://www.xiph.org/oggz/"
-license=('custom:BSD')
-depends=('libogg' 'sh')
-makedepends=('doxygen' 'pkg-config')
-source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('3649a657f8e368b881ba8b1b57381ff7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-              --enable-static=no
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  # license
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # bash completion
-  install -Dm644 bash-completion/oggz "${pkgdir}/usr/share/bash-completion/completions/oggz"
-}

Copied: liboggz/repos/community-x86_64/PKGBUILD (from rev 117170, liboggz/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-11 12:43:58 UTC (rev 117171)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Vincent Cappe <vcappe at gmail dot com>
+# Contributor: Jeff Bailes <thepizzaking at gmail dot com>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgname=liboggz
+pkgver=1.1.1
+pkgrel=4
+pkgdesc="A simple programming interface for reading and writing Ogg files and streams"
+arch=('i686' 'x86_64')
+url="http://www.xiph.org/oggz/"
+license=('custom:BSD')
+depends=('libogg' 'sh')
+makedepends=('doxygen' 'pkg-config')
+source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('3649a657f8e368b881ba8b1b57381ff7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --enable-static=no
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  # license
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # bash completion
+  install -Dm644 bash-completion/oggz "${pkgdir}/usr/share/bash-completion/completions/oggz"
+}




More information about the arch-commits mailing list