Date: Friday, February 19, 2016 @ 16:05:16
  Author: tredaelli
Revision: 162586

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

Added:
  npapi-vlc/repos/community-i686/PKGBUILD
    (from rev 162585, npapi-vlc/trunk/PKGBUILD)
  npapi-vlc/repos/community-x86_64/PKGBUILD
    (from rev 162585, npapi-vlc/trunk/PKGBUILD)
Deleted:
  npapi-vlc/repos/community-i686/PKGBUILD
  npapi-vlc/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   82 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 -----------------
 community-x86_64/PKGBUILD |   32 -----------------
 3 files changed, 82 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-02-19 15:05:03 UTC (rev 162585)
+++ community-i686/PKGBUILD     2016-02-19 15:05:16 UTC (rev 162586)
@@ -1,32 +0,0 @@
-# $Id$
-
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Det <nimetonmaili g-mail>
-# Contributor: Hugo Osvaldo Barrera <h...@barrera.io>
-
-pkgname=npapi-vlc
-pkgver=2.2.1
-pkgrel=2
-pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
-arch=('i686' 'x86_64')
-url="http://git.videolan.org/?p=$pkgname.git;a=summary";
-license=('GPL')
-depends=('gtk2' 'vlc')
-makedepends=('git' 'npapi-sdk')
-# This package uses version tags from Git, because there are no official 
releases
-source=("git+https://code.videolan.org/videolan/$pkgname.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: npapi-vlc/repos/community-i686/PKGBUILD (from rev 162585, 
npapi-vlc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-02-19 15:05:16 UTC (rev 162586)
@@ -0,0 +1,41 @@
+# $Id$
+
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Det <nimetonmaili g-mail>
+# Contributor: Hugo Osvaldo Barrera <h...@barrera.io>
+
+pkgname=npapi-vlc
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
+arch=('i686' 'x86_64')
+url="http://git.videolan.org/?p=$pkgname.git;a=summary";
+license=('GPL')
+depends=('gtk2' 'vlc')
+makedepends=('git' 'npapi-sdk')
+# This package uses version tags from Git, because there are no official 
releases
+source=("git+https://code.videolan.org/videolan/$pkgname.git#tag=$pkgver";
+        "git+https://code.videolan.org/videolan/libvlcpp.git";)
+md5sums=('SKIP'
+         'SKIP')
+
+prepare() {
+  cd "$pkgname"
+  git submodule init
+  git config submodule.vlcpp.url "$srcdir/libvlcpp"
+  git submodule update
+}
+
+build() {
+  cd "$pkgname"
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-02-19 15:05:03 UTC (rev 162585)
+++ community-x86_64/PKGBUILD   2016-02-19 15:05:16 UTC (rev 162586)
@@ -1,32 +0,0 @@
-# $Id$
-
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Det <nimetonmaili g-mail>
-# Contributor: Hugo Osvaldo Barrera <h...@barrera.io>
-
-pkgname=npapi-vlc
-pkgver=2.2.1
-pkgrel=2
-pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
-arch=('i686' 'x86_64')
-url="http://git.videolan.org/?p=$pkgname.git;a=summary";
-license=('GPL')
-depends=('gtk2' 'vlc')
-makedepends=('git' 'npapi-sdk')
-# This package uses version tags from Git, because there are no official 
releases
-source=("git+https://code.videolan.org/videolan/$pkgname.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: npapi-vlc/repos/community-x86_64/PKGBUILD (from rev 162585, 
npapi-vlc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-19 15:05:16 UTC (rev 162586)
@@ -0,0 +1,41 @@
+# $Id$
+
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Det <nimetonmaili g-mail>
+# Contributor: Hugo Osvaldo Barrera <h...@barrera.io>
+
+pkgname=npapi-vlc
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
+arch=('i686' 'x86_64')
+url="http://git.videolan.org/?p=$pkgname.git;a=summary";
+license=('GPL')
+depends=('gtk2' 'vlc')
+makedepends=('git' 'npapi-sdk')
+# This package uses version tags from Git, because there are no official 
releases
+source=("git+https://code.videolan.org/videolan/$pkgname.git#tag=$pkgver";
+        "git+https://code.videolan.org/videolan/libvlcpp.git";)
+md5sums=('SKIP'
+         'SKIP')
+
+prepare() {
+  cd "$pkgname"
+  git submodule init
+  git config submodule.vlcpp.url "$srcdir/libvlcpp"
+  git submodule update
+}
+
+build() {
+  cd "$pkgname"
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+}

Reply via email to