[arch-commits] Commit in qtav/repos (8 files)

2016-03-02 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 16:40:50
  Author: fyan
Revision: 164130

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

Added:
  qtav/repos/community-i686/PKGBUILD
(from rev 164129, qtav/trunk/PKGBUILD)
  qtav/repos/community-i686/qtav.install
(from rev 164129, qtav/trunk/qtav.install)
  qtav/repos/community-x86_64/PKGBUILD
(from rev 164129, qtav/trunk/PKGBUILD)
  qtav/repos/community-x86_64/qtav.install
(from rev 164129, qtav/trunk/qtav.install)
Deleted:
  qtav/repos/community-i686/PKGBUILD
  qtav/repos/community-i686/qtav.install
  qtav/repos/community-x86_64/PKGBUILD
  qtav/repos/community-x86_64/qtav.install

---+
 /PKGBUILD |   82 
 /qtav.install |   26 
 community-i686/PKGBUILD   |   41 
 community-i686/qtav.install   |   13 --
 community-x86_64/PKGBUILD |   41 
 community-x86_64/qtav.install |   13 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-02 15:40:21 UTC (rev 164129)
+++ community-i686/PKGBUILD 2016-03-02 15:40:50 UTC (rev 164130)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=qtav
-pkgver=1.9.0
-pkgrel=2
-pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
-arch=('i686' 'x86_64')
-url="http://www.qtav.org/;
-license=('LGPL')
-depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
-makedepends=('git')
-install=$pkgname.install
-source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd QtAV
-  git submodule update --init
-}
-
-build() {
-  cd QtAV
-
-  qmake-qt5 "CONFIG+=no_rpath recheck"
-  make
-}
-
-package() {
-  cd QtAV
-
-  make INSTALL_ROOT="${pkgdir}" install
-
-  mkdir "$pkgdir/usr/bin"
-  ln -s ../lib/qt/bin/player "$pkgdir/usr/bin/qtav-player"
-  ln -s ../lib/qt/bin/QMLPlayer "$pkgdir/usr/bin/QMLPlayer"
-
-  install -D src/QtAV.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/QtAV.svg
-  mv "${pkgdir}"/usr/share/applications/{,qtav-}player.desktop
-  sed -i '8,9 s/player/qtav-player/' 
"${pkgdir}"/usr/share/applications/qtav-player.desktop
-}

Copied: qtav/repos/community-i686/PKGBUILD (from rev 164129, 
qtav/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-02 15:40:50 UTC (rev 164130)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=qtav
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
+arch=('i686' 'x86_64')
+url="http://www.qtav.org/;
+license=('LGPL')
+depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
+makedepends=('git')
+install=$pkgname.install
+source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd QtAV
+  git submodule update --init
+}
+
+build() {
+  cd QtAV
+
+  qmake-qt5 "CONFIG+=no_rpath recheck"
+  make
+}
+
+package() {
+  cd QtAV
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  mkdir "$pkgdir/usr/bin"
+  ln -s ../lib/qt/bin/player "$pkgdir/usr/bin/qtav-player"
+  ln -s ../lib/qt/bin/QMLPlayer "$pkgdir/usr/bin/QMLPlayer"
+
+  install -D src/QtAV.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/QtAV.svg
+  mv "${pkgdir}"/usr/share/applications/{,qtav-}player.desktop
+  sed -i '8,9 s/player/qtav-player/' 
"${pkgdir}"/usr/share/applications/qtav-player.desktop
+}

Deleted: community-i686/qtav.install
===
--- community-i686/qtav.install 2016-03-02 15:40:21 UTC (rev 164129)
+++ community-i686/qtav.install 2016-03-02 15:40:50 UTC (rev 164130)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtav/repos/community-i686/qtav.install (from rev 164129, 
qtav/trunk/qtav.install)
===
--- community-i686/qtav.install (rev 0)
+++ community-i686/qtav.install 2016-03-02 15:40:50 UTC (rev 164130)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-02 15:40:21 UTC (rev 164129)
+++ community-x86_64/PKGBUILD   2016-03-02 15:40:50 UTC (rev 164130)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 

