[arch-commits] Commit in dvdrip/repos (3 files)
Giovanni Scafora
giovanni at archlinux.org
Mon Feb 23 21:36:33 UTC 2009
Date: Monday, February 23, 2009 @ 16:36:33
Author: giovanni
Revision: 27606
Merged revisions 15676,27605 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/dvdrip/trunk
........
r15676 | aaron | 2008-10-16 20:47:30 -0700 (gio, 16 ott 2008) | 1 line
Remove install message in favor of optdepends
........
r27605 | giovanni | 2009-02-23 13:34:55 -0800 (lun, 23 feb 2009) | 2 lines
upgpkg: dvdrip 0.98.10-1
New version 0.98.10
........
Modified:
dvdrip/repos/extra-x86_64/ (properties)
dvdrip/repos/extra-x86_64/PKGBUILD
dvdrip/repos/extra-x86_64/dvdrip.install
----------------+
PKGBUILD | 6 ++++--
dvdrip.install | 8 --------
2 files changed, 4 insertions(+), 10 deletions(-)
Property changes on: dvdrip/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /dvdrip/trunk:1-15657
+ /dvdrip/trunk:1-27605
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-02-23 21:34:55 UTC (rev 27605)
+++ extra-x86_64/PKGBUILD 2009-02-23 21:36:33 UTC (rev 27606)
@@ -3,7 +3,7 @@
# Contributor: Fredrik Hammar <Horney_C86 at Hotmail.com>
pkgname=dvdrip
-pkgver=0.98.9
+pkgver=0.98.10
pkgrel=1
pkgdesc="A Gtk frontend for transcode writen in Perl"
arch=('i686' 'x86_64')
@@ -12,10 +12,11 @@
install=${pkgname}.install
depends=('perl-gtk2-ex-formfactory' 'transcode' 'imagemagick'
'perl-libintl-perl' 'desktop-file-utils' 'perl-event-execflow')
+optdepends=('ogmtools: for ogm/odd video creation')
source=(http://www.exit1.org/dvdrip/dist/${pkgname}-${pkgver}.tar.gz \
${pkgname}.desktop)
options=(!emptydirs)
-md5sums=('580b84f717f9b8ef962771474d966172' '9c5b347c2e0ae847d0e7abb3cf54bad3')
+md5sums=('368ce6bc8d6c641d41e126d447ca76b2' '9c5b347c2e0ae847d0e7abb3cf54bad3')
build() {
export MAKEFLAGS="-j1"
@@ -34,3 +35,4 @@
install -Dm 644 COPYRIGHT \
${startdir}/pkg/usr/share/licenses/${pkgname}/license.txt
}
+
Modified: extra-x86_64/dvdrip.install
===================================================================
--- extra-x86_64/dvdrip.install 2009-02-23 21:34:55 UTC (rev 27605)
+++ extra-x86_64/dvdrip.install 2009-02-23 21:36:33 UTC (rev 27606)
@@ -1,14 +1,6 @@
# this is the scrollkeeper handling sample file
post_install() {
- cat << EOF
-
-NOTE on dvdrip
-----
- ==> in order to create ogm/odd video files, you will need ogmtools
- ==> pacman -S ogmtools
-
-EOF
echo "update desktop mime database..."
update-desktop-database -q
}
More information about the arch-commits
mailing list