[arch-commits] Commit in xjadeo/repos (12 files)

speps speps at nymeria.archlinux.org
Sun Aug 4 22:37:03 UTC 2013


    Date: Monday, August 5, 2013 @ 00:37:03
  Author: speps
Revision: 95059

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

Added:
  xjadeo/repos/community-i686/PKGBUILD
    (from rev 95058, xjadeo/trunk/PKGBUILD)
  xjadeo/repos/community-i686/qjadeo.desktop
    (from rev 95058, xjadeo/trunk/qjadeo.desktop)
  xjadeo/repos/community-i686/xjadeo.install
    (from rev 95058, xjadeo/trunk/xjadeo.install)
  xjadeo/repos/community-x86_64/PKGBUILD
    (from rev 95058, xjadeo/trunk/PKGBUILD)
  xjadeo/repos/community-x86_64/qjadeo.desktop
    (from rev 95058, xjadeo/trunk/qjadeo.desktop)
  xjadeo/repos/community-x86_64/xjadeo.install
    (from rev 95058, xjadeo/trunk/xjadeo.install)
Deleted:
  xjadeo/repos/community-i686/PKGBUILD
  xjadeo/repos/community-i686/qjadeo.desktop
  xjadeo/repos/community-i686/xjadeo.install
  xjadeo/repos/community-x86_64/PKGBUILD
  xjadeo/repos/community-x86_64/qjadeo.desktop
  xjadeo/repos/community-x86_64/xjadeo.install

---------------------------------+
 /PKGBUILD                       |   84 ++++++++++++++++++++++++++++++++++++++
 /qjadeo.desktop                 |   16 +++++++
 /xjadeo.install                 |   22 +++++++++
 community-i686/PKGBUILD         |   42 -------------------
 community-i686/qjadeo.desktop   |    8 ---
 community-i686/xjadeo.install   |   11 ----
 community-x86_64/PKGBUILD       |   42 -------------------
 community-x86_64/qjadeo.desktop |    8 ---
 community-x86_64/xjadeo.install |   11 ----
 9 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-08-04 22:27:47 UTC (rev 95058)
+++ community-i686/PKGBUILD	2013-08-04 22:37:03 UTC (rev 95059)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-
-pkgname=xjadeo
-pkgver=0.7.4
-pkgrel=2
-pkgdesc="A simple video player that is synchronized to jack transport."
-arch=('i686' 'x86_64')
-url="http://xjadeo.sourceforge.net"
-license=('GPL')
-depends=('ffmpeg' 'imlib2' 'jack' 'liblo' 'libxpm' 'libxv' 'portmidi')
-makedepends=('qt4')
-optdepends=('qt4: for the GUI (qjadeo)')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
-	"qjadeo.desktop")
-install="$pkgname.install"
-md5sums=('6ca2ad15d61d12e2483589f64ace3983'
-         '315e2ab44ce3edf4068ff6db48942908')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-              --enable-qtgui \
-              --with-qt4prefix=/usr/lib/qt4
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-
-  # rc file
-  install -Dm644 doc/xjadeorc "$pkgdir/etc/xjadeorc"
-
-  # desktop file
-  install -Dm644 ../qjadeo.desktop \
-    "$pkgdir/usr/share/applications/qjadeo.desktop"
-
-  # icon
-  install -Dm644 doc/xjadeo.png \
-    "$pkgdir/usr/share/pixmaps/qjadeo.png"
-}

Copied: xjadeo/repos/community-i686/PKGBUILD (from rev 95058, xjadeo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-04 22:37:03 UTC (rev 95059)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+pkgname=xjadeo
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="A simple video player that is synchronized to jack transport."
+arch=('i686' 'x86_64')
+url="http://xjadeo.sourceforge.net"
+license=('GPL')
+depends=('ffmpeg' 'imlib2' 'jack' 'liblo' 'libxpm' 'libxv' 'portmidi')
+makedepends=('qt4')
+optdepends=('qt4: for the GUI (qjadeo)')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
+	"qjadeo.desktop")
+install="$pkgname.install"
+md5sums=('477e1140f1f3c4a89243bf7310aa9907'
+         '315e2ab44ce3edf4068ff6db48942908')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+              --enable-qtgui \
+              --with-qt4prefix=/usr/lib/qt4
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  # rc file
+  install -Dm644 doc/xjadeorc "$pkgdir/etc/xjadeorc"
+
+  # desktop file
+  install -Dm644 ../qjadeo.desktop \
+    "$pkgdir/usr/share/applications/qjadeo.desktop"
+
+  # icon
+  install -Dm644 doc/xjadeo.png \
+    "$pkgdir/usr/share/pixmaps/qjadeo.png"
+}

Deleted: community-i686/qjadeo.desktop
===================================================================
--- community-i686/qjadeo.desktop	2013-08-04 22:27:47 UTC (rev 95058)
+++ community-i686/qjadeo.desktop	2013-08-04 22:37:03 UTC (rev 95059)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Exec=qjadeo
-Type=Application
-Terminal=false
-Name=QJadeo
-Comment=QJadeo Jack Video Player
-Categories=AudioVideo;
-Icon=qjadeo
\ No newline at end of file

