[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2020-02-18 Thread Ivy Foster via arch-commits
Date: Tuesday, February 18, 2020 @ 19:08:37
  Author: escondida
Revision: 576118

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 576117, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |  109 +++--
 1 file changed, 56 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-18 19:07:57 UTC (rev 576117)
+++ PKGBUILD2020-02-18 19:08:37 UTC (rev 576118)
@@ -1,53 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.7.2
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=(any)
-url='https://github.com/trizen/youtube-viewer'
-license=(GPL3)
-depends=(perl perl-data-dump perl-file-sharedir perl-json 
perl-lwp-protocol-https perl-libwww)
-makedepends=(perl-module-build)
-optdepends=(
-   'gtk2-perl: GTK2 GUI'
-   'mpv: play videos with MPV'
-   'perl-file-sharedir: GTK GUI'
-   'perl-gtk3: GTK3 GUI'
-   'perl-json-xs: faster JSON to HASH conversion'
-   'perl-term-readline-gnu: better STDIN support'
-   'perl-text-charwidth: print results in a fixed-width format'
-   'vlc: play videos with VLC'
-   'wget: download videos with wget'
-   'youtube-dl: play videos with encrypted signatures'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-# sums provided by packager makepkg -g
-sha256sums=(35ba3a64a4e2a73c260f69608f87b07b1cbd3e8ff6e1af6e76d0a480b5f83a35)
-
-build() {
-   cd "$pkgname-$pkgver"
-   perl Build.PL --installdirs vendor --gtk
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   ./Build test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   ./Build install --destdir "$pkgdir"
-   rm -r "$pkgdir/usr/lib"
-
-   mkdir -p "$pkgdir/usr/share/applications" "$pkgdir/usr/share/pixmaps"
-   mv 
"$pkgdir/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop"
 \
-   "$pkgdir/usr/share/applications/gtk-youtube-viewer.desktop"
-   cp 
"$pkgdir/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png"
 \
-   "$pkgdir/usr/share/pixmaps/gtk-youtube-viewer.png"
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 576117, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-18 19:08:37 UTC (rev 576118)
@@ -0,0 +1,56 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+pkgdesc='Command line utility for viewing YouTube videos'
+url='https://github.com/trizen/youtube-viewer'
+license=(GPL3)
+
+epoch=1
+pkgver=3.7.4
+pkgrel=1
+
+depends=(perl perl-data-dump perl-file-sharedir perl-json 
perl-lwp-protocol-https perl-libwww)
+makedepends=(perl-module-build)
+optdepends=(
+   'gtk2-perl: GTK2 GUI'
+   'mpv: play videos with MPV'
+   'perl-file-sharedir: GTK GUI'
+   'perl-gtk3: GTK3 GUI'
+   'perl-json-xs: faster JSON to HASH conversion'
+   'perl-term-readline-gnu: better STDIN support'
+   'perl-text-charwidth: print results in a fixed-width format'
+   'vlc: play videos with VLC'
+   'wget: download videos with wget'
+   'youtube-dl: play videos with encrypted signatures'
+)
+
+arch=(any)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+# sums provided by packager makepkg -g
+sha256sums=(f049fe7f6f27c1dbc4e1835f2b99c922b7d66b11568edd63653c670ce5500cfd)
+
+build() {
+   cd "$pkgname-$pkgver"
+   perl Build.PL --installdirs vendor --gtk
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   ./Build test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   ./Build install --destdir "$pkgdir"
+   rm -r "$pkgdir/usr/lib"
+
+   mkdir -p "$pkgdir/usr/share/applications" "$pkgdir/usr/share/pixmaps"
+   mv 
"$pkgdir/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop"
 \
+   "$pkgdir/usr/share/applications/gtk-youtube-viewer.desktop"
+   cp 
"$pkgdir/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png"
 \
+   "$pkgdir/usr/share/pixmaps/gtk-youtube-viewer.png"
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2020-01-29 Thread Ivy Foster via arch-commits
Date: Wednesday, January 29, 2020 @ 20:10:53
  Author: escondida
Revision: 559149

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 559148, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-29 20:09:59 UTC (rev 559148)
+++ PKGBUILD2020-01-29 20:10:53 UTC (rev 559149)
@@ -1,53 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.7.0
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=(any)
-url='https://github.com/trizen/youtube-viewer'
-license=(GPL3)
-depends=(perl perl-data-dump perl-file-sharedir perl-json 
perl-lwp-protocol-https perl-libwww)
-makedepends=(perl-module-build)
-optdepends=(
-   'gtk2-perl: GTK2 GUI'
-   'mpv: play videos with MPV'
-   'perl-file-sharedir: GTK GUI'
-   'perl-gtk3: GTK3 GUI'
-   'perl-json-xs: faster JSON to HASH conversion'
-   'perl-term-readline-gnu: better STDIN support'
-   'perl-text-charwidth: print results in a fixed-width format'
-   'vlc: play videos with VLC'
-   'wget: download videos with wget'
-   'youtube-dl: play videos with encrypted signatures'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-# sums provided by packager makepkg -g
-sha256sums=(211407c642a1718e01987fe9effe5fb1b7404e22fa61638cc05739ad4ba03466)
-
-build() {
-   cd "$pkgname-$pkgver"
-   perl Build.PL --installdirs vendor --gtk
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   ./Build test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   ./Build install --destdir "$pkgdir"
-   rm -r "$pkgdir/usr/lib"
-
-   mkdir -p "$pkgdir/usr/share/applications" "$pkgdir/usr/share/pixmaps"
-   mv 
"$pkgdir/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop"
 \
-   "$pkgdir/usr/share/applications/gtk-youtube-viewer.desktop"
-   cp 
"$pkgdir/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png"
 \
-   "$pkgdir/usr/share/pixmaps/gtk-youtube-viewer.png"
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 559148, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-29 20:10:53 UTC (rev 559149)
@@ -0,0 +1,53 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.7.2
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=(any)
+url='https://github.com/trizen/youtube-viewer'
+license=(GPL3)
+depends=(perl perl-data-dump perl-file-sharedir perl-json 
perl-lwp-protocol-https perl-libwww)
+makedepends=(perl-module-build)
+optdepends=(
+   'gtk2-perl: GTK2 GUI'
+   'mpv: play videos with MPV'
+   'perl-file-sharedir: GTK GUI'
+   'perl-gtk3: GTK3 GUI'
+   'perl-json-xs: faster JSON to HASH conversion'
+   'perl-term-readline-gnu: better STDIN support'
+   'perl-text-charwidth: print results in a fixed-width format'
+   'vlc: play videos with VLC'
+   'wget: download videos with wget'
+   'youtube-dl: play videos with encrypted signatures'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+# sums provided by packager makepkg -g
+sha256sums=(35ba3a64a4e2a73c260f69608f87b07b1cbd3e8ff6e1af6e76d0a480b5f83a35)
+
+build() {
+   cd "$pkgname-$pkgver"
+   perl Build.PL --installdirs vendor --gtk
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   ./Build test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   ./Build install --destdir "$pkgdir"
+   rm -r "$pkgdir/usr/lib"
+
+   mkdir -p "$pkgdir/usr/share/applications" "$pkgdir/usr/share/pixmaps"
+   mv 
"$pkgdir/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop"
 \
+   "$pkgdir/usr/share/applications/gtk-youtube-viewer.desktop"
+   cp 
"$pkgdir/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png"
 \
+   "$pkgdir/usr/share/pixmaps/gtk-youtube-viewer.png"
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2020-01-08 Thread Ivy Foster via arch-commits
Date: Wednesday, January 8, 2020 @ 17:19:29
  Author: escondida
Revision: 550303

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 550302, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-08 17:18:23 UTC (rev 550302)
+++ PKGBUILD2020-01-08 17:19:29 UTC (rev 550303)
@@ -1,53 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.6.1
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=(any)
-url='https://github.com/trizen/youtube-viewer'
-license=(GPL3)
-depends=(perl perl-data-dump perl-file-sharedir perl-json 
perl-lwp-protocol-https perl-libwww)
-makedepends=(perl-module-build)
-optdepends=(
-   'gtk2-perl: GTK2 GUI'
-   'mpv: play videos with MPV'
-   'perl-file-sharedir: GTK GUI'
-   'perl-gtk3: GTK3 GUI'
-   'perl-json-xs: faster JSON to HASH conversion'
-   'perl-term-readline-gnu: better STDIN support'
-   'perl-text-charwidth: print results in a fixed-width format'
-   'vlc: play videos with VLC'
-   'wget: download videos with wget'
-   'youtube-dl: play videos with encrypted signatures'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-# sums provided by packager makepkg -g
-sha256sums=(d8c98da8d441d761dd9ce3fda005082a8a1b5a6cc8ac8c1f13bc90979cf239e5)
-
-build() {
-   cd "$pkgname-$pkgver"
-   perl Build.PL --installdirs vendor --gtk
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   ./Build test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   ./Build install --destdir "$pkgdir"
-   rm -r "$pkgdir/usr/lib"
-
-   mkdir -p "$pkgdir/usr/share/applications" "$pkgdir/usr/share/pixmaps"
-   mv 
"$pkgdir/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop"
 \
-   "$pkgdir/usr/share/applications/gtk-youtube-viewer.desktop"
-   cp 
"$pkgdir/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png"
 \
-   "$pkgdir/usr/share/pixmaps/gtk-youtube-viewer.png"
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 550302, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-08 17:19:29 UTC (rev 550303)
@@ -0,0 +1,53 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.7.0
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=(any)
+url='https://github.com/trizen/youtube-viewer'
+license=(GPL3)
+depends=(perl perl-data-dump perl-file-sharedir perl-json 
perl-lwp-protocol-https perl-libwww)
+makedepends=(perl-module-build)
+optdepends=(
+   'gtk2-perl: GTK2 GUI'
+   'mpv: play videos with MPV'
+   'perl-file-sharedir: GTK GUI'
+   'perl-gtk3: GTK3 GUI'
+   'perl-json-xs: faster JSON to HASH conversion'
+   'perl-term-readline-gnu: better STDIN support'
+   'perl-text-charwidth: print results in a fixed-width format'
+   'vlc: play videos with VLC'
+   'wget: download videos with wget'
+   'youtube-dl: play videos with encrypted signatures'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+# sums provided by packager makepkg -g
+sha256sums=(211407c642a1718e01987fe9effe5fb1b7404e22fa61638cc05739ad4ba03466)
+
+build() {
+   cd "$pkgname-$pkgver"
+   perl Build.PL --installdirs vendor --gtk
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   ./Build test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   ./Build install --destdir "$pkgdir"
+   rm -r "$pkgdir/usr/lib"
+
+   mkdir -p "$pkgdir/usr/share/applications" "$pkgdir/usr/share/pixmaps"
+   mv 
"$pkgdir/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop"
 \
+   "$pkgdir/usr/share/applications/gtk-youtube-viewer.desktop"
+   cp 
"$pkgdir/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png"
 \
+   "$pkgdir/usr/share/pixmaps/gtk-youtube-viewer.png"
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2019-12-28 Thread Ivy Foster via arch-commits
Date: Saturday, December 28, 2019 @ 20:12:22
  Author: escondida
Revision: 543659

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 543658, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |  105 ++---
 1 file changed, 53 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-28 20:12:00 UTC (rev 543658)
+++ PKGBUILD2019-12-28 20:12:22 UTC (rev 543659)
@@ -1,52 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=(any)
-url='https://github.com/trizen/youtube-viewer'
-license=(GPL3)
-depends=(perl perl-data-dump perl-json perl-lwp-protocol-https perl-libwww)
-makedepends=(perl-module-build)
-optdepends=(
-   'perl-json-xs: faster JSON to HASH conversion'
-   'perl-text-charwidth: print results in a fixed-width format'
-   'perl-term-readline-gnu: better STDIN support'
-   'youtube-dl: play videos with encrypted signatures'
-   'wget: download videos with wget'
-   'vlc: play videos with VLC'
-   'mpv: play videos with MPV'
-   'gtk2-perl: GTK GUI'
-   'perl-file-sharedir: GTK GUI'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-# sums provided by packager makepkg -g
-sha256sums=('5c75afb0124c7ee82d60a1f57ef7e2824fd6332643bb3c56d78a69963c08c587')
-
-build() {
-   cd "$pkgname-$pkgver"
-   perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-   cd "$pkgname-$pkgver"
-   ./Build test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   ./Build install --destdir "$pkgdir"
-   rm -r "$pkgdir/usr/lib"
-
-   mkdir -p "$pkgdir/usr/share/applications" "$pkgdir/usr/share/pixmaps"
-   mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
-   "$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
-   cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
-   "$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 543658, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-28 20:12:22 UTC (rev 543659)
@@ -0,0 +1,53 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.6.1
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=(any)
+url='https://github.com/trizen/youtube-viewer'
+license=(GPL3)
+depends=(perl perl-data-dump perl-file-sharedir perl-json 
perl-lwp-protocol-https perl-libwww)
+makedepends=(perl-module-build)
+optdepends=(
+   'gtk2-perl: GTK2 GUI'
+   'mpv: play videos with MPV'
+   'perl-file-sharedir: GTK GUI'
+   'perl-gtk3: GTK3 GUI'
+   'perl-json-xs: faster JSON to HASH conversion'
+   'perl-term-readline-gnu: better STDIN support'
+   'perl-text-charwidth: print results in a fixed-width format'
+   'vlc: play videos with VLC'
+   'wget: download videos with wget'
+   'youtube-dl: play videos with encrypted signatures'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+# sums provided by packager makepkg -g
+sha256sums=(d8c98da8d441d761dd9ce3fda005082a8a1b5a6cc8ac8c1f13bc90979cf239e5)
+
+build() {
+   cd "$pkgname-$pkgver"
+   perl Build.PL --installdirs vendor --gtk
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   ./Build test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   ./Build install --destdir "$pkgdir"
+   rm -r "$pkgdir/usr/lib"
+
+   mkdir -p "$pkgdir/usr/share/applications" "$pkgdir/usr/share/pixmaps"
+   mv 
"$pkgdir/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop"
 \
+   "$pkgdir/usr/share/applications/gtk-youtube-viewer.desktop"
+   cp 
"$pkgdir/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png"
 \
+   "$pkgdir/usr/share/pixmaps/gtk-youtube-viewer.png"
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2019-12-25 Thread Felix Yan via arch-commits
Date: Wednesday, December 25, 2019 @ 23:58:30
  Author: felixonmars
Revision: 541517

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 541516, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-25 23:58:19 UTC (rev 541516)
+++ PKGBUILD2019-12-25 23:58:30 UTC (rev 541517)
@@ -1,52 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.5.9
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=(any)
-url='https://github.com/trizen/youtube-viewer'
-license=(GPL3)
-depends=(perl perl-data-dump perl-json perl-lwp-protocol-https perl-libwww)
-makedepends=(perl-module-build)
-optdepends=(
-   'perl-json-xs: faster JSON to HASH conversion'
-   'perl-text-charwidth: print results in a fixed-width format'
-   'perl-term-readline-gnu: better STDIN support'
-   'youtube-dl: play videos with encrypted signatures'
-   'wget: download videos with wget'
-   'vlc: play videos with VLC'
-   'mpv: play videos with MPV'
-   'gtk2-perl: GTK GUI'
-   'perl-file-sharedir: GTK GUI'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-# sums provided by packager makepkg -g
-sha256sums=(8c2f02631770f930830d7b8e7e31be4d4147aa005f3e16a509f729c068f75822)
-
-build() {
-   cd "$pkgname-$pkgver"
-   perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-   cd "$pkgname-$pkgver"
-   ./Build test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   ./Build install --destdir "$pkgdir"
-   rm -r "$pkgdir/usr/lib"
-
-   mkdir -p "$pkgdir/usr/share/applications" "$pkgdir/usr/share/pixmaps"
-   mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
-   "$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
-   cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
-   "$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 541516, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-25 23:58:30 UTC (rev 541517)
@@ -0,0 +1,52 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.6.0
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=(any)
+url='https://github.com/trizen/youtube-viewer'
+license=(GPL3)
+depends=(perl perl-data-dump perl-json perl-lwp-protocol-https perl-libwww)
+makedepends=(perl-module-build)
+optdepends=(
+   'perl-json-xs: faster JSON to HASH conversion'
+   'perl-text-charwidth: print results in a fixed-width format'
+   'perl-term-readline-gnu: better STDIN support'
+   'youtube-dl: play videos with encrypted signatures'
+   'wget: download videos with wget'
+   'vlc: play videos with VLC'
+   'mpv: play videos with MPV'
+   'gtk2-perl: GTK GUI'
+   'perl-file-sharedir: GTK GUI'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+# sums provided by packager makepkg -g
+sha256sums=('5c75afb0124c7ee82d60a1f57ef7e2824fd6332643bb3c56d78a69963c08c587')
+
+build() {
+   cd "$pkgname-$pkgver"
+   perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+   cd "$pkgname-$pkgver"
+   ./Build test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   ./Build install --destdir "$pkgdir"
+   rm -r "$pkgdir/usr/lib"
+
+   mkdir -p "$pkgdir/usr/share/applications" "$pkgdir/usr/share/pixmaps"
+   mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
+   "$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
+   cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
+   "$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2019-11-23 Thread Ivy Foster via arch-commits
Date: Sunday, November 24, 2019 @ 01:22:47
  Author: escondida
Revision: 532419

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 532418, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 01:22:07 UTC (rev 532418)
+++ PKGBUILD2019-11-24 01:22:47 UTC (rev 532419)
@@ -1,52 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.5.8
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=(any)
-url='https://github.com/trizen/youtube-viewer'
-license=(GPL3)
-depends=(perl perl-data-dump perl-json perl-lwp-protocol-https perl-libwww)
-makedepends=(perl-module-build)
-optdepends=(
-   'perl-json-xs: faster JSON to HASH conversion'
-   'perl-text-charwidth: print results in a fixed-width format'
-   'perl-term-readline-gnu: better STDIN support'
-   'youtube-dl: play videos with encrypted signatures'
-   'wget: download videos with wget'
-   'vlc: play videos with VLC'
-   'mpv: play videos with MPV'
-   'gtk2-perl: GTK GUI'
-   'perl-file-sharedir: GTK GUI'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-# sums provided by packager makepkg -g
-sha256sums=(afe061263917a84cd297919c1ac79157ed3952f549825552eb6bb821e38fae0c)
-
-build() {
-   cd "$pkgname-$pkgver"
-   perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-   cd "$pkgname-$pkgver"
-   ./Build test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   ./Build install --destdir "$pkgdir"
-   rm -r "$pkgdir/usr/lib"
-
-   mkdir -p "$pkgdir/usr/share/applications" "$pkgdir/usr/share/pixmaps"
-   mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
-   "$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
-   cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
-   "$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 532418, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 01:22:47 UTC (rev 532419)
@@ -0,0 +1,52 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.5.9
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=(any)
+url='https://github.com/trizen/youtube-viewer'
+license=(GPL3)
+depends=(perl perl-data-dump perl-json perl-lwp-protocol-https perl-libwww)
+makedepends=(perl-module-build)
+optdepends=(
+   'perl-json-xs: faster JSON to HASH conversion'
+   'perl-text-charwidth: print results in a fixed-width format'
+   'perl-term-readline-gnu: better STDIN support'
+   'youtube-dl: play videos with encrypted signatures'
+   'wget: download videos with wget'
+   'vlc: play videos with VLC'
+   'mpv: play videos with MPV'
+   'gtk2-perl: GTK GUI'
+   'perl-file-sharedir: GTK GUI'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+# sums provided by packager makepkg -g
+sha256sums=(8c2f02631770f930830d7b8e7e31be4d4147aa005f3e16a509f729c068f75822)
+
+build() {
+   cd "$pkgname-$pkgver"
+   perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+   cd "$pkgname-$pkgver"
+   ./Build test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   ./Build install --destdir "$pkgdir"
+   rm -r "$pkgdir/usr/lib"
+
+   mkdir -p "$pkgdir/usr/share/applications" "$pkgdir/usr/share/pixmaps"
+   mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
+   "$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
+   cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
+   "$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2019-10-09 Thread Ivy Foster via arch-commits
Date: Wednesday, October 9, 2019 @ 19:14:13
  Author: escondida
Revision: 514380

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 514379, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |  100 +++--
 1 file changed, 52 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 19:13:55 UTC (rev 514379)
+++ PKGBUILD2019-10-09 19:14:13 UTC (rev 514380)
@@ -1,48 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.5.5
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-depends=('perl' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=('perl-json-xs: faster JSON to HASH conversion'
-'perl-text-charwidth: print results in a fixed-width format'
-'perl-term-readline-gnu: better STDIN support'
-'youtube-dl: play videos with encrypted signatures'
-'wget: download videos with wget'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'gtk2-perl: GTK GUI'
-'perl-file-sharedir: GTK GUI')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('f6ce0a57227dfe2c411ef9a7023824206f1f546de06a23e644a2ca798a154a3f')
-
-build() {
-cd "$pkgname-$pkgver"
-perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-cd "$pkgname-$pkgver"
-./Build test
-}
-
-package() {
-cd "$pkgname-$pkgver"
-./Build install --destdir "$pkgdir"
-rm -r "$pkgdir"/usr/lib
-
-mkdir "$pkgdir"/usr/share/{applications,pixmaps}
-mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
-"$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
-cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
-"$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 514379, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 19:14:13 UTC (rev 514380)
@@ -0,0 +1,52 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.5.8
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=(any)
+url='https://github.com/trizen/youtube-viewer'
+license=(GPL3)
+depends=(perl perl-data-dump perl-json perl-lwp-protocol-https perl-libwww)
+makedepends=(perl-module-build)
+optdepends=(
+   'perl-json-xs: faster JSON to HASH conversion'
+   'perl-text-charwidth: print results in a fixed-width format'
+   'perl-term-readline-gnu: better STDIN support'
+   'youtube-dl: play videos with encrypted signatures'
+   'wget: download videos with wget'
+   'vlc: play videos with VLC'
+   'mpv: play videos with MPV'
+   'gtk2-perl: GTK GUI'
+   'perl-file-sharedir: GTK GUI'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+# sums provided by packager makepkg -g
+sha256sums=(afe061263917a84cd297919c1ac79157ed3952f549825552eb6bb821e38fae0c)
+
+build() {
+   cd "$pkgname-$pkgver"
+   perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+   cd "$pkgname-$pkgver"
+   ./Build test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   ./Build install --destdir "$pkgdir"
+   rm -r "$pkgdir/usr/lib"
+
+   mkdir -p "$pkgdir/usr/share/applications" "$pkgdir/usr/share/pixmaps"
+   mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
+   "$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
+   cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
+   "$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2019-08-06 Thread Alad Wenter via arch-commits
Date: Tuesday, August 6, 2019 @ 20:10:38
  Author: alad
Revision: 498093

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 498092, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-06 20:10:27 UTC (rev 498092)
+++ PKGBUILD2019-08-06 20:10:38 UTC (rev 498093)
@@ -1,48 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.5.4
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-depends=('perl' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=('perl-json-xs: faster JSON to HASH conversion'
-'perl-text-charwidth: print results in a fixed-width format'
-'perl-term-readline-gnu: better STDIN support'
-'youtube-dl: play videos with encrypted signatures'
-'wget: download videos with wget'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'gtk2-perl: GTK GUI'
-'perl-file-sharedir: GTK GUI')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('d5116359c17c6cface40e336980e341a3d84bfdae97b0e252ca70180104c6475')
-
-build() {
-cd "$pkgname-$pkgver"
-perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-cd "$pkgname-$pkgver"
-./Build test
-}
-
-package() {
-cd "$pkgname-$pkgver"
-./Build install --destdir "$pkgdir"
-rm -r "$pkgdir"/usr/lib
-
-mkdir "$pkgdir"/usr/share/{applications,pixmaps}
-mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
-"$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
-cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
-"$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 498092, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-06 20:10:38 UTC (rev 498093)
@@ -0,0 +1,48 @@
+# Maintainer: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.5.5
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+depends=('perl' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=('perl-json-xs: faster JSON to HASH conversion'
+'perl-text-charwidth: print results in a fixed-width format'
+'perl-term-readline-gnu: better STDIN support'
+'youtube-dl: play videos with encrypted signatures'
+'wget: download videos with wget'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'gtk2-perl: GTK GUI'
+'perl-file-sharedir: GTK GUI')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('f6ce0a57227dfe2c411ef9a7023824206f1f546de06a23e644a2ca798a154a3f')
+
+build() {
+cd "$pkgname-$pkgver"
+perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+cd "$pkgname-$pkgver"
+./Build test
+}
+
+package() {
+cd "$pkgname-$pkgver"
+./Build install --destdir "$pkgdir"
+rm -r "$pkgdir"/usr/lib
+
+mkdir "$pkgdir"/usr/share/{applications,pixmaps}
+mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
+"$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
+cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
+"$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2019-03-26 Thread Alad Wenter via arch-commits
Date: Wednesday, March 27, 2019 @ 04:06:05
  Author: alad
Revision: 443939

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 443938, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-27 04:05:58 UTC (rev 443938)
+++ PKGBUILD2019-03-27 04:06:05 UTC (rev 443939)
@@ -1,48 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.5.2
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-depends=('perl' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=('perl-json-xs: faster JSON to HASH conversion'
-'perl-text-charwidth: print results in a fixed-width format'
-'perl-term-readline-gnu: better STDIN support'
-'youtube-dl: play videos with encrypted signatures'
-'wget: download videos with wget'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'gtk2-perl: GTK GUI'
-'perl-file-sharedir: GTK GUI')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('0c0170c2870692a38bc6953142164f200e768e25531c701fb03897b47a57e927')
-
-build() {
-cd "$pkgname-$pkgver"
-perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-cd "$pkgname-$pkgver"
-./Build test
-}
-
-package() {
-cd "$pkgname-$pkgver"
-./Build install --destdir "$pkgdir"
-rm -r "$pkgdir"/usr/lib
-
-mkdir "$pkgdir"/usr/share/{applications,pixmaps}
-mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
-"$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
-cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
-"$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 443938, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-27 04:06:05 UTC (rev 443939)
@@ -0,0 +1,48 @@
+# Maintainer: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.5.4
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+depends=('perl' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=('perl-json-xs: faster JSON to HASH conversion'
+'perl-text-charwidth: print results in a fixed-width format'
+'perl-term-readline-gnu: better STDIN support'
+'youtube-dl: play videos with encrypted signatures'
+'wget: download videos with wget'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'gtk2-perl: GTK GUI'
+'perl-file-sharedir: GTK GUI')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('d5116359c17c6cface40e336980e341a3d84bfdae97b0e252ca70180104c6475')
+
+build() {
+cd "$pkgname-$pkgver"
+perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+cd "$pkgname-$pkgver"
+./Build test
+}
+
+package() {
+cd "$pkgname-$pkgver"
+./Build install --destdir "$pkgdir"
+rm -r "$pkgdir"/usr/lib
+
+mkdir "$pkgdir"/usr/share/{applications,pixmaps}
+mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
+"$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
+cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
+"$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2019-03-02 Thread Alad Wenter via arch-commits
Date: Saturday, March 2, 2019 @ 16:09:49
  Author: alad
Revision: 437390

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 437389, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-02 16:09:41 UTC (rev 437389)
+++ PKGBUILD2019-03-02 16:09:49 UTC (rev 437390)
@@ -1,48 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.5.1
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=('perl-json-xs: faster JSON to HASH conversion'
-'perl-text-charwidth: to print the results in a fixed-width format 
(-W)'
-'perl-term-readline-gnu: for better STDIN support'
-'youtube-dl: for playing videos with encrypted signatures'
-'wget: for downloading videos with wget'
-'vlc: for playing the videos with VLC'
-'mpv: for playing the videos with MPV (recommended)'
-'gtk2-perl: for the GTK GUI'
-'perl-file-sharedir: for the GTK GUI')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('52e04abc6927719130b6ab04b91ec8795945a37ca905927c43efc164e7b282b1')
-
-build() {
-cd "$pkgname-$pkgver"
-perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-cd "$pkgname-$pkgver"
-./Build test
-}
-
-package() {
-cd "$pkgname-$pkgver"
-./Build install --destdir "$pkgdir"
-rm -r "$pkgdir"/usr/lib
-
-mkdir "$pkgdir"/usr/share/{applications,pixmaps}
-mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
-"$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
-cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
-"$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 437389, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-02 16:09:49 UTC (rev 437390)
@@ -0,0 +1,48 @@
+# Maintainer: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.5.2
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+depends=('perl' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=('perl-json-xs: faster JSON to HASH conversion'
+'perl-text-charwidth: print results in a fixed-width format'
+'perl-term-readline-gnu: better STDIN support'
+'youtube-dl: play videos with encrypted signatures'
+'wget: download videos with wget'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'gtk2-perl: GTK GUI'
+'perl-file-sharedir: GTK GUI')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('0c0170c2870692a38bc6953142164f200e768e25531c701fb03897b47a57e927')
+
+build() {
+cd "$pkgname-$pkgver"
+perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+cd "$pkgname-$pkgver"
+./Build test
+}
+
+package() {
+cd "$pkgname-$pkgver"
+./Build install --destdir "$pkgdir"
+rm -r "$pkgdir"/usr/lib
+
+mkdir "$pkgdir"/usr/share/{applications,pixmaps}
+mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
+"$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
+cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
+"$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2019-01-06 Thread Alad Wenter via arch-commits
Date: Sunday, January 6, 2019 @ 21:17:18
  Author: alad
Revision: 420763

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 420762, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   97 ++---
 1 file changed, 48 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-06 21:17:02 UTC (rev 420762)
+++ PKGBUILD2019-01-06 21:17:18 UTC (rev 420763)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.3.4
-pkgrel=2
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=('perl-json-xs: faster JSON to HASH conversion'
-'perl-text-charwidth: to print the results in a fixed-width format 
(-W)'
-'perl-term-readline-gnu: for better STDIN support'
-'youtube-dl: for playing videos with encrypted signatures'
-'wget: for downloading videos with wget'
-'vlc: for playing the videos with VLC'
-'mpv: for playing the videos with MPV (recommended)'
-'gtk2-perl: for the GTK GUI'
-'perl-file-sharedir: for the GTK GUI')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('f65d27c0f7a7e51a4d7f89ab2cb27a064ff82fbb971add7aa5606f5dfeec0ab7')
-
-build() {
-cd "$pkgname-$pkgver"
-perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-cd "$pkgname-$pkgver"
-./Build test
-}
-
-package() {
-cd "$pkgname-$pkgver"
-./Build install --destdir "$pkgdir"
-rm -r "$pkgdir"/usr/lib
-
-mkdir "$pkgdir"/usr/share/{applications,pixmaps}
-mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
-"$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
-cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
-"$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 420762, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-06 21:17:18 UTC (rev 420763)
@@ -0,0 +1,48 @@
+# Maintainer: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.5.1
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=('perl-json-xs: faster JSON to HASH conversion'
+'perl-text-charwidth: to print the results in a fixed-width format 
(-W)'
+'perl-term-readline-gnu: for better STDIN support'
+'youtube-dl: for playing videos with encrypted signatures'
+'wget: for downloading videos with wget'
+'vlc: for playing the videos with VLC'
+'mpv: for playing the videos with MPV (recommended)'
+'gtk2-perl: for the GTK GUI'
+'perl-file-sharedir: for the GTK GUI')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('52e04abc6927719130b6ab04b91ec8795945a37ca905927c43efc164e7b282b1')
+
+build() {
+cd "$pkgname-$pkgver"
+perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+cd "$pkgname-$pkgver"
+./Build test
+}
+
+package() {
+cd "$pkgname-$pkgver"
+./Build install --destdir "$pkgdir"
+rm -r "$pkgdir"/usr/lib
+
+mkdir "$pkgdir"/usr/share/{applications,pixmaps}
+mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
+"$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
+cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
+"$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2018-07-05 Thread Balló György via arch-commits
Date: Thursday, July 5, 2018 @ 09:32:04
  Author: bgyorgy
Revision: 352581

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 352580, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   92 -
 1 file changed, 49 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-05 09:32:00 UTC (rev 352580)
+++ PKGBUILD2018-07-05 09:32:04 UTC (rev 352581)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.3.4
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=('perl-json-xs: faster JSON to HASH conversion'
-'perl-text-charwidth: to print the results in a fixed-width format 
(-W)'
-'perl-term-readline-gnu: for better STDIN support'
-'youtube-dl: for playing videos with encrypted signatures'
-'wget: for downloading videos with wget'
-'vlc: for playing the videos with VLC'
-'mpv: for playing the videos with MPV (recommended)'
-'gtk2-perl: for the GTK GUI'
-'perl-file-sharedir: for the GTK GUI')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('f65d27c0f7a7e51a4d7f89ab2cb27a064ff82fbb971add7aa5606f5dfeec0ab7')
-
-build() {
-cd "$pkgname-$pkgver"
-perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-cd "$pkgname-$pkgver"
-./Build test
-}
-
-package() {
-cd "$pkgname-$pkgver"
-./Build install --destdir "$pkgdir"
-rm -r "$pkgdir"/usr/lib
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 352580, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-05 09:32:04 UTC (rev 352581)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.3.4
+pkgrel=2
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=('perl-json-xs: faster JSON to HASH conversion'
+'perl-text-charwidth: to print the results in a fixed-width format 
(-W)'
+'perl-term-readline-gnu: for better STDIN support'
+'youtube-dl: for playing videos with encrypted signatures'
+'wget: for downloading videos with wget'
+'vlc: for playing the videos with VLC'
+'mpv: for playing the videos with MPV (recommended)'
+'gtk2-perl: for the GTK GUI'
+'perl-file-sharedir: for the GTK GUI')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('f65d27c0f7a7e51a4d7f89ab2cb27a064ff82fbb971add7aa5606f5dfeec0ab7')
+
+build() {
+cd "$pkgname-$pkgver"
+perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+cd "$pkgname-$pkgver"
+./Build test
+}
+
+package() {
+cd "$pkgname-$pkgver"
+./Build install --destdir "$pkgdir"
+rm -r "$pkgdir"/usr/lib
+
+mkdir "$pkgdir"/usr/share/{applications,pixmaps}
+mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
+"$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
+cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
+"$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2018-05-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 23, 2018 @ 20:43:14
  Author: arojas
Revision: 328467

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 328466, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 20:42:51 UTC (rev 328466)
+++ PKGBUILD2018-05-23 20:43:14 UTC (rev 328467)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.3.3
-pkgrel=2
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=('perl-json-xs: faster JSON to HASH conversion'
-'perl-text-charwidth: to print the results in a fixed-width format 
(-W)'
-'perl-term-readline-gnu: for better STDIN support'
-'youtube-dl: for playing videos with encrypted signatures'
-'wget: for downloading videos with wget'
-'vlc: for playing the videos with VLC'
-'mpv: for playing the videos with MPV (recommended)'
-'gtk2-perl: for the GTK GUI'
-'perl-file-sharedir: for the GTK GUI')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('f36d500f733079bf8cf0fc78550ea215afa485c1ceaeec2bfdaa62a32314a7c8')
-
-build() {
-cd "$pkgname-$pkgver"
-perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-cd "$pkgname-$pkgver"
-./Build test
-}
-
-package() {
-cd "$pkgname-$pkgver"
-./Build install --destdir "$pkgdir"
-rm -r "$pkgdir"/usr/lib
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 328466, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 20:43:14 UTC (rev 328467)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.3.4
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=('perl-json-xs: faster JSON to HASH conversion'
+'perl-text-charwidth: to print the results in a fixed-width format 
(-W)'
+'perl-term-readline-gnu: for better STDIN support'
+'youtube-dl: for playing videos with encrypted signatures'
+'wget: for downloading videos with wget'
+'vlc: for playing the videos with VLC'
+'mpv: for playing the videos with MPV (recommended)'
+'gtk2-perl: for the GTK GUI'
+'perl-file-sharedir: for the GTK GUI')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('f65d27c0f7a7e51a4d7f89ab2cb27a064ff82fbb971add7aa5606f5dfeec0ab7')
+
+build() {
+cd "$pkgname-$pkgver"
+perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+cd "$pkgname-$pkgver"
+./Build test
+}
+
+package() {
+cd "$pkgname-$pkgver"
+./Build install --destdir "$pkgdir"
+rm -r "$pkgdir"/usr/lib
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2018-04-04 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 4, 2018 @ 06:53:37
  Author: bpiotrowski
Revision: 314097

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 314096, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-04 06:53:31 UTC (rev 314096)
+++ PKGBUILD2018-04-04 06:53:37 UTC (rev 314097)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.3.3
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=('perl-json-xs: faster JSON to HASH conversion'
-'perl-text-charwidth: to print the results in a fixed-width format 
(-W)'
-'perl-term-readline-gnu: for better STDIN support'
-'youtube-dl: for playing videos with encrypted signatures'
-'wget: for downloading videos with wget'
-'vlc: for playing the videos with VLC'
-'mpv: for playing the videos with MPV (recommended)'
-'gtk2-perl: for the GTK GUI'
-'perl-file-sharedir: for the GTK GUI')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('f36d500f733079bf8cf0fc78550ea215afa485c1ceaeec2bfdaa62a32314a7c8')
-
-build() {
-cd "$pkgname-$pkgver"
-perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-cd "$pkgname-$pkgver"
-./Build test
-}
-
-package() {
-cd "$pkgname-$pkgver"
-./Build install --destdir "$pkgdir"
-rm -r "$pkgdir"/usr/lib
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 314096, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-04 06:53:37 UTC (rev 314097)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.3.3
+pkgrel=2
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=('perl-json-xs: faster JSON to HASH conversion'
+'perl-text-charwidth: to print the results in a fixed-width format 
(-W)'
+'perl-term-readline-gnu: for better STDIN support'
+'youtube-dl: for playing videos with encrypted signatures'
+'wget: for downloading videos with wget'
+'vlc: for playing the videos with VLC'
+'mpv: for playing the videos with MPV (recommended)'
+'gtk2-perl: for the GTK GUI'
+'perl-file-sharedir: for the GTK GUI')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('f36d500f733079bf8cf0fc78550ea215afa485c1ceaeec2bfdaa62a32314a7c8')
+
+build() {
+cd "$pkgname-$pkgver"
+perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+cd "$pkgname-$pkgver"
+./Build test
+}
+
+package() {
+cd "$pkgname-$pkgver"
+./Build install --destdir "$pkgdir"
+rm -r "$pkgdir"/usr/lib
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2018-02-08 Thread Alad Wenter via arch-commits
Date: Thursday, February 8, 2018 @ 18:39:01
  Author: alad
Revision: 290325

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 290324, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   89 +
 1 file changed, 43 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 18:38:54 UTC (rev 290324)
+++ PKGBUILD2018-02-08 18:39:01 UTC (rev 290325)
@@ -1,46 +0,0 @@
-#$Id$
-# Maintainer: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('91fd0eef5744b0cbb859a87b158ae95bdb2512b921ffab8e916710ac5e9ad092')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=(
-  'perl-json-xs: faster JSON to HASH conversion'
-  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
-  'perl-term-readline-gnu: for better STDIN support'
-  'youtube-dl: for playing videos with encrypted signatures'
-  'wget: for downloading videos with wget'
-  'vlc: for playing the videos with VLC'
-  'mpv: for playing the videos with MPV (recommended)'
-  'gtk2-perl: for the GTK GUI'
-  'perl-file-sharedir: for the GTK GUI'
-)
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-  cd $pkgname-$pkgver
-  ./Build test
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./Build install --destdir "$pkgdir"
-  rm -r "$pkgdir"/usr/lib
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 290324, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 18:39:01 UTC (rev 290325)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.3.3
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=('perl-json-xs: faster JSON to HASH conversion'
+'perl-text-charwidth: to print the results in a fixed-width format 
(-W)'
+'perl-term-readline-gnu: for better STDIN support'
+'youtube-dl: for playing videos with encrypted signatures'
+'wget: for downloading videos with wget'
+'vlc: for playing the videos with VLC'
+'mpv: for playing the videos with MPV (recommended)'
+'gtk2-perl: for the GTK GUI'
+'perl-file-sharedir: for the GTK GUI')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('f36d500f733079bf8cf0fc78550ea215afa485c1ceaeec2bfdaa62a32314a7c8')
+
+build() {
+cd "$pkgname-$pkgver"
+perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+cd "$pkgname-$pkgver"
+./Build test
+}
+
+package() {
+cd "$pkgname-$pkgver"
+./Build install --destdir "$pkgdir"
+rm -r "$pkgdir"/usr/lib
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 09:56:25
  Author: arojas
Revision: 256038

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 256037, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-06 09:55:51 UTC (rev 256037)
+++ PKGBUILD2017-09-06 09:56:25 UTC (rev 256038)
@@ -1,45 +0,0 @@
-#$Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.2.8
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('50e26c4f9548f0211cb0dd35ade192939ec12c5aab9d0d55692223390dbb9039')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=(
-  'perl-json-xs: faster JSON to HASH conversion'
-  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
-  'perl-term-readline-gnu: for better STDIN support'
-  'youtube-dl: for playing videos with encrypted signatures'
-  'wget: for downloading videos with wget'
-  'vlc: for playing the videos with VLC'
-  'mpv: for playing the videos with MPV (recommended)'
-  'gtk2-perl: for the GTK GUI'
-  'perl-file-sharedir: for the GTK GUI'
-)
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-  cd $pkgname-$pkgver
-  ./Build test
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./Build install --destdir "$pkgdir"
-  rm -r "$pkgdir"/usr/lib
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 256037, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-06 09:56:25 UTC (rev 256038)
@@ -0,0 +1,45 @@
+#$Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.2.9
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('63d4ab300030fe79ed48f441a83085fbc007833eab4717c66b911f45e798da8d')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=(
+  'perl-json-xs: faster JSON to HASH conversion'
+  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
+  'perl-term-readline-gnu: for better STDIN support'
+  'youtube-dl: for playing videos with encrypted signatures'
+  'wget: for downloading videos with wget'
+  'vlc: for playing the videos with VLC'
+  'mpv: for playing the videos with MPV (recommended)'
+  'gtk2-perl: for the GTK GUI'
+  'perl-file-sharedir: for the GTK GUI'
+)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+  cd $pkgname-$pkgver
+  ./Build test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./Build install --destdir "$pkgdir"
+  rm -r "$pkgdir"/usr/lib
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2017-04-20 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 06:52:58
  Author: arojas
Revision: 223893

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 223892, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-20 06:52:34 UTC (rev 223892)
+++ PKGBUILD2017-04-20 06:52:58 UTC (rev 223893)
@@ -1,45 +0,0 @@
-#$Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.2.6
-pkgrel=3
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('a4dbf547e29c7ee7ca7d5a3a7c844ef86d950fc113606a56482bdbb05247852a')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=(
-  'perl-json-xs: faster JSON to HASH conversion'
-  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
-  'perl-term-readline-gnu: for better STDIN support'
-  'youtube-dl: for playing videos with encrypted signatures'
-  'wget: for downloading videos with wget'
-  'vlc: for playing the videos with VLC'
-  'mpv: for playing the videos with MPV (recommended)'
-  'gtk2-perl: for the GTK GUI'
-  'perl-file-sharedir: for the GTK GUI'
-)
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-  cd $pkgname-$pkgver
-  ./Build test
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./Build install --destdir "$pkgdir"
-  rm -r "$pkgdir"/usr/lib
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 223892, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-20 06:52:58 UTC (rev 223893)
@@ -0,0 +1,45 @@
+#$Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.2.7
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('cea80063a472c0b08aa907d936018eba1d1243f148d8437bd98a636adee72eb9')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=(
+  'perl-json-xs: faster JSON to HASH conversion'
+  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
+  'perl-term-readline-gnu: for better STDIN support'
+  'youtube-dl: for playing videos with encrypted signatures'
+  'wget: for downloading videos with wget'
+  'vlc: for playing the videos with VLC'
+  'mpv: for playing the videos with MPV (recommended)'
+  'gtk2-perl: for the GTK GUI'
+  'perl-file-sharedir: for the GTK GUI'
+)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+  cd $pkgname-$pkgver
+  ./Build test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./Build install --destdir "$pkgdir"
+  rm -r "$pkgdir"/usr/lib
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2017-04-17 Thread Antonio Rojas
Date: Monday, April 17, 2017 @ 16:05:27
  Author: arojas
Revision: 223507

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 223506, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-17 16:04:50 UTC (rev 223506)
+++ PKGBUILD2017-04-17 16:05:27 UTC (rev 223507)
@@ -1,45 +0,0 @@
-#$Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.2.6
-pkgrel=2
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('a4dbf547e29c7ee7ca7d5a3a7c844ef86d950fc113606a56482bdbb05247852a')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=(
-  'perl-json-xs: faster JSON to HASH conversion'
-  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
-  'perl-term-readline-gnu: for better STDIN support'
-  'youtube-dl: for playing videos with encrypted signatures'
-  'wget: for downloading videos with wget'
-  'vlc: for playing the videos with VLC'
-  'mpv: for playing the videos with MPV (recommended)'
-  'gtk2-perl: for the GTK GUI'
-  'perl-file-sharedir: for the GTK GUI'
-)
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  perl Build.PL INSTALLDIRS=vendor --gtk
-}
-
-check(){
-  cd $pkgname-$pkgver
-  ./Build test
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./Build install --destdir "$pkgdir"
-  rm -r "$pkgdir"/usr/lib
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 223506, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-17 16:05:27 UTC (rev 223507)
@@ -0,0 +1,45 @@
+#$Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.2.6
+pkgrel=3
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('a4dbf547e29c7ee7ca7d5a3a7c844ef86d950fc113606a56482bdbb05247852a')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=(
+  'perl-json-xs: faster JSON to HASH conversion'
+  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
+  'perl-term-readline-gnu: for better STDIN support'
+  'youtube-dl: for playing videos with encrypted signatures'
+  'wget: for downloading videos with wget'
+  'vlc: for playing the videos with VLC'
+  'mpv: for playing the videos with MPV (recommended)'
+  'gtk2-perl: for the GTK GUI'
+  'perl-file-sharedir: for the GTK GUI'
+)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+  cd $pkgname-$pkgver
+  ./Build test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./Build install --destdir "$pkgdir"
+  rm -r "$pkgdir"/usr/lib
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2017-04-17 Thread Antonio Rojas
Date: Monday, April 17, 2017 @ 15:59:02
  Author: arojas
Revision: 223505

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 223504, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   91 ++---
 1 file changed, 45 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-17 15:57:40 UTC (rev 223504)
+++ PKGBUILD2017-04-17 15:59:02 UTC (rev 223505)
@@ -1,46 +0,0 @@
-#$Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.2.6
-pkgrel=2
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('a4dbf547e29c7ee7ca7d5a3a7c844ef86d950fc113606a56482bdbb05247852a')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=(
-  'perl-json-xs: faster JSON to HASH conversion'
-  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
-  'perl-term-readline-gnu: for better STDIN support'
-  'youtube-dl: for playing videos with encrypted signatures'
-  'wget: for downloading videos with wget'
-  'mplayer: for playing the videos with MPlayer'
-  'vlc: for playing the videos with VLC'
-  'mpv: for playing the videos with MPV (recommended)'
-  'gtk2-perl: for the GTK GUI'
-  'perl-file-sharedir: for the GTK GUI'
-)
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  perl Build.PL INSTALLDIRS=vendor --gtk
-}
-
-check(){
-  cd $pkgname-$pkgver
-  ./Build test
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./Build install --destdir "$pkgdir"
-  rm -r "$pkgdir"/usr/lib
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 223504, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-17 15:59:02 UTC (rev 223505)
@@ -0,0 +1,45 @@
+#$Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.2.6
+pkgrel=2
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('a4dbf547e29c7ee7ca7d5a3a7c844ef86d950fc113606a56482bdbb05247852a')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=(
+  'perl-json-xs: faster JSON to HASH conversion'
+  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
+  'perl-term-readline-gnu: for better STDIN support'
+  'youtube-dl: for playing videos with encrypted signatures'
+  'wget: for downloading videos with wget'
+  'vlc: for playing the videos with VLC'
+  'mpv: for playing the videos with MPV (recommended)'
+  'gtk2-perl: for the GTK GUI'
+  'perl-file-sharedir: for the GTK GUI'
+)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  perl Build.PL INSTALLDIRS=vendor --gtk
+}
+
+check(){
+  cd $pkgname-$pkgver
+  ./Build test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./Build install --destdir "$pkgdir"
+  rm -r "$pkgdir"/usr/lib
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2017-04-17 Thread Antonio Rojas
Date: Monday, April 17, 2017 @ 15:56:20
  Author: arojas
Revision: 223503

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 223502, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 +++--
 1 file changed, 46 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-17 15:55:53 UTC (rev 223502)
+++ PKGBUILD2017-04-17 15:56:20 UTC (rev 223503)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.2.6
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('a4dbf547e29c7ee7ca7d5a3a7c844ef86d950fc113606a56482bdbb05247852a')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-optdepends=(
-  'perl-json-xs: faster JSON to HASH conversion'
-  'perl-lwp-useragent-cached: cache support'
-  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
-  'perl-term-readline-gnu: for better STDIN support'
-  'youtube-dl: for playing videos with encrypted signatures'
-  'wget: for downloading videos with wget'
-  'mplayer: for playing the videos with MPlayer'
-  'vlc: for playing the videos with VLC'
-  'mpv: for playing the videos with MPV (recommended)'
-)
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check(){
-  make -C "$pkgname-$pkgver" test
-}
-
-package() {
-  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
-  rm -r "$pkgdir/usr/lib"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 223502, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-17 15:56:20 UTC (rev 223503)
@@ -0,0 +1,46 @@
+#$Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.2.6
+pkgrel=2
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('a4dbf547e29c7ee7ca7d5a3a7c844ef86d950fc113606a56482bdbb05247852a')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=(
+  'perl-json-xs: faster JSON to HASH conversion'
+  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
+  'perl-term-readline-gnu: for better STDIN support'
+  'youtube-dl: for playing videos with encrypted signatures'
+  'wget: for downloading videos with wget'
+  'mplayer: for playing the videos with MPlayer'
+  'vlc: for playing the videos with VLC'
+  'mpv: for playing the videos with MPV (recommended)'
+  'gtk2-perl: for the GTK GUI'
+  'perl-file-sharedir: for the GTK GUI'
+)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  perl Build.PL INSTALLDIRS=vendor --gtk
+}
+
+check(){
+  cd $pkgname-$pkgver
+  ./Build test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./Build install --destdir "$pkgdir"
+  rm -r "$pkgdir"/usr/lib
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2017-03-30 Thread Antonio Rojas
Date: Thursday, March 30, 2017 @ 15:25:23
  Author: arojas
Revision: 220103

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 220102, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-30 15:24:58 UTC (rev 220102)
+++ PKGBUILD2017-03-30 15:25:23 UTC (rev 220103)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.2.5
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('306199649972137e7181fac4efccb295b5c3aedc3f103975cca533db3be1f53b')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-optdepends=(
-  'perl-json-xs: faster JSON to HASH conversion'
-  'perl-lwp-useragent-cached: cache support'
-  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
-  'perl-term-readline-gnu: for better STDIN support'
-  'youtube-dl: for playing videos with encrypted signatures'
-  'wget: for downloading videos with wget'
-  'mplayer: for playing the videos with MPlayer'
-  'vlc: for playing the videos with VLC'
-  'mpv: for playing the videos with MPV (recommended)'
-)
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check(){
-  make -C "$pkgname-$pkgver" test
-}
-
-package() {
-  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
-  rm -r "$pkgdir/usr/lib"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 220102, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-30 15:25:23 UTC (rev 220103)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.2.6
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('a4dbf547e29c7ee7ca7d5a3a7c844ef86d950fc113606a56482bdbb05247852a')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+optdepends=(
+  'perl-json-xs: faster JSON to HASH conversion'
+  'perl-lwp-useragent-cached: cache support'
+  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
+  'perl-term-readline-gnu: for better STDIN support'
+  'youtube-dl: for playing videos with encrypted signatures'
+  'wget: for downloading videos with wget'
+  'mplayer: for playing the videos with MPlayer'
+  'vlc: for playing the videos with VLC'
+  'mpv: for playing the videos with MPV (recommended)'
+)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check(){
+  make -C "$pkgname-$pkgver" test
+}
+
+package() {
+  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+  rm -r "$pkgdir/usr/lib"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2017-02-22 Thread Antonio Rojas
Date: Wednesday, February 22, 2017 @ 22:43:00
  Author: arojas
Revision: 213555

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 213554, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-22 22:42:24 UTC (rev 213554)
+++ PKGBUILD2017-02-22 22:43:00 UTC (rev 213555)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.2.2
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('f70f4a634548a295b5479ce4cf616bcc7375af6dfe31c21a7c18e0903f366632')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-optdepends=(
-  'perl-json-xs: faster JSON to HASH conversion'
-  'perl-lwp-useragent-cached: cache support'
-  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
-  'perl-term-readline-gnu: for better STDIN support'
-  'youtube-dl: for playing videos with encrypted signatures'
-  'wget: for downloading videos with wget'
-  'mplayer: for playing the videos with MPlayer'
-  'vlc: for playing the videos with VLC'
-  'mpv: for playing the videos with MPV (recommended)'
-)
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check(){
-  make -C "$pkgname-$pkgver" test
-}
-
-package() {
-  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
-  rm -r "$pkgdir/usr/lib"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 213554, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-22 22:43:00 UTC (rev 213555)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.2.5
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('306199649972137e7181fac4efccb295b5c3aedc3f103975cca533db3be1f53b')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+optdepends=(
+  'perl-json-xs: faster JSON to HASH conversion'
+  'perl-lwp-useragent-cached: cache support'
+  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
+  'perl-term-readline-gnu: for better STDIN support'
+  'youtube-dl: for playing videos with encrypted signatures'
+  'wget: for downloading videos with wget'
+  'mplayer: for playing the videos with MPlayer'
+  'vlc: for playing the videos with VLC'
+  'mpv: for playing the videos with MPV (recommended)'
+)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check(){
+  make -C "$pkgname-$pkgver" test
+}
+
+package() {
+  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+  rm -r "$pkgdir/usr/lib"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 17:27:44
  Author: arodseth
Revision: 181528

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 181527, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   87 ++---
 1 file changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 17:27:36 UTC (rev 181527)
+++ PKGBUILD2016-06-28 17:27:44 UTC (rev 181528)
@@ -1,43 +0,0 @@
-#$Id$
-# Maintainer:
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
-arch=('any')
-url="https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('13fc160b30eb35407a531447b5c86dbc2a31e5c4d92c6e50e2cb823fa1119cd8')
-
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-optdepends=('vlc: for playing videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd $pkgname-$pkgver
-
-perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check(){
-cd $pkgname-$pkgver
-
-make test
-}
-
-package() {
-cd $pkgname-$pkgver
-
-make install DESTDIR=$pkgdir
-rm -r "$pkgdir/usr/lib/"
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 181527, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 17:27:44 UTC (rev 181528)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.2.2
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('f70f4a634548a295b5479ce4cf616bcc7375af6dfe31c21a7c18e0903f366632')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+optdepends=(
+  'perl-json-xs: faster JSON to HASH conversion'
+  'perl-lwp-useragent-cached: cache support'
+  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
+  'perl-term-readline-gnu: for better STDIN support'
+  'youtube-dl: for playing videos with encrypted signatures'
+  'wget: for downloading videos with wget'
+  'mplayer: for playing the videos with MPlayer'
+  'vlc: for playing the videos with VLC'
+  'mpv: for playing the videos with MPV (recommended)'
+)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check(){
+  make -C "$pkgname-$pkgver" test
+}
+
+package() {
+  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+  rm -r "$pkgdir/usr/lib"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2016-02-28 Thread Antonio Rojas
Date: Sunday, February 28, 2016 @ 21:37:51
  Author: arojas
Revision: 163682

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 163681, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-28 20:37:00 UTC (rev 163681)
+++ PKGBUILD2016-02-28 20:37:51 UTC (rev 163682)
@@ -1,43 +0,0 @@
-#$Id$
-# Maintainer:
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
-arch=('any')
-url="https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('f752141dce29dc5ca4cf7f82671a6b4d0348ddda37cb2c2a8fdbbb2972a9ee04')
-
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-optdepends=('vlc: for playing videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd $pkgname-$pkgver
-
-perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check(){
-cd $pkgname-$pkgver
-
-make test
-}
-
-package() {
-cd $pkgname-$pkgver
-
-make install DESTDIR=$pkgdir
-rm -r "$pkgdir/usr/lib/"
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 163681, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-28 20:37:51 UTC (rev 163682)
@@ -0,0 +1,43 @@
+#$Id$
+# Maintainer:
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
+arch=('any')
+url="https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('13fc160b30eb35407a531447b5c86dbc2a31e5c4d92c6e50e2cb823fa1119cd8')
+
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+optdepends=('vlc: for playing videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd $pkgname-$pkgver
+
+perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check(){
+cd $pkgname-$pkgver
+
+make test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+make install DESTDIR=$pkgdir
+rm -r "$pkgdir/usr/lib/"
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2016-02-03 Thread Antonio Rojas
Date: Wednesday, February 3, 2016 @ 17:05:53
  Author: arojas
Revision: 160087

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 160086, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   85 ++---
 1 file changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-03 16:05:32 UTC (rev 160086)
+++ PKGBUILD2016-02-03 16:05:53 UTC (rev 160087)
@@ -1,42 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.1.9
-pkgrel=1
-pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
-arch=('any')
-url="https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('7a4dec0a34fd632520986fbeebe4df14b5bc0aaee6b814e1eec6aa9b2b09f5ac')
-
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-optdepends=('vlc: for playing videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd "$srcdir/$pkgname-$pkgver/"
-
-perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check(){
-cd "$srcdir/$pkgname-$pkgver/"
-
-make test
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver/"
-
-make install DESTDIR=$pkgdir
-rm -r "$pkgdir/usr/lib/"
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 160086, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-03 16:05:53 UTC (rev 160087)
@@ -0,0 +1,43 @@
+#$Id$
+# Maintainer:
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
+arch=('any')
+url="https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('f752141dce29dc5ca4cf7f82671a6b4d0348ddda37cb2c2a8fdbbb2972a9ee04')
+
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+optdepends=('vlc: for playing videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd $pkgname-$pkgver
+
+perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check(){
+cd $pkgname-$pkgver
+
+make test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+make install DESTDIR=$pkgdir
+rm -r "$pkgdir/usr/lib/"
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:20:56
  Author: dwallace
Revision: 139632

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 139631, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 +
 1 file changed, 42 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 17:20:17 UTC (rev 139631)
+++ PKGBUILD2015-09-08 17:20:56 UTC (rev 139632)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.1.7
-pkgrel=1
-pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
-arch=('any')
-url="https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-sha256sums=('9e5d503e0e5f7f0b986c65f1d8e7d400771ecce89ea786203f61531baf5c9f51')
-
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-optdepends=('vlc: for playing videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd "$srcdir/$_pkgdir"*/
-
-perl Build.PL
-perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check(){
-cd "$srcdir/$_pkgdir"*/
-
-./Build test
-}
-
-package() {
-cd "$srcdir/$_pkgdir"*/
-
-make install DESTDIR=$pkgdir
-rm -r "$pkgdir/usr/lib/"
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 139631, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 17:20:56 UTC (rev 139632)
@@ -0,0 +1,42 @@
+#$Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.1.9
+pkgrel=1
+pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
+arch=('any')
+url="https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('7a4dec0a34fd632520986fbeebe4df14b5bc0aaee6b814e1eec6aa9b2b09f5ac')
+
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+optdepends=('vlc: for playing videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd "$srcdir/$pkgname-$pkgver/"
+
+perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check(){
+cd "$srcdir/$pkgname-$pkgver/"
+
+make test
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver/"
+
+make install DESTDIR=$pkgdir
+rm -r "$pkgdir/usr/lib/"
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:39:49
  Author: dwallace
Revision: 134091

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 134090, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 22:39:28 UTC (rev 134090)
+++ PKGBUILD2015-05-25 22:39:49 UTC (rev 134091)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
-# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.1.6
-pkgrel=1
-pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
-arch=('any')
-url=https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-sha256sums=('c0c61fe79ea93e4ff394e7656d0b2717314a2ea321a07b4233b62d1d5399582e')
-
-depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
-optdepends=('vlc: for playing videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd $srcdir/$_pkgdir*/
-
-perl Build.PL
-perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check(){
-cd $srcdir/$_pkgdir*/
-
-./Build test
-}
-
-package() {
-cd $srcdir/$_pkgdir*/
-
-make install DESTDIR=$pkgdir
-rm -r $pkgdir/usr/lib/
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 134090, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 22:39:49 UTC (rev 134091)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
+# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.1.7
+pkgrel=1
+pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
+arch=('any')
+url=https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
+sha256sums=('9e5d503e0e5f7f0b986c65f1d8e7d400771ecce89ea786203f61531baf5c9f51')
+
+depends=('perl=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+optdepends=('vlc: for playing videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd $srcdir/$_pkgdir*/
+
+perl Build.PL
+perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check(){
+cd $srcdir/$_pkgdir*/
+
+./Build test
+}
+
+package() {
+cd $srcdir/$_pkgdir*/
+
+make install DESTDIR=$pkgdir
+rm -r $pkgdir/usr/lib/
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2015-05-22 Thread Daniel Wallace
Date: Saturday, May 23, 2015 @ 04:27:54
  Author: dwallace
Revision: 133986

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 133985, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-23 02:27:30 UTC (rev 133985)
+++ PKGBUILD2015-05-23 02:27:54 UTC (rev 133986)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
-# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.1.1
-pkgrel=1
-pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
-arch=('any')
-url=https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-sha256sums=('4f0a0a5053ef50f095bf41cf044a8aecfc7ff64488ec8c8259861b622adf3906')
-
-depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
-optdepends=('vlc: for playing videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-perl Build.PL
-perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check(){
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build test
-}
-
-package() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-make install DESTDIR=$pkgdir
-rm -r $pkgdir/usr/lib/
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 133985, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-23 02:27:54 UTC (rev 133986)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
+# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.1.6
+pkgrel=1
+pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
+arch=('any')
+url=https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
+sha256sums=('c0c61fe79ea93e4ff394e7656d0b2717314a2ea321a07b4233b62d1d5399582e')
+
+depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
+optdepends=('vlc: for playing videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd $srcdir/$_pkgdir*/
+
+perl Build.PL
+perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check(){
+cd $srcdir/$_pkgdir*/
+
+./Build test
+}
+
+package() {
+cd $srcdir/$_pkgdir*/
+
+make install DESTDIR=$pkgdir
+rm -r $pkgdir/usr/lib/
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2014-06-12 Thread Daniel Wallace
Date: Thursday, June 12, 2014 @ 23:14:37
  Author: dwallace
Revision: 113078

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 113077, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   87 ++---
 1 file changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-12 21:14:05 UTC (rev 113077)
+++ PKGBUILD2014-06-12 21:14:37 UTC (rev 113078)
@@ -1,43 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
-# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.1.0
-pkgrel=1
-pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
-arch=('any')
-url=https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-sha256sums=('df10db72316228e0f68273879b5d59ea1a0a0bcdfc5a230874ee1bc71ea93f1e')
-
-depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
-optdepends=('vlc: for playing videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-perl Build.PL   # --gtk-youtube-viewer
-}
-
-check(){
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build test
-}
-
-package() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build install --install_path script=/usr/bin --destdir=$pkgdir
-rm -r $pkgdir/usr/lib/
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 113077, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 21:14:37 UTC (rev 113078)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
+# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.1.1
+pkgrel=1
+pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
+arch=('any')
+url=https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
+sha256sums=('4f0a0a5053ef50f095bf41cf044a8aecfc7ff64488ec8c8259861b622adf3906')
+
+depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
+optdepends=('vlc: for playing videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+perl Build.PL
+perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check(){
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build test
+}
+
+package() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+make install DESTDIR=$pkgdir
+rm -r $pkgdir/usr/lib/
+}



[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2014-05-04 Thread Daniel Wallace
Date: Sunday, May 4, 2014 @ 23:54:46
  Author: dwallace
Revision: 110666

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 110665, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   87 ++---
 1 file changed, 43 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-04 21:54:21 UTC (rev 110665)
+++ PKGBUILD2014-05-04 21:54:46 UTC (rev 110666)
@@ -1,44 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
-# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.0.9
-pkgrel=1
-pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
-arch=('any')
-url=https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-sha256sums=('024c55ecfbe11a36f4c77553641ddcb45005f595923b105bccb60f9ea223d0ef')
-
-depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
-optdepends=('vlc: for playing videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-perl Build.PL   # --gtk-youtube-viewer
-}
-
-check(){
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build test
-}
-
-package() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build install --install_path script=/usr/bin --destdir=$pkgdir
-rm -r $pkgdir/usr/lib/
-
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 110665, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-04 21:54:46 UTC (rev 110666)
@@ -0,0 +1,43 @@
+#$Id$
+# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
+# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.1.0
+pkgrel=1
+pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
+arch=('any')
+url=https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
+sha256sums=('df10db72316228e0f68273879b5d59ea1a0a0bcdfc5a230874ee1bc71ea93f1e')
+
+depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
+optdepends=('vlc: for playing videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+perl Build.PL   # --gtk-youtube-viewer
+}
+
+check(){
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build test
+}
+
+package() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build install --install_path script=/usr/bin --destdir=$pkgdir
+rm -r $pkgdir/usr/lib/
+}



[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2013-12-24 Thread Daniel Wallace
Date: Tuesday, December 24, 2013 @ 23:37:57
  Author: dwallace
Revision: 102943

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 102942, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-24 22:37:30 UTC (rev 102942)
+++ PKGBUILD2013-12-24 22:37:57 UTC (rev 102943)
@@ -1,44 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
-# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.0.8
-pkgrel=1
-pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
-arch=('any')
-url=https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-sha256sums=('b53e84da4b51b414f7eb5b2d93b43237d0a67d831ca753f21812f060dd8960d9')
-
-depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
-optdepends=('vlc: for playing videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-perl Build.PL   # --gtk-youtube-viewer
-}
-
-check(){
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build test
-}
-
-package() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build install --install_path script=/usr/bin --destdir=$pkgdir
-rm -r $pkgdir/usr/lib/
-
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 102942, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-24 22:37:57 UTC (rev 102943)
@@ -0,0 +1,44 @@
+$Id$
+# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
+# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.0.9
+pkgrel=1
+pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
+arch=('any')
+url=https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
+sha256sums=('024c55ecfbe11a36f4c77553641ddcb45005f595923b105bccb60f9ea223d0ef')
+
+depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
+optdepends=('vlc: for playing videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+perl Build.PL   # --gtk-youtube-viewer
+}
+
+check(){
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build test
+}
+
+package() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build install --install_path script=/usr/bin --destdir=$pkgdir
+rm -r $pkgdir/usr/lib/
+
+}



[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2013-09-08 Thread Daniel Wallace
Date: Monday, September 9, 2013 @ 03:59:35
  Author: dwallace
Revision: 96942

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 96941, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-09 01:59:07 UTC (rev 96941)
+++ PKGBUILD2013-09-09 01:59:35 UTC (rev 96942)
@@ -1,44 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
-# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.0.7_01
-pkgrel=1
-pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
-arch=('any')
-url=https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-sha256sums=('6ca09cd18ebe0e9df0e266244c34aa0861978cb71fafc564766f265dc2af73e4')
-
-depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
-optdepends=('vlc: for playinng videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-perl Build.PL   # --gtk-youtube-viewer
-}
-
-check(){
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build test
-}
-
-package() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build install --install_path script=/usr/bin --destdir=$pkgdir
-rm -r $pkgdir/usr/lib/
-
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 96941, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-09 01:59:35 UTC (rev 96942)
@@ -0,0 +1,44 @@
+$Id$
+# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
+# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.0.8
+pkgrel=1
+pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
+arch=('any')
+url=https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
+sha256sums=('b53e84da4b51b414f7eb5b2d93b43237d0a67d831ca753f21812f060dd8960d9')
+
+depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
+optdepends=('vlc: for playing videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+perl Build.PL   # --gtk-youtube-viewer
+}
+
+check(){
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build test
+}
+
+package() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build install --install_path script=/usr/bin --destdir=$pkgdir
+rm -r $pkgdir/usr/lib/
+
+}



[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2013-08-18 Thread Daniel Wallace
Date: Monday, August 19, 2013 @ 03:53:41
  Author: dwallace
Revision: 95946

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 95945, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-19 01:53:18 UTC (rev 95945)
+++ PKGBUILD2013-08-19 01:53:41 UTC (rev 95946)
@@ -1,44 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
-# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.0.7
-pkgrel=4
-pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
-arch=('any')
-url=https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-sha256sums=('2531df72fab612ff338774339b6ec956a6c542db2a8aba26b41b28be1fe89c79')
-
-depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
-optdepends=('vlc: for playinng videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-perl Build.PL   # --gtk-youtube-viewer
-}
-
-check(){
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build test
-}
-
-package() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build install --install_path script=/usr/bin --destdir=$pkgdir
-rm -r $pkgdir/usr/lib/
-
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 95945, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-19 01:53:41 UTC (rev 95946)
@@ -0,0 +1,44 @@
+$Id$
+# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
+# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.0.7_01
+pkgrel=1
+pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
+arch=('any')
+url=https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
+sha256sums=('6ca09cd18ebe0e9df0e266244c34aa0861978cb71fafc564766f265dc2af73e4')
+
+depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
+optdepends=('vlc: for playinng videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+perl Build.PL   # --gtk-youtube-viewer
+}
+
+check(){
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build test
+}
+
+package() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build install --install_path script=/usr/bin --destdir=$pkgdir
+rm -r $pkgdir/usr/lib/
+
+}



[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2013-06-02 Thread Daniel Wallace
Date: Monday, June 3, 2013 @ 00:22:19
  Author: dwallace
Revision: 92218

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 92217, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-02 22:21:50 UTC (rev 92217)
+++ PKGBUILD2013-06-02 22:22:19 UTC (rev 92218)
@@ -1,44 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
-# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.0.7
-pkgrel=2
-pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
-arch=('any')
-url=https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-sha256sums=('7d8e024fdd3fcc08c3f26620403ebc9f05fb77102dce6913b61ec7ba32ccd996')
-
-depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
-optdepends=('vlc: for playinng videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-perl Build.PL   # --gtk-youtube-viewer
-}
-
-check(){
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build test
-}
-
-package() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build install --install_path script=/usr/bin --destdir=$pkgdir
-rm -r $pkgdir/usr/lib/
-
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 92217, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-02 22:22:19 UTC (rev 92218)
@@ -0,0 +1,44 @@
+$Id$
+# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
+# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.0.7
+pkgrel=4
+pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
+arch=('any')
+url=https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
+sha256sums=('2531df72fab612ff338774339b6ec956a6c542db2a8aba26b41b28be1fe89c79')
+
+depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
+optdepends=('vlc: for playinng videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+perl Build.PL   # --gtk-youtube-viewer
+}
+
+check(){
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build test
+}
+
+package() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build install --install_path script=/usr/bin --destdir=$pkgdir
+rm -r $pkgdir/usr/lib/
+
+}



[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2013-05-03 Thread Daniel Wallace
Date: Friday, May 3, 2013 @ 16:50:09
  Author: dwallace
Revision: 89854

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 89853, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   87 ++---
 1 file changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-03 14:49:43 UTC (rev 89853)
+++ PKGBUILD2013-05-03 14:50:09 UTC (rev 89854)
@@ -1,43 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
-# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.0.7
-pkgrel=1
-pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
-arch=('any')
-url=https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-md5sums=('cb0cec192a4d835c4bbcceedfa2f7d63')
-
-depends=('perl=5.10.0' 'mplayer' 'perl-data-dump' 'perl-libwww' 
'perl-xml-fast')
-optdepends=('perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-perl Build.PL   # --gtk-youtube-viewer
-}
-
-check(){
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build test
-}
-
-package() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build install --install_path script=/usr/bin --destdir=$pkgdir
-rm -r $pkgdir/usr/lib/
-
-}
-md5sums=('5f317893557dc7eea71f81d2deabb3e7')

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 89853, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-03 14:50:09 UTC (rev 89854)
@@ -0,0 +1,44 @@
+$Id$
+# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
+# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.0.7
+pkgrel=2
+pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
+arch=('any')
+url=https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
+sha256sums=('7d8e024fdd3fcc08c3f26620403ebc9f05fb77102dce6913b61ec7ba32ccd996')
+
+depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
+optdepends=('vlc: for playinng videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+perl Build.PL   # --gtk-youtube-viewer
+}
+
+check(){
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build test
+}
+
+package() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build install --install_path script=/usr/bin --destdir=$pkgdir
+rm -r $pkgdir/usr/lib/
+
+}



[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2013-02-24 Thread Daniel Wallace
Date: Sunday, February 24, 2013 @ 09:38:42
  Author: dwallace
Revision: 84754

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 84753, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   85 ++---
 1 file changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-24 08:38:22 UTC (rev 84753)
+++ PKGBUILD2013-02-24 08:38:42 UTC (rev 84754)
@@ -1,42 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
-# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.0.6
-pkgrel=1
-pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
-arch=('any')
-url=https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-md5sums=('cb0cec192a4d835c4bbcceedfa2f7d63')
-
-depends=('perl=5.10.0' 'mplayer' 'perl-data-dump' 'perl-libwww' 
'perl-xml-fast')
-optdepends=('perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-perl Build.PL   # --gtk-youtube-viewer
-}
-
-check(){
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build test
-}
-
-package() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build install --install_path script=/usr/bin --destdir=$pkgdir
-rm -r $pkgdir/usr/lib/
-
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 84753, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-24 08:38:42 UTC (rev 84754)
@@ -0,0 +1,43 @@
+$Id$
+# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
+# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.0.7
+pkgrel=1
+pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
+arch=('any')
+url=https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
+md5sums=('cb0cec192a4d835c4bbcceedfa2f7d63')
+
+depends=('perl=5.10.0' 'mplayer' 'perl-data-dump' 'perl-libwww' 
'perl-xml-fast')
+optdepends=('perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+perl Build.PL   # --gtk-youtube-viewer
+}
+
+check(){
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build test
+}
+
+package() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build install --install_path script=/usr/bin --destdir=$pkgdir
+rm -r $pkgdir/usr/lib/
+
+}
+md5sums=('5f317893557dc7eea71f81d2deabb3e7')



[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2013-02-03 Thread Daniel Wallace
Date: Monday, February 4, 2013 @ 05:29:43
  Author: dwallace
Revision: 83623

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 83622, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-04 04:29:23 UTC (rev 83622)
+++ PKGBUILD2013-02-04 04:29:43 UTC (rev 83623)
@@ -1,42 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
-# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.0.4
-pkgrel=2
-pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
-arch=('any')
-url=https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=($pkgname.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-md5sums=('74133aa409a65a1396e69b17081d7dc5')
-
-depends=('perl=5.10.0' 'mplayer' 'perl-data-dump' 'perl-libwww' 
'perl-xml-fast')
-optdepends=('perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-perl Build.PL   # --gtk-youtube-viewer
-}
-
-check(){
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build test
-}
-
-package() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build install --install_path script=/usr/bin --destdir=$pkgdir
-rm -r $pkgdir/usr/lib/
-
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 83622, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-04 04:29:43 UTC (rev 83623)
@@ -0,0 +1,42 @@
+$Id$
+# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
+# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.0.6
+pkgrel=1
+pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
+arch=('any')
+url=https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
+md5sums=('cb0cec192a4d835c4bbcceedfa2f7d63')
+
+depends=('perl=5.10.0' 'mplayer' 'perl-data-dump' 'perl-libwww' 
'perl-xml-fast')
+optdepends=('perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+perl Build.PL   # --gtk-youtube-viewer
+}
+
+check(){
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build test
+}
+
+package() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build install --install_path script=/usr/bin --destdir=$pkgdir
+rm -r $pkgdir/usr/lib/
+
+}



[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

2013-02-02 Thread Daniel Wallace
Date: Sunday, February 3, 2013 @ 01:14:24
  Author: dwallace
Revision: 83557

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 83556, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   83 ++---
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-03 00:14:04 UTC (rev 83556)
+++ PKGBUILD2013-02-03 00:14:24 UTC (rev 83557)
@@ -1,41 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
-# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.0.4
-pkgrel=1
-pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
-arch=('any')
-url=https://github.com/trizen/youtube-viewer;
-license=('GPLv3')
-source=($pkgname.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-md5sums=('74133aa409a65a1396e69b17081d7dc5')
-
-depends=('perl=5.10.0' 'mplayer' 'perl-data-dump' 'perl-libwww' 
'perl-xml-fast')
-optdepends=('perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-perl Build.PL --destdir $pkgdir   # --gtk-youtube-viewer
-./Build
-}
-
-check(){
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build test
-}
-
-package() {
-cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
-
-./Build install --install_path script=/usr/bin
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 83556, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-03 00:14:24 UTC (rev 83557)
@@ -0,0 +1,42 @@
+$Id$
+# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
+# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.0.4
+pkgrel=2
+pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
+arch=('any')
+url=https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=($pkgname.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
+md5sums=('74133aa409a65a1396e69b17081d7dc5')
+
+depends=('perl=5.10.0' 'mplayer' 'perl-data-dump' 'perl-libwww' 
'perl-xml-fast')
+optdepends=('perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+perl Build.PL   # --gtk-youtube-viewer
+}
+
+check(){
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build test
+}
+
+package() {
+cd $srcdir/$_pkgdir*/WWW-YoutubeViewer
+
+./Build install --install_path script=/usr/bin --destdir=$pkgdir
+rm -r $pkgdir/usr/lib/
+
+}