[arch-commits] Commit in qtav/repos (8 files)

2015-12-22 Thread Felix Yan
Date: Wednesday, December 23, 2015 @ 03:40:04
  Author: fyan
Revision: 154314

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

Added:
  qtav/repos/community-i686/PKGBUILD
(from rev 154313, qtav/trunk/PKGBUILD)
  qtav/repos/community-i686/qtav.install
(from rev 154313, qtav/trunk/qtav.install)
  qtav/repos/community-x86_64/PKGBUILD
(from rev 154313, qtav/trunk/PKGBUILD)
  qtav/repos/community-x86_64/qtav.install
(from rev 154313, qtav/trunk/qtav.install)
Deleted:
  qtav/repos/community-i686/PKGBUILD
  qtav/repos/community-i686/qtav.install
  qtav/repos/community-x86_64/PKGBUILD
  qtav/repos/community-x86_64/qtav.install

---+
 /PKGBUILD |   82 
 /qtav.install |   26 
 community-i686/PKGBUILD   |   42 
 community-i686/qtav.install   |   13 --
 community-x86_64/PKGBUILD |   42 
 community-x86_64/qtav.install |   13 --
 6 files changed, 108 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-23 02:39:30 UTC (rev 154313)
+++ community-i686/PKGBUILD 2015-12-23 02:40:04 UTC (rev 154314)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=qtav
-pkgver=1.8.0.20151027
-_commit=e60c890e963e73ddd48015121b07c4dd8f56b219
-pkgrel=2
-pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
-arch=('i686' 'x86_64')
-url="http://www.qtav.org/;
-license=('LGPL')
-depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
-makedepends=('git')
-install=$pkgname.install
-source=("git+https://github.com/wang-bin/QtAV.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd QtAV
-  git submodule update --init
-}
-
-build() {
-  cd QtAV
-
-  qmake-qt5 "CONFIG+=no_rpath recheck"
-  make
-}
-
-package() {
-  cd QtAV
-
-  make INSTALL_ROOT="${pkgdir}" install
-
-  mkdir "$pkgdir/usr/bin"
-  ln -s ../lib/qt/bin/player "$pkgdir/usr/bin/qtav-player"
-  ln -s ../lib/qt/bin/QMLPlayer "$pkgdir/usr/bin/QMLPlayer"
-
-  install -D src/QtAV.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/QtAV.svg
-  mv "${pkgdir}"/usr/share/applications/{,qtav-}player.desktop
-  sed -i '8,9 s/player/qtav-player/' 
"${pkgdir}"/usr/share/applications/qtav-player.desktop
-}

Copied: qtav/repos/community-i686/PKGBUILD (from rev 154313, 
qtav/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-23 02:40:04 UTC (rev 154314)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=qtav
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
+arch=('i686' 'x86_64')
+url="http://www.qtav.org/;
+license=('LGPL')
+depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
+makedepends=('git')
+install=$pkgname.install
+source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd QtAV
+  git submodule update --init
+}
+
+build() {
+  cd QtAV
+
+  qmake-qt5 "CONFIG+=no_rpath recheck"
+  make
+}
+
+package() {
+  cd QtAV
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  mkdir "$pkgdir/usr/bin"
+  ln -s ../lib/qt/bin/player "$pkgdir/usr/bin/qtav-player"
+  ln -s ../lib/qt/bin/QMLPlayer "$pkgdir/usr/bin/QMLPlayer"
+
+  install -D src/QtAV.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/QtAV.svg
+  mv "${pkgdir}"/usr/share/applications/{,qtav-}player.desktop
+  sed -i '8,9 s/player/qtav-player/' 
"${pkgdir}"/usr/share/applications/qtav-player.desktop
+}

Deleted: community-i686/qtav.install
===
--- community-i686/qtav.install 2015-12-23 02:39:30 UTC (rev 154313)
+++ community-i686/qtav.install 2015-12-23 02:40:04 UTC (rev 154314)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtav/repos/community-i686/qtav.install (from rev 154313, 
qtav/trunk/qtav.install)
===
--- community-i686/qtav.install (rev 0)
+++ community-i686/qtav.install 2015-12-23 02:40:04 UTC (rev 154314)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-23 02:39:30 UTC (rev 154313)
+++ community-x86_64/PKGBUILD   2015-12-23 02:40:04 UTC (rev 154314)
@@ 

