diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-01 18:26:09 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-01 18:26:22 (GMT) |
commit | e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37 (patch) | |
tree | bee3fe89f2988dd244e11791755e129aa8c03b14 /abs/extra/community/video4fuze | |
parent | 8132c218cfc1f1acb1c6d12154e0d4ca075e77f2 (diff) | |
download | linhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.zip linhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.tar.gz linhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.tar.bz2 |
Mass move of uncompiled packages to abs_not_built.
The will sit here for a bit, and then will be removed completely if no one claims them.
Diffstat (limited to 'abs/extra/community/video4fuze')
-rw-r--r-- | abs/extra/community/video4fuze/PKGBUILD | 38 | ||||
-rw-r--r-- | abs/extra/community/video4fuze/video4fuze.install | 9 |
2 files changed, 0 insertions, 47 deletions
diff --git a/abs/extra/community/video4fuze/PKGBUILD b/abs/extra/community/video4fuze/PKGBUILD deleted file mode 100644 index 35c1e85..0000000 --- a/abs/extra/community/video4fuze/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# Contributor: Michael Hanson <hansonorders@verizon.net> -# Maintainer: Michael Hanson <hansonorders@verizon.net> -pkgname=video4fuze -pkgver=0.6 -pkgrel=1 -pkgdesc="A tool to make videos compatable with the San Disk Sana Fuze media player" -arch=('i686' 'x86_64') -url="http://code.google.com/p/video4fuze" -license=('GPL3' 'CC-BY-SA-3.0') -depends=('fuzemux' 'python2>=2.5' 'qt>=4.5' 'pyqt>=4.5' 'python-imaging' 'mplayer' 'ffmpeg-svn') -optdepends=('xterm') -source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}%2B.tar.gz") -provides=('video4fuze') -replaces=('video4fuze-svn') -install=video4fuze.install - -build() { - cd ${srcdir}/${pkgname}-${pkgver}+ - - for file in GUI/*.py *.py *.pyw ; do - sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' ${file} - done - - sed -i 's/^python/python2/g' dist/* - - lrelease video4fuze_e4x.pro - - python2 setup.py install --root="$pkgdir" || return 1 -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver}+ - install -D -m644 README.txt ${pkgdir}/usr/share/doc/video4fuze/README || return 1 - chmod 755 ${pkgdir}/usr/share/video4fuze/*.py || return 1 - chmod 755 ${pkgdir}/usr/share/video4fuze/*.pyw || return 1 - chmod 755 ${pkgdir}/usr/share/video4fuze/GUI/*.py || return 1 -} -md5sums=('f19250f2e166e10e5b115e8bffdfee35') diff --git a/abs/extra/community/video4fuze/video4fuze.install b/abs/extra/community/video4fuze/video4fuze.install deleted file mode 100644 index d6e391f..0000000 --- a/abs/extra/community/video4fuze/video4fuze.install +++ /dev/null @@ -1,9 +0,0 @@ -post_install() { - ln -s /usr/share/video4fuze/video4fuze.pyw /usr/bin/video4fuze - ln -s /usr/share/video4fuze/fuze.py /usr/bin/fuze.py -} - -pre_remove() { - rm -f /usr/bin/video4fuze - rm -f /usr/bin/fuze.py -} |