diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/xine-lib | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra-testing/xine-lib')
-rw-r--r-- | abs/extra-testing/xine-lib/ChangeLog | 43 | ||||
-rw-r--r-- | abs/extra-testing/xine-lib/PKGBUILD | 41 | ||||
-rw-r--r-- | abs/extra-testing/xine-lib/__changelog | 3 | ||||
-rw-r--r-- | abs/extra-testing/xine-lib/xine-header.patch | 11 | ||||
-rw-r--r-- | abs/extra-testing/xine-lib/xine-imagemagick.patch | 11 | ||||
-rw-r--r-- | abs/extra-testing/xine-lib/xine-lib-1.1.1-configure-no-mcpu-march.patch | 13 | ||||
-rwxr-xr-x | abs/extra-testing/xine-lib/xine.install | 27 |
7 files changed, 0 insertions, 149 deletions
diff --git a/abs/extra-testing/xine-lib/ChangeLog b/abs/extra-testing/xine-lib/ChangeLog deleted file mode 100644 index 7ac9d33..0000000 --- a/abs/extra-testing/xine-lib/ChangeLog +++ /dev/null @@ -1,43 +0,0 @@ -2009-02-11 Eric Belanger <eric@archlinux.org> - - * xine-lib 1.1.16.2-1 - * Upstream update - -2009-02-02 Eric Belanger <eric@archlinux.org> - - * xine-lib 1.1.16.1-2 - * Rebuilt against imagemagick 6.4.8.10 - -2009-01-11 Eric Belanger <eric@archlinux.org> - - * xine-lib 1.1.16.1-1 - * Upstream update - -2009-01-10 Eric Belanger <eric@archlinux.org> - - * xine-lib 1.1.16-1 - * Upstream update - -2008-12-05 Eric Belanger <eric@archlinux.org> - - * xine-lib 1.1.15-4 - * Rebuilt against heimdal 1.2.1 - * Added xcb support - -2008-11-27 Eric Belanger <eric@archlinux.org> - - * xine-lib 1.1.15-3 - * Added jack support (close FS#12020) - * Fixed several build issue (close FS#12117) - -2008-08-14 Eric Belanger <eric@archlinux.org> - - * xine-lib 1.1.15-1 - * Upstream update - -2008-07-28 Eric Belanger <eric@archlinux.org> - - * xine-lib 1.1.14-2 - * Switched to the more recent externel ffmpeg snapshot (close FS#10286) - * Updated win32 codecs directory location (close FS#11011) - * Added ChangeLog diff --git a/abs/extra-testing/xine-lib/PKGBUILD b/abs/extra-testing/xine-lib/PKGBUILD deleted file mode 100644 index aa15b8f..0000000 --- a/abs/extra-testing/xine-lib/PKGBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# $Id: PKGBUILD 26791 2009-02-12 02:31:16Z eric $ -# Maintainer: Eric Belanger <eric@archlinux.org> -# Contributor: Judd Vinet <jvinet@zeroflux.org> - -pkgname=xine-lib -pkgver=1.1.16.3 -pkgrel=4 -pkgdesc="A free video player for Unix" -arch=('i686' 'x86_64') -url="http://xinehq.de/" -install=xine.install -license=('LGPL' 'GPL') -depends=('libgl' 'libxvmc' 'flac>=1.1.4' 'libvorbis' 'sdl' 'libmng' 'libtheora' - 'libxcb' 'wavpack' 'ffmpeg>=20081220' 'heimdal>=1.2.1') -makedepends=('pkgconfig' 'libtool' 'imagemagick' 'smbclient' 'mesa' 'alsa-lib' - 'vcdimager' ) -options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2 - xine-lib-1.1.1-configure-no-mcpu-march.patch) -md5sums=('4f508abf088cf427a731f85634c8260d' - '9776df4eb54d2f1f68d8268adbc3b5c2') -optiona=(!emptydir) - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - patch -p0 < ../xine-lib-1.1.1-configure-no-mcpu-march.patch || return 1 - - libtoolize --force --copy || return 1 - aclocal -I m4 || return 1 - autoconf || return 1 - automake --add-missing || return 1 - - ./configure --prefix=/usr --with-w32-path=/usr/lib/codecs \ - --with-xv-path=/usr/lib --with-xxmc-path=/usr/lib --with-xvmc-path=/usr/lib \ - --with-libflac --with-wavpack --with-xcb \ - --without-arts --without-jack --without-speex \ - --disable-gnomevfs --without-pulseaudio --disable-aalib \ - --disable-modplug --with-external-ffmpeg --without-esd || return 1 - make || return 1 - make DESTDIR=${pkgdir} install || return 1 -} diff --git a/abs/extra-testing/xine-lib/__changelog b/abs/extra-testing/xine-lib/__changelog deleted file mode 100644 index 0f4719d..0000000 --- a/abs/extra-testing/xine-lib/__changelog +++ /dev/null @@ -1,3 +0,0 @@ -add xine.install -disable jack -disable esound diff --git a/abs/extra-testing/xine-lib/xine-header.patch b/abs/extra-testing/xine-lib/xine-header.patch deleted file mode 100644 index a37bfb9..0000000 --- a/abs/extra-testing/xine-lib/xine-header.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/xine-engine/buffer.h 2008-07-16 23:01:56.000000000 +0200 -+++ src/xine-engine/buffer.h 2008-08-24 21:14:39.000000000 +0200 -@@ -676,7 +676,7 @@ - /* convert xine_waveformatex struct from little endian */ - void _x_waveformatex_le2me( xine_waveformatex *wavex ) XINE_PROTECTED; - --static inline _x_is_fourcc(void *ptr, void *tag) { -+static __inline _x_is_fourcc(void *ptr, void *tag) { - return memcmp(ptr, tag, 4) == 0; - } - diff --git a/abs/extra-testing/xine-lib/xine-imagemagick.patch b/abs/extra-testing/xine-lib/xine-imagemagick.patch deleted file mode 100644 index 9faa4ab..0000000 --- a/abs/extra-testing/xine-lib/xine-imagemagick.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xine-lib-1.1.15.orig/src/libxinevdec/image.c -+++ xine-lib-1.1.15/src/libxinevdec/image.c -@@ -110,7 +110,7 @@ - width = MagickGetImageWidth(wand) & ~1; /* must be even for init_yuv_planes */ - height = MagickGetImageHeight(wand); - img_buf = malloc(width * height * 3); -- MagickGetImagePixels(wand, 0, 0, width, height, "RGB", CharPixel, img_buf); -+ MagickGetAuthenticPixels(wand, 0, 0, width, height, "RGB", CharPixel, img_buf); - DestroyMagickWand(wand); - - _x_stream_info_set(this->stream, XINE_STREAM_INFO_VIDEO_WIDTH, width); diff --git a/abs/extra-testing/xine-lib/xine-lib-1.1.1-configure-no-mcpu-march.patch b/abs/extra-testing/xine-lib/xine-lib-1.1.1-configure-no-mcpu-march.patch deleted file mode 100644 index 4b6ba9e..0000000 --- a/abs/extra-testing/xine-lib/xine-lib-1.1.1-configure-no-mcpu-march.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- m4/optimizations.m4.orig 2005-11-27 01:20:08.000000000 +0100 -+++ m4/optimizations.m4 2005-11-27 01:22:56.000000000 +0100 -@@ -161,10 +161,6 @@ - ;; - - esac -- if test x"$archopt_val" != x; then -- CFLAGS="$sarchopt=$archopt_val $CFLAGS" -- DEBUG_CFLAGS="$sarchopt=$archopt_val $DEBUG_CFLAGS" -- fi - fi - else - dnl we have the Intel compiler diff --git a/abs/extra-testing/xine-lib/xine.install b/abs/extra-testing/xine-lib/xine.install deleted file mode 100755 index f9102ee..0000000 --- a/abs/extra-testing/xine-lib/xine.install +++ /dev/null @@ -1,27 +0,0 @@ -# arg 1: the new package version - post_install() { - MYTHOME=` su - mythtv -c "echo ~" ` - if [ ! -f $MYTHOME/.xine/config ] - then - echo "Copying in standard config file for xine" - mkdir -p $MYTHOME/.xine/ - cp -rp $TEMPLATES/xine.config.template $MYTHOME/.xine/config - chown -R mythtv:mythtv $MYTHOME/.xine - fi - } - -# # arg 1: the new package version -# # arg 2: the old package version - post_upgrade() { - post_install $1 - } -# -# # arg 1: the old package version - post_remove() { - /bin/true - } - -op=$1 -shift - -$op $* |