[arch-commits] Commit in qtav/repos (8 files)

2015-10-28 Thread Felix Yan
Date: Wednesday, October 28, 2015 @ 13:14:19
  Author: fyan
Revision: 145188

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

Added:
  qtav/repos/community-i686/PKGBUILD
(from rev 145187, qtav/trunk/PKGBUILD)
  qtav/repos/community-i686/qtav.install
(from rev 145187, qtav/trunk/qtav.install)
  qtav/repos/community-x86_64/PKGBUILD
(from rev 145187, qtav/trunk/PKGBUILD)
  qtav/repos/community-x86_64/qtav.install
(from rev 145187, qtav/trunk/qtav.install)
Deleted:
  qtav/repos/community-i686/PKGBUILD
  qtav/repos/community-i686/qtav.install
  qtav/repos/community-x86_64/PKGBUILD
  qtav/repos/community-x86_64/qtav.install

---+
 /PKGBUILD |   84 
 /qtav.install |   26 
 community-i686/PKGBUILD   |   41 ---
 community-i686/qtav.install   |   13 --
 community-x86_64/PKGBUILD |   41 ---
 community-x86_64/qtav.install |   13 --
 6 files changed, 110 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-28 12:13:49 UTC (rev 145187)
+++ community-i686/PKGBUILD 2015-10-28 12:14:19 UTC (rev 145188)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=qtav
-pkgver=1.8.0
-pkgrel=5
-pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
-arch=('i686' 'x86_64')
-url="http://www.qtav.org/;
-license=('LGPL')
-depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
-makedepends=('git')
-install=$pkgname.install
-source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd QtAV
-  git submodule update --init
-}
-
-build() {
-  cd QtAV
-
-  qmake-qt5 "CONFIG+=no_rpath recheck"
-  make
-}
-
-package() {
-  cd QtAV
-
-  make INSTALL_ROOT="${pkgdir}" install
-
-  mkdir "$pkgdir/usr/bin"
-  ln -s ../lib/qt/bin/player "$pkgdir/usr/bin/qtav-player"
-  ln -s ../lib/qt/bin/QMLPlayer "$pkgdir/usr/bin/QMLPlayer"
-
-  install -D src/QtAV.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/QtAV.svg
-  mv "${pkgdir}"/usr/share/applications/{,qtav-}player.desktop
-  sed -i '8,9 s/player/qtav-player/' 
"${pkgdir}"/usr/share/applications/qtav-player.desktop
-}

