pls update this great piece of software
# Maintainer: archtux <antonio dot arias99999 at gmail dot com>
pkgname=vooya
pkgver=1.3.2
pkgrel=1
pkgdesc="Raw YUV/RGB Video Player."
arch=('i686' 'x86_64')
url="http://www.offminor.de/"
license=('GPL')
depends=(
'qt4'
'libtiff4'
'openexr170-libs'
'ilmbase102-libs'
)
options=('!docs')
if [ "${CARCH}" = 'x86_64' ]; then
source=('vooya-1.3-amd64.deb')
md5sums=('5577b512a79e9649777aa02e4bd8beef')
elif [ "${CARCH}" = 'i686' ]; then
source=('vooya-1.3-i386.deb')
md5sums=('ea92da788bbec8f8d23dc2a606724874')
fi
package() {
# Extract .deb
bsdtar xf $pkgname*
bsdtar xf data.tar.gz -C $pkgdir
}
Search Criteria
Package Details: vooya 1.3.2-1
Package Actions
| Package Base: | vooya |
|---|---|
| Description: | Raw YUV/RGB Video Player. |
| Upstream URL: | http://www.offminor.de/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | archtux |
| Maintainer: | archtux |
| Last Packager: | archtux |
| Votes: | 3 |
| First Submitted: | 2012-02-11 14:15 |
| Last Updated: | 2014-12-13 13:16 |
Latest Comments
Comment by dront78
Comment by Florian
Minor edit for 0.8:
http://pastebin.com/qzBc5t6G
Comment by Florian
Updated to 0.8:
http://pastebin.com/xC9Z44kV
Comment by archdria
Updated to 0.7:
pkgname=vooya
pkgver=0.7
pkgrel=1
pkgdesc="Vooya is a player for raw (uncompressed and containerless) YUV and RGB video data, most commonly used in scientific environments."
arch=('i686' 'x86_64')
url="http://www.offminor.de/"
license=('GPL')
depends=('qt4')
options=('!docs')
if [ "${CARCH}" = 'x86_64' ]; then
source=(http://www.offminor.de/?file=files/vooya/vooya-${pkgver}-amd64.deb)
md5sums=('10293545042396b2485e388724ef4739')
elif [ "${CARCH}" = 'i686' ]; then
source=(http://www.offminor.de/?file=files/vooya/vooya-${pkgver}-i386.deb)
md5sums=('04682eac1fc83be964e23b6098cbef7f')
fi
package() {
# Extract .deb
bsdtar xf $pkgname*
bsdtar xf data.tar.gz -C $pkgdir
}
Comment by archdria
pkgname=vooya
pkgver=0.5.1
pkgrel=1
pkgdesc="Vooya is a player for raw (uncompressed and containerless) YUV and RGB video data, most commonly used in scientific environments."
arch=('i686' 'x86_64')
url="http://www.offminor.de/"
license=('GPL')
depends=('qt4')
options=('!docs')
if [ "${CARCH}" = 'x86_64' ]; then
source=(http://www.offminor.de/vooya_yuv_player.html?file=tl_files/vooya/vooya-0.5-amd64.deb)
md5sums=('6b1b43094d27a42255d0374b41978366')
elif [ "${CARCH}" = 'i686' ]; then
source=(http://www.offminor.de/vooya_yuv_player.html?file=tl_files/vooya/vooya-0.5-i686.deb)
md5sums=('933f14a7b1ba530a394ba4a741f93414')
fi
package() {
# Extract .deb
bsdtar xfv $pkgname*
bsdtar xfv data.tar.gz -C $pkgdir
}
Comment by archdria
The md5sums does not match for 64 bits:
md5sums=('91cc5d5a70115bef139df029ddaea5a2')