watchvideo update

This commit is contained in:
Fabien Valthier 2011-07-31 14:27:12 +10:00
parent dcccd598b4
commit 097f8276c0
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2011-07-30 Fabien Valthier (hcooh) <hcoohb ah gmail dog com>
* 2.2.1-1 :
Upgraded.
modifying postinstall to suit new exec name
2010-01-03 Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
* 2.0.3-1 :

View File

@ -8,7 +8,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=watchvideo
_pkgname=WatchVideo
pkgver=2.2
pkgver=2.2.1
pkgrel=1
pkgdesc="Small application to play, download, convert to OGG or rip videos from Youtube-like sites."
arch=('i686' 'x86_64')
@ -21,7 +21,7 @@ optdepends=('ffmpeg: needed for all operations related with video conversion or
install=$pkgname.install
changelog=ChangeLog
source=("http://kde-apps.org/CONTENT/content-files/133133-$_pkgname-$pkgver.tar.gz")
md5sums=('8caf1f4b2bf0fca366c90f016d99ef5a')
md5sums=('f8bea1dab1534cb01f5c3f268536e0d3')
build() {
cd $srcdir/$_pkgname-$pkgver

View File

@ -1,7 +1,7 @@
post_install() {
echo "==> USE"
echo "==> Run graphical user inte4rface from console:"
echo " watchvideo_gui"
echo " qtwatchvideo"
echo "==> Run the command-line interface:"
echo " watchvideo_cli [-d] http://www.website.com/video01"
echo " watchvideo [-d] http://www.website.com/video01"
}