summaryrefslogtreecommitdiffstats
path: root/abs/extra
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-12 00:07:27 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-12 00:07:27 (GMT)
commitb57ed162489566120639f6f53fc854cc472c6ca6 (patch)
treef3d5833dd29f02067ee00b5e72d854a50c607c23 /abs/extra
parent74fc0c6f2d5998e99a18036f64ca9e17fa60d63f (diff)
downloadlinhes_pkgbuild-b57ed162489566120639f6f53fc854cc472c6ca6.zip
linhes_pkgbuild-b57ed162489566120639f6f53fc854cc472c6ca6.tar.gz
linhes_pkgbuild-b57ed162489566120639f6f53fc854cc472c6ca6.tar.bz2
More file cleanups
Diffstat (limited to 'abs/extra')
-rw-r--r--abs/extra/gpac/ChangeLog9
-rwxr-xr-xabs/extra/gpac/PKGBUILD27
-rwxr-xr-xabs/extra/gpac/gpac-0.4.2-ffmpeg-errno.patch20
-rw-r--r--abs/extra/mythnuv2mkv/PKGBUILD16
-rw-r--r--abs/extra/mythnuv2mkv/mythnuv2mkv.patch36
5 files changed, 0 insertions, 108 deletions
diff --git a/abs/extra/gpac/ChangeLog b/abs/extra/gpac/ChangeLog
deleted file mode 100644
index 5e63198..0000000
--- a/abs/extra/gpac/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-2009-04-19 Allan McRae <allan@archlinux.org>
- * gpac-0.4.5-2
- * Rebuild against libavcodec.so.52 (FS#14291)
-
-2008-12-14 Allan McRae <allan@archlinux.org>
- * gpac-0.4.5-1
- * upstream update
- * FHS man page
-
diff --git a/abs/extra/gpac/PKGBUILD b/abs/extra/gpac/PKGBUILD
deleted file mode 100755
index 04ce3cc..0000000
--- a/abs/extra/gpac/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD,v 1.4 2009/04/19 08:06:33 allan Exp $
-# Maintainer: Allan McRae <allan@archlinux.org>
-# Contributor: niQo
-
-pkgname=gpac
-pkgver=0.4.5
-pkgrel=4
-pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
-arch=('i686' 'x86_64')
-url="http://gpac.sourceforge.net"
-depends=('libxml2' 'wxgtk' 'alsa-lib' 'sdl' 'spidermonkey' 'libmad' \
- 'faad2' 'xvidcore' 'ffmpeg' 'freeglut' 'libjpeg')
-license=('LGPL')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('755e8c438a48ebdb13525dd491f5b0d1')
-
-build() {
- cd "${srcdir}/${pkgname}"
- chmod +x configure
- sed -i 's#osmozilla##g' applications/Makefile
- sed -i 's#"$(prefix)#"$(DESTDIR)$(prefix)#' applications/osmo4_wx/Makefile
- sed -i 's#ldconfig || true##g' Makefile
- ./configure --prefix=/usr --mandir=/usr/share/man --use-js=no
- make || return 1
- make DESTDIR=${pkgdir}/ install-lib
- make DESTDIR=${pkgdir}/ install
-}
diff --git a/abs/extra/gpac/gpac-0.4.2-ffmpeg-errno.patch b/abs/extra/gpac/gpac-0.4.2-ffmpeg-errno.patch
deleted file mode 100755
index ec59cec..0000000
--- a/abs/extra/gpac/gpac-0.4.2-ffmpeg-errno.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: gpac/modules/ffmpeg_in/ffmpeg_demux.c
-===================================================================
---- gpac.orig/modules/ffmpeg_in/ffmpeg_demux.c
-+++ gpac/modules/ffmpeg_in/ffmpeg_demux.c
-@@ -23,6 +23,7 @@
- */
-
- #include "ffmpeg_in.h"
-+#include <errno.h>
-
- /*default buffer is 200 ms per channel*/
- #define FFD_DATA_BUFFER 800
-@@ -285,7 +286,6 @@ static GF_ESD *FFD_GetESDescriptor(FFDem
- case CODEC_ID_MP3:
- esd->decoderConfig->objectTypeIndication = 0x69;
- break;
-- case CODEC_ID_MPEG4AAC:
- case CODEC_ID_AAC:
- if (!dec->extradata_size) goto opaque_audio;
- esd->decoderConfig->objectTypeIndication = 0x40;
diff --git a/abs/extra/mythnuv2mkv/PKGBUILD b/abs/extra/mythnuv2mkv/PKGBUILD
deleted file mode 100644
index 5df33a7..0000000
--- a/abs/extra/mythnuv2mkv/PKGBUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-pkgname=mythnuv2mkv
-pkgver=1.60
-pkgrel=1
-conflicts=()
-pkgdesc="Converts MythTV nuv or mpg files to mkv, mp4 or avi files. It can be run as a MythTV User Job or at command line to convert MythTV recordings or stand alone files."
-depends=(perl mplayer wget bc imagemagick lame x264 faac faad2 mkvtoolnix vorbis-tools gpac )
-arch=('i686')
-license=('GPL')
-source=(http://web.aanet.com.au/~auric/files2/V${pkgver}/mythnuv2mkv.sh)
-
-build() {
- patch -p0 <$startdir/mythnuv2mkv.patch || return 1
- mkdir -p $startdir/pkg/usr/bin
- install -m 0755 mythnuv2mkv.sh $startdir/pkg/usr/bin/mythnuv2mkv.sh
-}
-md5sums=('19a5c8bed9bd7d6a86d35e96afa4b3bb')
diff --git a/abs/extra/mythnuv2mkv/mythnuv2mkv.patch b/abs/extra/mythnuv2mkv/mythnuv2mkv.patch
deleted file mode 100644
index 5ca20ae..0000000
--- a/abs/extra/mythnuv2mkv/mythnuv2mkv.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- mythnuv2mkv.sh.orig 2010-04-21 01:41:11.000000000 +0000
-+++ mythnuv2mkv.sh 2010-04-21 01:43:04.000000000 +0000
-@@ -7,19 +7,19 @@
- #
- ######### Vars you may want to set for your environment ######################################################
- # Default aspect for Myth Recording mpg files. It will try to work it out but if it can't will use this.
--readonly DEFAULTMPEG2ASPECT="NA" # 4:3 or 16:9
-+readonly DEFAULTMPEG2ASPECT="16:9" # 4:3 or 16:9
- # Log directory
--readonly LOGBASEDIR="/var/tmp" # Don't use a directory with spaces in it's name
-+readonly LOGBASEDIR="/tmp" # Don't use a directory with spaces in it's name
- # Number of errors reported by mplayer allowed in the transcoded file
- readonly MPLAYER_ERROR_COUNT="8"
- # Path to your mysql.txt file
- readonly MYSQLTXT=""
- # What to separate Title SeasonEpisode SubTitle with
--readonly SEP=","
-+readonly SEP="_"
- # Chapter marks every X minutes
--CHAPTERDURATION=0
-+CHAPTERDURATION=5
- # Crop input
--CROP="ON" # ON | OFF, can also change with --crop argument
-+CROP="OFF" # ON | OFF, can also change with --crop argument
- CROPSIZE=8
- # Delete recording after successful transcode. Only for transcode out of MythRecording. (Actually just sets to high priority autoexpire.)
- DELETEREC="OFF" # ON | OFF, can also change with --deleterec argument
-@@ -29,7 +29,7 @@
- DEBLOCK="OFF" # ON | OFF, can also change with --deblock argument
- # Include deinterlace filter.
- # SOURCENAME is ON for that source. Can have multiple. e.g. DEINTERLACE="Cabel,FTA1"
--DEINTERLACE="ON" # ON | OFF | SOURCENAME,SOURCENAME can also change with --deinterlace argument.
-+DEINTERLACE="OFF" # ON | OFF | SOURCENAME,SOURCENAME can also change with --deinterlace argument.
- # Include inverse Telecine filter (Experimental. Can someone from NTSC/ATSC land try this?).
- # invtelecine filter is never added if deinterlace has been added.
- INVTELECINE="OFF" # ON | OFF, can also change with --invtelecine argument.