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

Ionut Biru ibiru at archlinux.org
Mon Feb 6 17:33:52 UTC 2012


    Date: Monday, February 6, 2012 @ 12:33:52
  Author: ibiru
Revision: 149288

db-move: moved mediastreamer from [testing] to [extra] (x86_64)

Added:
  mediastreamer/repos/extra-x86_64/PKGBUILD
    (from rev 149268, mediastreamer/repos/testing-x86_64/PKGBUILD)
Deleted:
  mediastreamer/repos/extra-x86_64/PKGBUILD
  mediastreamer/repos/testing-x86_64/

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-06 17:33:51 UTC (rev 149287)
+++ extra-x86_64/PKGBUILD	2012-02-06 17:33:52 UTC (rev 149288)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Adrià Arrufat <swiftscythe at gmail.com>
-
-pkgname=mediastreamer
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and video streams"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/"
-license=('GPL')
-depends=('ortp' 'speex' 'ffmpeg' 'v4l-utils' 'libxv' 'libpulse')
-makedepends=('intltool')
-#source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('79f6e4d927ebf15e9967511d8a88ce74')
-options=('!libtool')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: mediastreamer/repos/extra-x86_64/PKGBUILD (from rev 149268, mediastreamer/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-06 17:33:52 UTC (rev 149288)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Adrià Arrufat <swiftscythe at gmail.com>
+
+pkgname=mediastreamer
+pkgver=2.8.0
+pkgrel=2
+pkgdesc="A library written in C that allows you to create and run audio and video streams"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/"
+license=('GPL')
+depends=('ortp' 'speex' 'ffmpeg' 'v4l-utils' 'libxv' 'libpulse')
+makedepends=('intltool')
+#source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('79f6e4d927ebf15e9967511d8a88ce74')
+options=('!libtool')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list