Copied: qtav/repos/community-i686/PKGBUILD (from rev 145187, 
qtav/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-28 12:14:19 UTC (rev 145188)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=qtav
+pkgver=1.8.0.20151027
+_commit=e60c890e963e73ddd48015121b07c4dd8f56b219
+pkgrel=1
+pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
+arch=('i686' 'x86_64')
+url="http://www.qtav.org/;
+license=('LGPL')
+depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
+makedepends=('git')
+install=$pkgname.install
+source=("git+https://github.com/wang-bin/QtAV.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd QtAV
+  git submodule update --init
+}
+
+build() {
+  cd QtAV
+
+  qmake-qt5 "CONFIG+=no_rpath recheck"
+  make
+}
+
+package() {
+  cd QtAV
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  mkdir "$pkgdir/usr/bin"
+  ln -s ../lib/qt/bin/player "$pkgdir/usr/bin/qtav-player"
+  ln -s ../lib/qt/bin/QMLPlayer "$pkgdir/usr/bin/QMLPlayer"
+
+  install -D src/QtAV.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/QtAV.svg
+  mv "${pkgdir}"/usr/share/applications/{,qtav-}player.desktop
+  sed -i '8,9 s/player/qtav-player/' 
"${pkgdir}"/usr/share/applications/qtav-player.desktop
+}

Deleted: community-i686/qtav.install
===
--- community-i686/qtav.install 2015-10-28 12:13:49 UTC (rev 145187)
+++ community-i686/qtav.install 2015-10-28 12:14:19 UTC (rev 145188)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtav/repos/community-i686/qtav.install (from rev 145187, 
qtav/trunk/qtav.install)
===
--- community-i686/qtav.install (rev 0)
+++ community-i686/qtav.install 2015-10-28 12:14:19 UTC (rev 145188)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-28 12:13:49 UTC (rev 145187)
+++ community-x86_64/PKGBUILD   2015-10-28 12:14:19 UTC (rev 145188)
@@ -1,41 

[arch-commits] Commit in qtav/repos (8 files)

2015-10-07 Thread Felix Yan
Date: Thursday, October 8, 2015 @ 02:55:03
  Author: fyan
Revision: 143324

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

Added:
  qtav/repos/community-i686/PKGBUILD
(from rev 143323, qtav/trunk/PKGBUILD)
  qtav/repos/community-i686/qtav.install
(from rev 143323, qtav/trunk/qtav.install)
  qtav/repos/community-x86_64/PKGBUILD
(from rev 143323, qtav/trunk/PKGBUILD)
  qtav/repos/community-x86_64/qtav.install
(from rev 143323, qtav/trunk/qtav.install)
Deleted:
  qtav/repos/community-i686/PKGBUILD
  qtav/repos/community-i686/qtav.install
  qtav/repos/community-x86_64/PKGBUILD
  qtav/repos/community-x86_64/qtav.install

---+
 /PKGBUILD |   82 
 /qtav.install |   26 
 community-i686/PKGBUILD   |   37 --
 community-i686/qtav.install   |   13 --
 community-x86_64/PKGBUILD |   37 --
 community-x86_64/qtav.install |   13 --
 6 files changed, 108 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-08 00:54:33 UTC (rev 143323)
+++ community-i686/PKGBUILD 2015-10-08 00:55:03 UTC (rev 143324)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=qtav
-pkgver=1.8.0
-pkgrel=4
-pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
-arch=('i686' 'x86_64')
-url="http://www.qtav.org/;
-license=('LGPL')
-depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
-makedepends=('git')
-install=$pkgname.install
-source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd QtAV
-  git submodule update --init
-}
-
-build() {
-  cd QtAV
-
-  qmake-qt5 "CONFIG+=no_rpath recheck"
-  make
-}
-
-package() {
-  cd QtAV
-
-  make INSTALL_ROOT="${pkgdir}" install
-
-  mkdir "$pkgdir/usr/bin"
-  ln -s ../lib/qt/bin/player "$pkgdir/usr/bin/qtav-player"
-  ln -s ../lib/qt/bin/QMLPlayer "$pkgdir/usr/bin/QMLPlayer"
-}

Copied: qtav/repos/community-i686/PKGBUILD (from rev 143323, 
qtav/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-08 00:55:03 UTC (rev 143324)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=qtav
+pkgver=1.8.0
+pkgrel=5
+pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
+arch=('i686' 'x86_64')
+url="http://www.qtav.org/;
+license=('LGPL')
+depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
+makedepends=('git')
+install=$pkgname.install
+source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd QtAV
+  git submodule update --init
+}
+
+build() {
+  cd QtAV
+
+  qmake-qt5 "CONFIG+=no_rpath recheck"
+  make
+}
+
+package() {
+  cd QtAV
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  mkdir "$pkgdir/usr/bin"
+  ln -s ../lib/qt/bin/player "$pkgdir/usr/bin/qtav-player"
+  ln -s ../lib/qt/bin/QMLPlayer "$pkgdir/usr/bin/QMLPlayer"
+
+  install -D src/QtAV.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/QtAV.svg
+  mv "${pkgdir}"/usr/share/applications/{,qtav-}player.desktop
+  sed -i '8,9 s/player/qtav-player/' 
"${pkgdir}"/usr/share/applications/qtav-player.desktop
+}

