[arch-commits] Commit in (dvd-slideshow)

2015-06-28 Thread Jaroslav Lichtblau
Date: Sunday, June 28, 2015 @ 14:51:23
  Author: jlichtblau
Revision: 136039

dvd-slideshow removed from [community] due to FS#45154

Deleted:
  dvd-slideshow/


[arch-commits] Commit in dvd-slideshow/trunk (PKGBUILD)

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 13:58:09
  Author: fyan
Revision: 115168

upgpkg: dvd-slideshow 0.8.4-3

mtree rebuild

Modified:
  dvd-slideshow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 10:53:16 UTC (rev 115167)
+++ PKGBUILD2014-07-06 11:58:09 UTC (rev 115168)
@@ -7,7 +7,7 @@
 
 pkgname=dvd-slideshow
 pkgver=0.8.4
-pkgrel=2
+pkgrel=3
 pkgdesc=Scripts for creating slideshow DVDs with menus, audio, and fancy 
effects.
 arch=('any')
 url=http://dvd-slideshow.sourceforge.net;



[arch-commits] Commit in dvd-slideshow/repos/community-any (4 files)

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 13:58:27
  Author: fyan
Revision: 115169

archrelease: copy trunk to community-any

Added:
  dvd-slideshow/repos/community-any/PKGBUILD
(from rev 115168, dvd-slideshow/trunk/PKGBUILD)
  dvd-slideshow/repos/community-any/dvd-slideshow.install
(from rev 115168, dvd-slideshow/trunk/dvd-slideshow.install)
Deleted:
  dvd-slideshow/repos/community-any/PKGBUILD
  dvd-slideshow/repos/community-any/dvd-slideshow.install

---+
 PKGBUILD  |   60 
 dvd-slideshow.install |8 +++---
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 11:58:09 UTC (rev 115168)
+++ PKGBUILD2014-07-06 11:58:27 UTC (rev 115169)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Tim Yang t...@gmx.com
-# Contributor: JJDaNiMoTh jjdanimoth@gmail.com
-# Contributor: Travis Nickles ryooh...@yahoo.com
-# Contributor: Haw-Bin Chai hbc...@gmail.com
-
-pkgname=dvd-slideshow
-pkgver=0.8.4
-pkgrel=2
-pkgdesc=Scripts for creating slideshow DVDs with menus, audio, and fancy 
effects.
-arch=('any')
-url=http://dvd-slideshow.sourceforge.net;
-license=('GPL')
-depends=('bc' 'cdrkit' 'dvdauthor' 'jhead' 'netpbm' 'sox' 'toolame' 
'transcode' 'vorbis-tools')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-1.tar.gz)
-sha256sums=('484f71614ab45205f6133829c431b9a631cb0251de9b97993a9361648d0607e7')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-1
-
-  for _file in `ls man | sed 's/\.1//'`; do
-install -Dm755 $_file ${pkgdir}/usr/bin/$_file
-install -Dm644 man/$_file.1 ${pkgdir}/usr/share/man/man1/$_file.1
-install -Dm644 doc/$_file.html 
${pkgdir}/usr/share/doc/$pkgname/$_file.html
-  done
-
-  install -Dm644 ${pkgname}rc ${pkgdir}/usr/share/$pkgname/${pkgname}rc
-}

Copied: dvd-slideshow/repos/community-any/PKGBUILD (from rev 115168, 
dvd-slideshow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 11:58:27 UTC (rev 115169)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Tim Yang t...@gmx.com
+# Contributor: JJDaNiMoTh jjdanimoth@gmail.com
+# Contributor: Travis Nickles ryooh...@yahoo.com
+# Contributor: Haw-Bin Chai hbc...@gmail.com
+
+pkgname=dvd-slideshow
+pkgver=0.8.4
+pkgrel=3
+pkgdesc=Scripts for creating slideshow DVDs with menus, audio, and fancy 
effects.
+arch=('any')
+url=http://dvd-slideshow.sourceforge.net;
+license=('GPL')
+depends=('bc' 'cdrkit' 'dvdauthor' 'jhead' 'netpbm' 'sox' 'toolame' 
'transcode' 'vorbis-tools')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-1.tar.gz)
+sha256sums=('484f71614ab45205f6133829c431b9a631cb0251de9b97993a9361648d0607e7')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-1
+
+  for _file in `ls man | sed 's/\.1//'`; do
+install -Dm755 $_file ${pkgdir}/usr/bin/$_file
+install -Dm644 man/$_file.1 ${pkgdir}/usr/share/man/man1/$_file.1
+install -Dm644 doc/$_file.html 
${pkgdir}/usr/share/doc/$pkgname/$_file.html
+  done
+
+  install -Dm644 ${pkgname}rc ${pkgdir}/usr/share/$pkgname/${pkgname}rc
+}

Deleted: dvd-slideshow.install
===
--- dvd-slideshow.install   2014-07-06 11:58:09 UTC (rev 115168)
+++ dvd-slideshow.install   2014-07-06 11:58:27 UTC (rev 115169)
@@ -1,4 +0,0 @@
-post_install() {
-  echo == A sample configuration file is included:
-  echo == cp /usr/share/dvd-slideshow/dvd-slideshowrc ~/.dvd-slideshowrc
-}

Copied: dvd-slideshow/repos/community-any/dvd-slideshow.install (from rev 
115168, dvd-slideshow/trunk/dvd-slideshow.install)
===
--- dvd-slideshow.install   (rev 0)
+++ dvd-slideshow.install   2014-07-06 11:58:27 UTC (rev 115169)
@@ -0,0 +1,4 @@
+post_install() {
+  echo == A sample configuration file is included:
+  echo == cp /usr/share/dvd-slideshow/dvd-slideshowrc ~/.dvd-slideshowrc
+}