[arch-commits] Commit in mandvd/repos/community-x86_64 (4 files)

Eric Bélanger eric at nymeria.archlinux.org
Tue Apr 9 21:40:35 UTC 2013


    Date: Tuesday, April 9, 2013 @ 23:40:35
  Author: eric
Revision: 87997

archrelease: copy trunk to community-x86_64

Added:
  mandvd/repos/community-x86_64/PKGBUILD
    (from rev 87996, mandvd/trunk/PKGBUILD)
  mandvd/repos/community-x86_64/mandvd.changelog
    (from rev 87996, mandvd/trunk/mandvd.changelog)
Deleted:
  mandvd/repos/community-x86_64/PKGBUILD
  mandvd/repos/community-x86_64/mandvd.changelog

------------------+
 PKGBUILD         |   72 +++++++++++++++++++++++++++--------------------------
 mandvd.changelog |   20 +++++++-------
 2 files changed, 47 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-09 21:40:19 UTC (rev 87996)
+++ PKGBUILD	2013-04-09 21:40:35 UTC (rev 87997)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: JJDaNiMoTh <jjdanimoth.aur at gmail.com>
-# Contributor: Jesus Lazaro Plaza <jesuslazaro84 at gmail.com>
-
-pkgname=mandvd
-pkgver=2.6
-pkgrel=2
-pkgdesc="A program to simply create DVD Video"
-arch=('i686' 'x86_64')
-url="http://www.kde-apps.org/content/show.php/ManDVD?content=83906"
-license=('GPL')
-depends=('dvd+rw-tools>=5.21.4' 'dvd-slideshow>=0.7.5' 'mjpegtools>=1.8.0' 'mplayer' 'qt3' 'xine-ui>=0.99.4')
-changelog=$pkgname.changelog
-source=(http://ftp.sh.cvut.cz/MIRRORS/vector/veclinux-7.0/source/abs/xap/$pkgname/$pkgname-$pkgver-1.fc12.tar.gz)
-sha256sums=('967fd66da31f0619001b3aaea494ab41579ab7ffdc6a1b0a51a4a4add012eb9c')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  source /etc/profile.d/qt3.sh
-  ${QTDIR}/bin/qmake
-  sed -i "s|O2|O1|" ./Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -D -m755 $pkgname ${pkgdir}/usr/bin/$pkgname
-
-# Creating menu item
-  install -D -m644 mandvdico.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
-  install -D -m644 $pkgname.desktop ${pkgdir}/usr/share/applications/$pkgname.desktop
-}

Copied: mandvd/repos/community-x86_64/PKGBUILD (from rev 87996, mandvd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-04-09 21:40:35 UTC (rev 87997)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: JJDaNiMoTh <jjdanimoth.aur at gmail.com>
+# Contributor: Jesus Lazaro Plaza <jesuslazaro84 at gmail.com>
+
+pkgname=mandvd
+pkgver=2.6
+pkgrel=2
+pkgdesc="A program to simply create DVD Video"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php/ManDVD?content=83906"
+license=('GPL')
+depends=('dvd+rw-tools>=5.21.4' 'dvd-slideshow>=0.7.5' 'mjpegtools>=1.8.0' 'mplayer' 'qt3' 'xine-ui>=0.99.4')
+changelog=$pkgname.changelog
+source=(http://vectorlinux.osuosl.org/veclinux-7.0/source/abs/xap/$pkgname/$pkgname-$pkgver-1.fc12.tar.gz)
+sha256sums=('967fd66da31f0619001b3aaea494ab41579ab7ffdc6a1b0a51a4a4add012eb9c')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  qmake-qt3
+  sed -i "s|O2|O1|" ./Makefile
+  sed -i 's|-I$(QTDIR)/include|-I/usr/include/qt3|' Makefile
+  sed -i '55 i\#include <unistd.h>' main.cpp
+  sed -i '28 i\#include <unistd.h>' mandvd.cpp
+  make QTDIR=/usr MOC=/usr/bin/moc-qt3 UIC=/usr/bin/uic-qt3
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -D -m755 $pkgname ${pkgdir}/usr/bin/$pkgname
+
+# Creating menu item
+  install -D -m644 mandvdico.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
+  install -D -m644 $pkgname.desktop ${pkgdir}/usr/share/applications/$pkgname.desktop
+}

Deleted: mandvd.changelog
===================================================================
--- mandvd.changelog	2013-04-09 21:40:19 UTC (rev 87996)
+++ mandvd.changelog	2013-04-09 21:40:35 UTC (rev 87997)
@@ -1,10 +0,0 @@
-2012-02-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* mandvd 2.6-2
-	* package signed and FS#27067 fixed
-
-2010-08-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* mandvd 2.6-1
-	* new upstream release
-
-2009-04-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 2.5

Copied: mandvd/repos/community-x86_64/mandvd.changelog (from rev 87996, mandvd/trunk/mandvd.changelog)
===================================================================
--- mandvd.changelog	                        (rev 0)
+++ mandvd.changelog	2013-04-09 21:40:35 UTC (rev 87997)
@@ -0,0 +1,10 @@
+2012-02-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* mandvd 2.6-2
+	* package signed and FS#27067 fixed
+
+2010-08-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* mandvd 2.6-1
+	* new upstream release
+
+2009-04-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 2.5




More information about the arch-commits mailing list