Deleted: community-i686/qtav.install
===
--- community-i686/qtav.install 2015-10-08 00:54:33 UTC (rev 143323)
+++ community-i686/qtav.install 2015-10-08 00:55:03 UTC (rev 143324)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtav/repos/community-i686/qtav.install (from rev 143323, 
qtav/trunk/qtav.install)
===
--- community-i686/qtav.install (rev 0)
+++ community-i686/qtav.install 2015-10-08 00:55:03 UTC (rev 143324)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-08 00:54:33 UTC (rev 143323)
+++ community-x86_64/PKGBUILD   2015-10-08 00:55:03 UTC (rev 143324)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=qtav
-pkgver=1.8.0
-pkgrel=4
-pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
-arch=('i686' 'x86_64')
-url="http://www.qtav.org/;
-license=('LGPL')
-depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 

[arch-commits] Commit in qtav/repos (8 files)

2015-10-05 Thread Felix Yan
Date: Tuesday, October 6, 2015 @ 04:03:05
  Author: fyan
Revision: 143027

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

Added:
  qtav/repos/community-i686/PKGBUILD
(from rev 143026, qtav/trunk/PKGBUILD)
  qtav/repos/community-i686/qtav.install
(from rev 143026, qtav/trunk/qtav.install)
  qtav/repos/community-x86_64/PKGBUILD
(from rev 143026, qtav/trunk/PKGBUILD)
  qtav/repos/community-x86_64/qtav.install
(from rev 143026, qtav/trunk/qtav.install)
Deleted:
  qtav/repos/community-i686/PKGBUILD
  qtav/repos/community-i686/qtav.install
  qtav/repos/community-x86_64/PKGBUILD
  qtav/repos/community-x86_64/qtav.install

---+
 /PKGBUILD |   74 
 /qtav.install |   26 ++
 community-i686/PKGBUILD   |   38 
 community-i686/qtav.install   |   13 ---
 community-x86_64/PKGBUILD |   38 
 community-x86_64/qtav.install |   13 ---
 6 files changed, 100 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-06 02:02:31 UTC (rev 143026)
+++ community-i686/PKGBUILD 2015-10-06 02:03:05 UTC (rev 143027)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=qtav
-pkgver=1.8.0
-pkgrel=3
-pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
-arch=('i686' 'x86_64')
-url="http://www.qtav.org/;
-license=('LGPL')
-depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
-makedepends=('git')
-install=$pkgname.install
-source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd QtAV
-  git submodule update --init
-}
-
-build() {
-  cd QtAV
-
-  qmake-qt5 "CONFIG+=no_rpath recheck"
-  make
-}
-
-package() {
-  cd QtAV
-
-  make INSTALL_ROOT="${pkgdir}" install
-
-  mkdir "$pkgdir/usr/bin"
-  for b in player QMLPlayer; do
-ln -s ../lib/qt/bin/$b "$pkgdir/usr/bin/$b"
-  done
-}

Copied: qtav/repos/community-i686/PKGBUILD (from rev 143026, 
qtav/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-06 02:03:05 UTC (rev 143027)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=qtav
+pkgver=1.8.0
+pkgrel=4
+pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
+arch=('i686' 'x86_64')
+url="http://www.qtav.org/;
+license=('LGPL')
+depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
+makedepends=('git')
+install=$pkgname.install
+source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd QtAV
+  git submodule update --init
+}
+
+build() {
+  cd QtAV
+
+  qmake-qt5 "CONFIG+=no_rpath recheck"
+  make
+}
+
+package() {
+  cd QtAV
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  mkdir "$pkgdir/usr/bin"
+  ln -s ../lib/qt/bin/player "$pkgdir/usr/bin/qtav-player"
+  ln -s ../lib/qt/bin/QMLPlayer "$pkgdir/usr/bin/QMLPlayer"
+}

