[arch-commits] Commit in dvdrip/trunk (PKGBUILD dvdrip.install)

Aaron Griffin aaron at archlinux.org
Fri Oct 17 03:47:30 UTC 2008


    Date: Thursday, October 16, 2008 @ 23:47:30
  Author: aaron
Revision: 15676

Remove install message in favor of optdepends

Modified:
  dvdrip/trunk/PKGBUILD
  dvdrip/trunk/dvdrip.install

----------------+
 PKGBUILD       |    1 +
 dvdrip.install |    8 --------
 2 files changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-17 03:27:49 UTC (rev 15675)
+++ PKGBUILD	2008-10-17 03:47:30 UTC (rev 15676)
@@ -12,6 +12,7 @@
 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)

Modified: dvdrip.install
===================================================================
--- dvdrip.install	2008-10-17 03:27:49 UTC (rev 15675)
+++ dvdrip.install	2008-10-17 03:47:30 UTC (rev 15676)
@@ -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