mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 09:27:15 +08:00
watchvideo update
This commit is contained in:
parent
dcccd598b4
commit
097f8276c0
@ -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 :
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user