Deleted: community-i686/qtav.install
===
--- community-i686/qtav.install 2015-10-06 02:02:31 UTC (rev 143026)
+++ community-i686/qtav.install 2015-10-06 02:03:05 UTC (rev 143027)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtav/repos/community-i686/qtav.install (from rev 143026, 
qtav/trunk/qtav.install)
===
--- community-i686/qtav.install (rev 0)
+++ community-i686/qtav.install 2015-10-06 02:03:05 UTC (rev 143027)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-06 02:02:31 UTC (rev 143026)
+++ community-x86_64/PKGBUILD   2015-10-06 02:03:05 UTC (rev 143027)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=qtav
-pkgver=1.8.0
-pkgrel=3
-pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
-arch=('i686' 'x86_64')
-url="http://www.qtav.org/;
-license=('LGPL')
-depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
-makedepends=('git')
-install=$pkgname.install
-source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd QtAV
-  git submodule update --init
-}
-
-build() {
-  cd QtAV
-
-  qmake-qt5 

[arch-commits] Commit in qtav/repos (8 files)

2015-10-02 Thread Felix Yan
Date: Saturday, October 3, 2015 @ 07:51:00
  Author: fyan
Revision: 142851

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

Added:
  qtav/repos/community-i686/PKGBUILD
(from rev 142850, qtav/trunk/PKGBUILD)
  qtav/repos/community-i686/qtav.install
(from rev 142850, qtav/trunk/qtav.install)
  qtav/repos/community-x86_64/PKGBUILD
(from rev 142850, qtav/trunk/PKGBUILD)
  qtav/repos/community-x86_64/qtav.install
(from rev 142850, qtav/trunk/qtav.install)
Deleted:
  qtav/repos/community-i686/PKGBUILD
  qtav/repos/community-i686/qtav.install
  qtav/repos/community-x86_64/PKGBUILD
  qtav/repos/community-x86_64/qtav.install

---+
 /PKGBUILD |   76 
 /qtav.install |   26 +
 community-i686/PKGBUILD   |   38 
 community-i686/qtav.install   |   13 --
 community-x86_64/PKGBUILD |   33 -
 community-x86_64/qtav.install |   13 --
 6 files changed, 102 insertions(+), 97 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-03 05:49:01 UTC (rev 142850)
+++ community-i686/PKGBUILD 2015-10-03 05:51:00 UTC (rev 142851)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=qtav
-pkgver=1.8.0
-pkgrel=3
-pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
-arch=('i686' 'x86_64')
-url="http://www.qtav.org/;
-license=('LGPL')
-depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
-makedepends=('git')
-install=$pkgname.install
-source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd QtAV
-  git submodule update --init
-}
-
-build() {
-  cd QtAV
-
-  qmake-qt5 "CONFIG+=no_rpath recheck"
-  make
-}
-
-package() {
-  cd QtAV
-
-  make INSTALL_ROOT="${pkgdir}" install
-
-  mkdir "$pkgdir/usr/bin"
-  for b in player QMLPlayer; do
-ln -s ../lib/qt/bin/$b "$pkgdir/usr/bin/$b"
-  done
-}

Copied: qtav/repos/community-i686/PKGBUILD (from rev 142850, 
qtav/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-03 05:51:00 UTC (rev 142851)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=qtav
+pkgver=1.8.0
+pkgrel=3
+pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
+arch=('i686' 'x86_64')
+url="http://www.qtav.org/;
+license=('LGPL')
+depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
+makedepends=('git')
+install=$pkgname.install
+source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd QtAV
+  git submodule update --init
+}
+
+build() {
+  cd QtAV
+
+  qmake-qt5 "CONFIG+=no_rpath recheck"
+  make
+}
+
+package() {
+  cd QtAV
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  mkdir "$pkgdir/usr/bin"
+  for b in player QMLPlayer; do
+ln -s ../lib/qt/bin/$b "$pkgdir/usr/bin/$b"
+  done
+}

Deleted: community-i686/qtav.install
===
--- community-i686/qtav.install 2015-10-03 05:49:01 UTC (rev 142850)
+++ community-i686/qtav.install 2015-10-03 05:51:00 UTC (rev 142851)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtav/repos/community-i686/qtav.install (from rev 142850, 
qtav/trunk/qtav.install)
===
--- community-i686/qtav.install (rev 0)
+++ community-i686/qtav.install 2015-10-03 05:51:00 UTC (rev 142851)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-03 05:49:01 UTC (rev 142850)
+++ community-x86_64/PKGBUILD   2015-10-03 05:51:00 UTC (rev 142851)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=qtav
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
-arch=('i686' 'x86_64')
-url="http://www.qtav.org/;
-license=('LGPL')
-depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
-makedepends=('git')
-install=$pkgname.install
-source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd QtAV
-  git submodule update --init
-}
-
-build() {
-  cd QtAV
-
-  qmake-qt5 "CONFIG+=no_rpath recheck"
-  make
-}
-

