summaryrefslogtreecommitdiff
path: root/pcr/h264enc
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/h264enc
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/h264enc')
-rw-r--r--pcr/h264enc/PKGBUILD35
-rw-r--r--pcr/h264enc/h264enc.install9
2 files changed, 0 insertions, 44 deletions
diff --git a/pcr/h264enc/PKGBUILD b/pcr/h264enc/PKGBUILD
deleted file mode 100644
index 9f47c3640..000000000
--- a/pcr/h264enc/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributor: AlexanderR <rvacheva at nxt dot ru>
-# Contributor: Markus Heuser <markus.heuser@web.de>
-# Contributor: Stefan Clarke <fm0nk3y@yahoo.co.uk>
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
-
-pkgname=h264enc
-pkgver=9.4.8
-pkgrel=1
-pkgdesc="Advanced shell script for encoding DVDs or video files to the H.264 format using the encoding utility MEncoder from MPlayer."
-arch=('any')
-url='http://h264enc.sourceforge.net/'
-license=('GPL')
-depends=('x264' 'lsdvd' 'lame' 'bc' 'mencoder')
-optdepends=('mkvtoolnix' 'gpac' 'ogmtools' 'mplayer' 'pv' 'neroaacenc' 'aacplusenc' 'tsmuxer' 'vorbis-tools' 'dcaenc')
-options=(!strip)
-install="${pkgname}.install"
-source=("http://sf.net/projects/h264enc/files/$pkgname/$pkgname-$pkgver.tar.gz")
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- sed -i -e "s|/usr/local|$pkgdir/usr|g" \
- -e 's|usr/local/|usr/|g' \
- -e 's|/man/man1|/share/man/man1|g' install
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./install
- rm ${pkgdir}/usr/share/doc/h264enc/{uninstall,LICENSE}
-}
-
-sha1sums=('3d8b713c831a152994ce124a3fd4aebafcd4fd6d')
-sha1sums=('3d8b713c831a152994ce124a3fd4aebafcd4fd6d')
diff --git a/pcr/h264enc/h264enc.install b/pcr/h264enc/h264enc.install
deleted file mode 100644
index 3c17e8130..000000000
--- a/pcr/h264enc/h264enc.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- echo "Hint: run 'h264enc -r' after installation of optional packages."
-}
-
-post_upgrade() {
- if [[ "$2" < "9.4.3" ]]; then
- echo "~/.h264enc/config syntax changed since version 9.4.2. Update it by hands.";
- fi
-}