Copied: xjadeo/repos/community-i686/qjadeo.desktop (from rev 95058, xjadeo/trunk/qjadeo.desktop)
===================================================================
--- community-i686/qjadeo.desktop	                        (rev 0)
+++ community-i686/qjadeo.desktop	2013-08-04 22:37:03 UTC (rev 95059)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Exec=qjadeo
+Type=Application
+Terminal=false
+Name=QJadeo
+Comment=QJadeo Jack Video Player
+Categories=AudioVideo;
+Icon=qjadeo
\ No newline at end of file

Deleted: community-i686/xjadeo.install
===================================================================
--- community-i686/xjadeo.install	2013-08-04 22:27:47 UTC (rev 95058)
+++ community-i686/xjadeo.install	2013-08-04 22:37:03 UTC (rev 95059)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_install
-}
-
-post_remove() {
-  post_install 
-}

Copied: xjadeo/repos/community-i686/xjadeo.install (from rev 95058, xjadeo/trunk/xjadeo.install)
===================================================================
--- community-i686/xjadeo.install	                        (rev 0)
+++ community-i686/xjadeo.install	2013-08-04 22:37:03 UTC (rev 95059)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_install
+}
+
+post_remove() {
+  post_install 
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-08-04 22:27:47 UTC (rev 95058)
+++ community-x86_64/PKGBUILD	2013-08-04 22:37:03 UTC (rev 95059)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-
-pkgname=xjadeo
-pkgver=0.7.4
-pkgrel=2
-pkgdesc="A simple video player that is synchronized to jack transport."
-arch=('i686' 'x86_64')
-url="http://xjadeo.sourceforge.net"
-license=('GPL')
-depends=('ffmpeg' 'imlib2' 'jack' 'liblo' 'libxpm' 'libxv' 'portmidi')
-makedepends=('qt4')
-optdepends=('qt4: for the GUI (qjadeo)')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
-	"qjadeo.desktop")
-install="$pkgname.install"
-md5sums=('6ca2ad15d61d12e2483589f64ace3983'
-         '315e2ab44ce3edf4068ff6db48942908')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-              --enable-qtgui \
-              --with-qt4prefix=/usr/lib/qt4
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-
-  # rc file
-  install -Dm644 doc/xjadeorc "$pkgdir/etc/xjadeorc"
-
-  # desktop file
-  install -Dm644 ../qjadeo.desktop \
-    "$pkgdir/usr/share/applications/qjadeo.desktop"
-
-  # icon
-  install -Dm644 doc/xjadeo.png \
-    "$pkgdir/usr/share/pixmaps/qjadeo.png"
-}

Copied: xjadeo/repos/community-x86_64/PKGBUILD (from rev 95058, xjadeo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-04 22:37:03 UTC (rev 95059)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+pkgname=xjadeo
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="A simple video player that is synchronized to jack transport."
+arch=('i686' 'x86_64')
+url="http://xjadeo.sourceforge.net"
+license=('GPL')
+depends=('ffmpeg' 'imlib2' 'jack' 'liblo' 'libxpm' 'libxv' 'portmidi')
+makedepends=('qt4')
+optdepends=('qt4: for the GUI (qjadeo)')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
+	"qjadeo.desktop")
+install="$pkgname.install"
+md5sums=('477e1140f1f3c4a89243bf7310aa9907'
+         '315e2ab44ce3edf4068ff6db48942908')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+              --enable-qtgui \
+              --with-qt4prefix=/usr/lib/qt4
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  # rc file
+  install -Dm644 doc/xjadeorc "$pkgdir/etc/xjadeorc"
+
+  # desktop file
+  install -Dm644 ../qjadeo.desktop \
+    "$pkgdir/usr/share/applications/qjadeo.desktop"
+
+  # icon
+  install -Dm644 doc/xjadeo.png \
+    "$pkgdir/usr/share/pixmaps/qjadeo.png"
+}

Deleted: community-x86_64/qjadeo.desktop
===================================================================
--- community-x86_64/qjadeo.desktop	2013-08-04 22:27:47 UTC (rev 95058)
+++ community-x86_64/qjadeo.desktop	2013-08-04 22:37:03 UTC (rev 95059)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Exec=qjadeo
-Type=Application
-Terminal=false
-Name=QJadeo
-Comment=QJadeo Jack Video Player
-Categories=AudioVideo;
-Icon=qjadeo
\ No newline at end of file

Copied: xjadeo/repos/community-x86_64/qjadeo.desktop (from rev 95058, xjadeo/trunk/qjadeo.desktop)
===================================================================
--- community-x86_64/qjadeo.desktop	                        (rev 0)
+++ community-x86_64/qjadeo.desktop	2013-08-04 22:37:03 UTC (rev 95059)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Exec=qjadeo
+Type=Application
+Terminal=false
+Name=QJadeo
+Comment=QJadeo Jack Video Player
+Categories=AudioVideo;
+Icon=qjadeo
\ No newline at end of file

Deleted: community-x86_64/xjadeo.install
===================================================================
--- community-x86_64/xjadeo.install	2013-08-04 22:27:47 UTC (rev 95058)
+++ community-x86_64/xjadeo.install	2013-08-04 22:37:03 UTC (rev 95059)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_install
-}
-
-post_remove() {
-  post_install 
-}

Copied: xjadeo/repos/community-x86_64/xjadeo.install (from rev 95058, xjadeo/trunk/xjadeo.install)
===================================================================
--- community-x86_64/xjadeo.install	                        (rev 0)
+++ community-x86_64/xjadeo.install	2013-08-04 22:37:03 UTC (rev 95059)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_install
+}
+
+post_remove() {
+  post_install 
+}




More information about the arch-commits mailing list