[arch-commits] Commit in qtav/repos (8 files)

2015-09-18 Thread Felix Yan
Date: Friday, September 18, 2015 @ 08:24:06
  Author: fyan
Revision: 140648

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

Added:
  qtav/repos/community-i686/PKGBUILD
(from rev 140647, qtav/trunk/PKGBUILD)
  qtav/repos/community-i686/qtav.install
(from rev 140647, qtav/trunk/qtav.install)
  qtav/repos/community-x86_64/PKGBUILD
(from rev 140647, qtav/trunk/PKGBUILD)
  qtav/repos/community-x86_64/qtav.install
(from rev 140647, qtav/trunk/qtav.install)
Deleted:
  qtav/repos/community-i686/PKGBUILD
  qtav/repos/community-i686/qtav.install
  qtav/repos/community-x86_64/PKGBUILD
  qtav/repos/community-x86_64/qtav.install

---+
 /PKGBUILD |   66 
 /qtav.install |   26 +++
 community-i686/PKGBUILD   |   33 
 community-i686/qtav.install   |   13 ---
 community-x86_64/PKGBUILD |   33 
 community-x86_64/qtav.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-18 06:23:20 UTC (rev 140647)
+++ community-i686/PKGBUILD 2015-09-18 06:24:06 UTC (rev 140648)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=qtav
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
-arch=('i686' 'x86_64')
-url="http://www.qtav.org/;
-license=('LGPL')
-depends=('qt5-base' 'ffmpeg' 'libxv' 'openal' 'portaudio' 'desktop-file-utils')
-makedepends=('git')
-install=$pkgname.install
-source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd QtAV
-  git submodule update --init
-}
-
-build() {
-  cd QtAV
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd QtAV
-
-  make INSTALL_ROOT="${pkgdir}" install 
-}

Copied: qtav/repos/community-i686/PKGBUILD (from rev 140647, 
qtav/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-18 06:24:06 UTC (rev 140648)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=qtav
+pkgver=1.8.0
+pkgrel=2
+pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
+arch=('i686' 'x86_64')
+url="http://www.qtav.org/;
+license=('LGPL')
+depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'portaudio' 
'desktop-file-utils')
+makedepends=('git')
+install=$pkgname.install
+source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd QtAV
+  git submodule update --init
+}
+
+build() {
+  cd QtAV
+
+  qmake-qt5 "CONFIG+=no_rpath recheck"
+  make
+}
+
+package() {
+  cd QtAV
+
+  make INSTALL_ROOT="${pkgdir}" install 
+}

Deleted: community-i686/qtav.install
===
--- community-i686/qtav.install 2015-09-18 06:23:20 UTC (rev 140647)
+++ community-i686/qtav.install 2015-09-18 06:24:06 UTC (rev 140648)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtav/repos/community-i686/qtav.install (from rev 140647, 
qtav/trunk/qtav.install)
===
--- community-i686/qtav.install (rev 0)
+++ community-i686/qtav.install 2015-09-18 06:24:06 UTC (rev 140648)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-18 06:23:20 UTC (rev 140647)
+++ community-x86_64/PKGBUILD   2015-09-18 06:24:06 UTC (rev 140648)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=qtav
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
-arch=('i686' 'x86_64')
-url="http://www.qtav.org/;
-license=('LGPL')
-depends=('qt5-base' 'ffmpeg' 'libxv' 'openal' 'portaudio' 'desktop-file-utils')
-makedepends=('git')
-install=$pkgname.install
-source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd QtAV
-  git submodule update --init
-}
-
-build() {
-  cd QtAV
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd QtAV
-
-  make INSTALL_ROOT="${pkgdir}" install 
-}

Copied: qtav/repos/community-x86_64/PKGBUILD (from rev 140647, 
qtav/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++