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

Antonio Rojas arojas at archlinux.org
Sun Aug 7 19:25:11 UTC 2016


    Date: Sunday, August 7, 2016 @ 19:25:11
  Author: arojas
Revision: 273455

Hooks

Modified:
  mjpegtools/trunk/PKGBUILD
Deleted:
  mjpegtools/trunk/mjpegtools.install

--------------------+
 PKGBUILD           |    3 +--
 mjpegtools.install |   16 ----------------
 2 files changed, 1 insertion(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-07 18:55:36 UTC (rev 273454)
+++ PKGBUILD	2016-08-07 19:25:11 UTC (rev 273455)
@@ -4,7 +4,7 @@
 
 pkgname=mjpegtools
 pkgver=2.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Set of tools that can do recording of videos and playback, simple cut-and-paste editing and the MPEG compression of audio and video"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,7 +13,6 @@
 makedepends=('gtk2' 'v4l-utils')
 optdepends=('gtk2: glav GUI')
 options=('!makeflags')
-install=mjpegtools.install
 source=(http://downloads.sourceforge.net/sourceforge/mjpeg/${pkgname}-${pkgver}.tar.gz)
 md5sums=('57bf5dd78976ca9bac972a6511b236f3')
 

Deleted: mjpegtools.install
===================================================================
--- mjpegtools.install	2016-08-07 18:55:36 UTC (rev 273454)
+++ mjpegtools.install	2016-08-07 19:25:11 UTC (rev 273455)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=mjpeg-howto.info
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-}



More information about the arch-commits mailing list