[arch-commits] Commit in npapi-vlc/trunk (PKGBUILD)

2017-09-11 Thread Jelle van der Waa
Date: Monday, September 11, 2017 @ 19:52:26
  Author: jelle
Revision: 257009

upgpkg: npapi-vlc 2.2.5-2

rebuild for key removal

Modified:
  npapi-vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 19:52:08 UTC (rev 257008)
+++ PKGBUILD2017-09-11 19:52:26 UTC (rev 257009)
@@ -6,7 +6,7 @@
 
 pkgname=npapi-vlc
 pkgver=2.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
 arch=('i686' 'x86_64')
 url="https://code.videolan.org/videolan/npapi-vlc;


[arch-commits] Commit in npapi-vlc/trunk (PKGBUILD)

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:28:05
  Author: tredaelli
Revision: 212381

upgpkg: npapi-vlc 2.2.5-1

Modified:
  npapi-vlc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-14 15:26:18 UTC (rev 212380)
+++ PKGBUILD2017-02-14 15:28:05 UTC (rev 212381)
@@ -5,11 +5,11 @@
 # Contributor: Hugo Osvaldo Barrera 
 
 pkgname=npapi-vlc
-pkgver=2.2.2
+pkgver=2.2.5
 pkgrel=1
 pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
 arch=('i686' 'x86_64')
-url="http://git.videolan.org/?p=$pkgname.git;a=summary;
+url="https://code.videolan.org/videolan/npapi-vlc;
 license=('GPL')
 depends=('gtk2' 'vlc')
 makedepends=('git' 'npapi-sdk')


[arch-commits] Commit in npapi-vlc/trunk (PKGBUILD)

2016-02-19 Thread Timothy Redaelli
Date: Friday, February 19, 2016 @ 16:05:03
  Author: tredaelli
Revision: 162585

upgpkg: npapi-vlc 2.2.2-1

Modified:
  npapi-vlc/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 13 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-19 14:47:03 UTC (rev 162584)
+++ PKGBUILD2016-02-19 15:05:03 UTC (rev 162585)
@@ -5,8 +5,8 @@
 # Contributor: Hugo Osvaldo Barrera 
 
 pkgname=npapi-vlc
-pkgver=2.2.1
-pkgrel=2
+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;
@@ -14,9 +14,18 @@
 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')
+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"
 


[arch-commits] Commit in npapi-vlc/trunk (PKGBUILD)

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 22:21:07
  Author: arojas
Revision: 149240

Fix source URL

Modified:
  npapi-vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 21:20:33 UTC (rev 149239)
+++ PKGBUILD2015-12-06 21:21:07 UTC (rev 149240)
@@ -14,7 +14,7 @@
 depends=('gtk2' 'vlc')
 makedepends=('git' 'npapi-sdk')
 # This package uses version tags from Git, because there are no official 
releases
-source=("git://git.videolan.org/$pkgname.git#tag=$pkgver")
+source=("git+https://code.videolan.org/videolan/$pkgname.git#tag=$pkgver;)
 md5sums=('SKIP')
 
 build() {


[arch-commits] Commit in npapi-vlc/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 22:52:25
  Author: foutrelis
Revision: 149266

C++11 ABI rebuild

Modified:
  npapi-vlc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 21:51:11 UTC (rev 149265)
+++ PKGBUILD2015-12-06 21:52:25 UTC (rev 149266)
@@ -6,7 +6,7 @@
 
 pkgname=npapi-vlc
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
 arch=('i686' 'x86_64')
 url="http://git.videolan.org/?p=$pkgname.git;a=summary;