diff options
Diffstat (limited to 'community')
29 files changed, 0 insertions, 1260 deletions
diff --git a/community/asunder/PKGBUILD b/community/asunder/PKGBUILD deleted file mode 100644 index bb26a85e5..000000000 --- a/community/asunder/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 36555 2011-01-04 17:21:48Z xyne $ -# Maintainer: Xyne <ac xunilhcra enyx, backwards> -# Contributor: Ronald van Haren <ronald.archlinux.org> -# Contributor: cs-cam - me.at.camdaniel.com -# Contributor: Sebastien Piccand <sebcactus gmail com> - -pkgname=asunder -pkgver=2.1 -pkgrel=1 -pkgdesc="a graphical CD ripper and encoder" -arch=('i686' 'x86_64') -url="http://littlesvr.ca/asunder/" -license=('GPL2') -depends=('gtk2' 'libcddb' 'cdparanoia') -makedepends=('pkgconfig') -optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \ - 'flac: for flac support') -source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2) -md5sums=('05419a29fd31321f0823c3f90ee1b911') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} - diff --git a/community/electricsheep/ChangeLog b/community/electricsheep/ChangeLog deleted file mode 100644 index 516a16a97..000000000 --- a/community/electricsheep/ChangeLog +++ /dev/null @@ -1,30 +0,0 @@ -2010-09-26 Eric Belanger <eric@archlinux.org> - - * electricsheep 2.7b12-3 - * Rebuilt against new ffmpeg to improve performance - -2009-10-17 Eric Belanger <eric@archlinux.org> - - * electricsheep 2.7b12-2 - * Added xscreensaver config - * Updated url - -2009-07-09 Eric Belanger <eric@archlinux.org> - - * electricsheep 2.7b12-1 - * Upstream update - * Switched to svn snapshot as source tarballs are no longer provided - * Updated url - * Splitted flam3 in a separate package - * Updated depends - * Removed install scriptlet - -2008-09-20 Eric Belanger <eric@archlinux.org> - - * electricsheep 2.6.8-4 - * Updated for KDE 4 (close FS#11378) - * Added xscreensaver optdepends to cleanup post-install messages - * FHS man pages - * Fixed build issue - * Added xscreensaver makedepends and config - * Added ChangeLog diff --git a/community/gshare/PKGBUILD b/community/gshare/PKGBUILD deleted file mode 100644 index bd17b933c..000000000 --- a/community/gshare/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 18374 2010-06-03 15:40:23Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: William Rea <sillywilly@gmail.com> - -pkgname=gshare -pkgver=0.94 -pkgrel=4 -pkgdesc="Easy file sharing for Gnome" -arch=('i686' 'x86_64') -url="https://launchpad.net/gshare-project" -license=('GPL') -depends=('gtk-sharp-2' 'avahi' 'gnome-sharp') -install=$pkgname.install -options=('!makeflags') -source=(http://ftp.de.debian.org/debian/pool/main/g/gshare/gshare_$pkgver.orig.tar.gz - http://ftp.de.debian.org/debian/pool/main/g/gshare/gshare_$pkgver-10.diff.gz) -md5sums=('bfb05ba7502218e9d9cacc7916098a03' - '3dd6000e9afc0db819a6ec69047b440d') - -build() { - export MONO_SHARED_DIR=$srcdir/.wabi - mkdir -p $MONO_SHARED_DIR - - cd $srcdir/gshare-$pkgver - patch -p1 <$srcdir/gshare_$pkgver-10.diff - ls -1 debian/patches/*.patch | while read A; do patch -p1 <$A; done - ./configure --prefix=/usr --sysconfdir=/usr/share --with-dbus-service-dir=/usr/share/dbus-1/services --disable-schemas-install - sed -i 's/-scrollkeeper-update/#-scrollkeeper-update/' help/C/Makefile - make || return 1 - make DESTDIR=$pkgdir install || return 1 - - mv $pkgdir/usr/share/gshare/gshared.desktop $pkgdir/usr/share/applications/ - rm -r $pkgdir/usr/share/gshare - - rm -r $MONO_SHARED_DIR -} diff --git a/community/gshare/gshare.install b/community/gshare/gshare.install deleted file mode 100644 index f1eac39c1..000000000 --- a/community/gshare/gshare.install +++ /dev/null @@ -1,40 +0,0 @@ -pkgname=gshare - -post_install() { - export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source` - usr/bin/gconftool-2 --makefile-install-rule usr/share/gconf/schemas/${pkgname}.schemas >/dev/null - scrollkeeper-update -q -p var/lib/scrollkeeper - update-desktop-database -q - -cat << EOF ->>> To start the ftp server have gshared start up with your session by ->>> going to: Desktop -> Preferences -> Sessions -EOF -} - -pre_upgrade() { - pre_remove $1 -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then - schemas=(usr/share/gconf/schemas/${pkgname}.schemas) - elif [ -f opt/gnome/share/gconf/schemas/${pkgname}.schemas ]; then - schemas=(opt/gnome/share/gconf/schemas/${pkgname}.schemas) - else - schemas=(`pacman -Ql $pkgname | grep 'gconf/schemas/.*schemas$' | awk '{ print $2 }'`) - fi - export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source` - - usr/bin/gconftool-2 --makefile-uninstall-rule ${schemas[@]} >/dev/null -} - -post_remove() { - scrollkeeper-update -q -p var/lib/scrollkeeper - update-desktop-database -q -} - diff --git a/community/gshare/monofix.patch b/community/gshare/monofix.patch deleted file mode 100644 index 0888c3c3e..000000000 --- a/community/gshare/monofix.patch +++ /dev/null @@ -1,87 +0,0 @@ -diff -rN -u old-gshare/src/gshared/daemon.cs new-gshare/src/gshared/daemon.cs ---- old-gshare/src/gshared/daemon.cs 2006-09-16 20:31:47.881173352 +0100 -+++ new-gshare/src/gshared/daemon.cs 2006-09-16 20:31:47.959161496 +0100 -@@ -308,11 +308,11 @@ - if (reason == FTPServerShutdownReason.Error) - { - Log.ErrorMessage("Shutting down FTP server because of an error"); -- Utility.InvokeLater(delegate -+ Utility.InvokeLater((GShare.Utility.BackgroundTask)(delegate - { - Utility.ShowGenericFatalErrorDialog(); - Shutdown(); -- }); -+ })); - } - } - -@@ -367,24 +367,24 @@ - { - case ClientState.Collision: - /*TODO figure out what to do*/ -- Utility.InvokeLater(delegate -+ Utility.InvokeLater((GShare.Utility.BackgroundTask)(delegate - { - StopDaemon(); -- }); -+ })); - break; - case ClientState.Failure: - Log.ErrorMessage("Zeroconf client failed to register"); -- Utility.InvokeLater(delegate -+ Utility.InvokeLater((GShare.Utility.BackgroundTask)(delegate - { - Utility.ShowCannotPublishServiceDialog(); - Shutdown(); -- }); -+ })); - break; - case ClientState.Running: -- Utility.InvokeLater(delegate -+ Utility.InvokeLater((GShare.Utility.BackgroundTask)(delegate - { - PublishFTPServer(); -- }); -+ })); - break; - } - -@@ -410,19 +410,19 @@ - iAvahiServiceName = EntryGroup.GetAlternativeServiceName(iAvahiServiceName); - } - -- Utility.InvokeLater(delegate -+ Utility.InvokeLater((GShare.Utility.BackgroundTask)(delegate - { - StartZeroConf(iFtpServer.ServerPort); -- }); -+ })); - - break; - case EntryGroupState.Failure: - Log.ErrorMessage("Failed to publish FTP service on zeroconf network"); -- Utility.InvokeLater(delegate -+ Utility.InvokeLater((GShare.Utility.BackgroundTask)(delegate - { - Utility.ShowCannotPublishServiceDialog(); - Shutdown(); -- }); -+ })); - break; - - case EntryGroupState.Established: -@@ -460,11 +460,11 @@ - ex.Message, - ex.StackTrace); - -- Utility.InvokeLater(delegate -+ Utility.InvokeLater((GShare.Utility.BackgroundTask)(delegate - { - Utility.ShowCannotPublishServiceDialog(); - Shutdown(); -- }); -+ })); - - } - - diff --git a/community/kim4/PKGBUILD b/community/kim4/PKGBUILD deleted file mode 100644 index 795ee47f5..000000000 --- a/community/kim4/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: raku <raczkow@gmail.com> - -pkgname=kim4 -pkgver=0.9.5 -pkgrel=3 -pkgdesc="Kde Image Menu to compress, resize, convert, rename and much more" -arch=(i686 x86_64) -url="http://www.kde-apps.org/content/show.php?content=11505" -license=('GPL') -depends=('imagemagick' 'kdebase-dolphin') -source=(http://bouveyron.free.fr/kim/release/$pkgname-$pkgver.tar.gz) -md5sums=('c7934ab0dbf988da5f60d9c4cbf97dd5') - -build() { - cd ${srcdir}/${pkgname}/src - - install -d ${pkgdir}/usr/share/kde4/services/ServiceMenus - install -Dm644 kim_{compressandresize,convertandrotate,publication}.desktop \ - ${pkgdir}/usr/share/kde4/services/ServiceMenus || return 1 - install -d ${pkgdir}/usr/bin - install -Dm755 bin/kim_{album,compress,convert,flipflop,galery,multiburst,other,pelemele} \ - bin/kim_{print,record,record_mpg,rename,resize,resizeandsend,rotate,rotatewithexif} \ - bin/kim_{slideshow,sortbydate,treatment,webexport} ${pkgdir}/usr/bin/ || return 1 - install -d ${pkgdir}/usr/share/kim/slideshow - install -Dm644 slideshow/{dewslider.swf,index.part1,index.part2} \ - ${pkgdir}/usr/share/kim/slideshow || return 1 - install -d ${pkgdir}/usr/share/kim/gallery - install -Dm644 gallery/{index.part1,index.part2} \ - ${pkgdir}/usr/share/kim/gallery || return 1 -} diff --git a/community/libreplaygain/ChangeLog b/community/libreplaygain/ChangeLog deleted file mode 100644 index e5a5d81dd..000000000 --- a/community/libreplaygain/ChangeLog +++ /dev/null @@ -1,3 +0,0 @@ -2010-02-04 Corrado Primier <bardo@aur.archlinux.org> - - * PKGBUILD: added to [community] diff --git a/community/listen/PKGBUILD b/community/listen/PKGBUILD deleted file mode 100644 index b5220928f..000000000 --- a/community/listen/PKGBUILD +++ /dev/null @@ -1,49 +0,0 @@ -# $Id: PKGBUILD 55644 2011-09-17 00:51:14Z ebelanger $ -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> -# Contributor: Evangelos Foutras <foutrelis@gmail.com> -# Contributor: Hugo Doria <hugodoria@gmail.com> - -pkgname=listen -pkgver=0.6.5 -pkgrel=8 -pkgdesc="Music player and management for GNOME" -arch=('i686' 'x86_64') -url="http://www.listen-project.org/" -license=('GPL2') -depends=('python2-egg' 'python2-libgnome' 'mutagen' 'desktop-file-utils' - 'gnome-icon-theme' 'gstreamer0.10-python' 'notification-daemon' 'pyxdg' - 'pywebkitgtk' 'python2-pyinotify' 'gstreamer0.10-good-plugins' 'dbus-python') -makedepends=('intltool' 'docbook2x' 'docbook-xml') -optdepends=('python-musicbrainz2: musicbrainz & cd support' - 'libgpod: iPod support' - 'python-daap: DAAP support' - 'tunepimp: tagging support') -install=listen.install -source=("http://download.listen-project.org/0.6/${pkgname}-${pkgver}.tar.gz") -md5sums=('76cd9ad2fc9c600dbdf4808c15aeccf1') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - chmod +x mmkeys/setup.py - - # Fix command name - sed -i 's/docbook2x-man/docbook2man/' Makefile - - # Point Python scripts to the python2 binary - sed -i -e 's/python -/python2 -/' \ - -e 's/PYTHON = python$/\02/' \ - Makefile - sed -i 's/env python$/env python2/' mmkeys/setup.py - sed -i 's|/usr/bin/python|/usr/bin/python2|' src/listen - - make CHECK_DEPENDS=0 PREFIX=/usr -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" PREFIX=/usr install -} - -# vim:set ts=2 sw=2 et: diff --git a/community/listen/listen.install b/community/listen/listen.install deleted file mode 100644 index 5e5cfef4d..000000000 --- a/community/listen/listen.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - update-desktop-database -q -} diff --git a/community/luxrender/luxrender.install b/community/luxrender/luxrender.install deleted file mode 100644 index 5be530d50..000000000 --- a/community/luxrender/luxrender.install +++ /dev/null @@ -1,10 +0,0 @@ -post_install() { - cat << EOF -To enable OpenCL support you need to install one of the following packages: - * nvidia-utils for nVidia GPUs - * amdstram for AMD GPUs - * intel-opencl-sdk for Intel CPUs -EOF -} - -# vim:set ts=2 sw=2 et: diff --git a/community/lxdm/Xsession.patch b/community/lxdm/Xsession.patch deleted file mode 100644 index a9ba63233..000000000 --- a/community/lxdm/Xsession.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- data/Xsession.orig 2010-01-31 20:48:08.695677408 -0200 -+++ data/Xsession 2010-01-31 20:47:48.260223292 -0200 -@@ -2,6 +2,11 @@ - - # use bash for "exec -l", howto run login shell by /bin/sh ? - -+[[ -f /etc/profile ]] && . /etc/profile -+[[ -f "$HOME/.profile" ]] && . "$HOME/.profile" -+[[ -f /etc/xprofile ]] && . /etc/xprofile -+[[ -f "$HOME/.xprofile" ]] && . "$HOME/.xprofile" -+ - if [ $# -eq 1 -a -n "$1" ]; then - LXSESSION=$1 - else diff --git a/community/mercury/PKGBUILD b/community/mercury/PKGBUILD deleted file mode 100644 index be8e30945..000000000 --- a/community/mercury/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -#$Id: PKGBUILD 2282 2009-09-14 07:35:54Z giovanni $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: DaNiMoTh <jjdanimoth@gmail.com> - -pkgname=mercury -pkgver=1.9.5 -pkgrel=2 -pkgdesc="Java Based MSN client." -license=('custom') -arch=('i686' 'x86_64') -url="http://www.mercury.im" -depends=('java-runtime' 'libxss' 'libxt') -makedepends=('rpmextract') -source=(http://thebachman.info/public/Versions_Ubuntu/${pkgname}-messenger-${pkgver}-2.all.rpm - "license.txt") -md5sums=('7d5835cf1ac7864386efe42b9cf67d6b' - '6ce0e815d63db6ac55a28e8d52c3f8da') - -build() { - cd "$srcdir" - - rpmextract.sh ${pkgname}-messenger-${pkgver}-2.all.rpm - - install -d "$pkgdir/usr/share/java/mercury" - cp -r usr "$pkgdir" - mv "$pkgdir/usr/share/mercury" "$pkgdir/usr/share/java/" - - # FS#16171 - find ${pkgdir} -type f -exec chmod -R 644 {} \; - find ${pkgdir} -type d -exec chmod 755 {} \; - chmod 755 ${pkgdir}/usr/share/java/mercury/startup/startup_linux.sh - - install -D -m644 "$srcdir/license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - rm -rf "$pkgdir/usr/bin/mercury" - ln -s /usr/share/java/mercury/startup/startup_linux.sh "$pkgdir/usr/bin/mercury" -} diff --git a/community/mercury/license.txt b/community/mercury/license.txt deleted file mode 100644 index 43e416eff..000000000 --- a/community/mercury/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Mercury is Freeware. It is not distributed with source code since it's closed source. - -You are allowed to change the setting files. -You are allowed to redistribute Mercury. - -http://www.mercury.to/index.php?page=Wiki&wikipage=License - - diff --git a/community/mplayer2/mplayer2-SAMI-subs.patch b/community/mplayer2/mplayer2-SAMI-subs.patch deleted file mode 100644 index 8238167e2..000000000 --- a/community/mplayer2/mplayer2-SAMI-subs.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur mplayer2-2.0.ori/sub/subreader.c mplayer2-2.0/sub/subreader.c ---- mplayer2-2.0.ori/sub/subreader.c 2011-03-24 17:40:29.000000000 -0400 -+++ mplayer2-2.0/sub/subreader.c 2011-10-14 15:04:47.196477670 -0400 -@@ -179,6 +179,8 @@ - break; - - case 3: /* get all text until '<' appears */ -+ if (p - text >= LINE_LEN) -+ sami_add_line(current, text, &p); - if (*s == '\0') break; - else if (!strncasecmp (s, "<br>", 4)) { - sami_add_line(current, text, &p); diff --git a/community/mplayer2/mplayer2-remove-mp3lib.patch b/community/mplayer2/mplayer2-remove-mp3lib.patch deleted file mode 100644 index 057a91295..000000000 --- a/community/mplayer2/mplayer2-remove-mp3lib.patch +++ /dev/null @@ -1,297 +0,0 @@ -diff -Naur mplayer2-2.0.ori/configure mplayer2-2.0/configure ---- mplayer2-2.0.ori/configure 2011-03-24 17:40:29.000000000 -0400 -+++ mplayer2-2.0/configure 2011-05-09 14:11:10.717630210 -0400 -@@ -376,7 +376,6 @@ - --disable-mad disable libmad (MPEG audio) support [autodetect] - --enable-xmms enable XMMS input plugin support [disabled] - --enable-libdca enable libdca support [autodetect] -- --disable-mp3lib disable builtin mp3lib [autodetect] - --disable-liba52 disable liba52 [autodetect] - --enable-musepack enable libmpcdec support (deprecated, libavcodec - Musepack decoder is preferred) [disabled] -@@ -610,7 +609,6 @@ - _speex=auto - _theora=auto - _mpg123=auto --_mp3lib=auto - _liba52=auto - _libdca=auto - _faad=auto -@@ -965,8 +963,6 @@ - --disable-theora) _theora=no ;; - --enable-mpg123) _mpg123=yes ;; - --disable-mpg123) _mpg123=no ;; -- --enable-mp3lib) _mp3lib=yes ;; -- --disable-mp3lib) _mp3lib=no ;; - --enable-liba52) _liba52=yes ;; - --disable-liba52) _liba52=no ;; - --enable-libdca) _libdca=yes ;; -@@ -5731,19 +5727,6 @@ - fi - echores "$_theora" - --echocheck "mp3lib support" --if test "$_mp3lib" = auto ; then -- test "$cc_vendor" = intel && test "$_cc_major" -le 10 -o "$_cc_major" -eq 11 -a "$_cc_minor" -eq 0 && _mp3lib=no || _mp3lib=yes --fi --if test "$_mp3lib" = yes ; then -- def_mp3lib='#define CONFIG_MP3LIB 1' -- codecmodules="mp3lib(internal) $codecmodules" --else -- def_mp3lib='#undef CONFIG_MP3LIB' -- nocodecmodules="mp3lib(internal) $nocodecmodules" --fi --echores "$_mp3lib" -- - # Any version of libmpg123 shall be fine. - echocheck "mpg123 support" - def_mpg123='#undef CONFIG_MPG123' -@@ -6823,7 +6806,6 @@ - MD5SUM = $_md5sum - MGA = $_mga - MNG = $_mng --MP3LIB = $_mp3lib - MPG123 = $_mpg123 - MUSEPACK = $_musepack - NAS = $_nas -@@ -7084,7 +7066,6 @@ - $def_libdca - $def_libdv - $def_mad --$def_mp3lib - $def_mpg123 - $def_musepack - $def_speex -diff -Naur mplayer2-2.0.ori/etc/codecs.conf mplayer2-2.0/etc/codecs.conf ---- mplayer2-2.0.ori/etc/codecs.conf 2011-03-24 17:40:29.000000000 -0400 -+++ mplayer2-2.0/etc/codecs.conf 2011-05-09 14:11:10.717630210 -0400 -@@ -4220,23 +4220,6 @@ - driver ffmpeg - dll "sonic" - --audiocodec mp3 -- ; this is preferred over ffmp2/ffmp3 since it is faster due to using -- ; floating point and there are even broken mkv files where the audio -- ; needs to be parsed, making this codec work more reliably -- info "mp3lib MPEG layer-2, layer-3" -- status working -- comment "Optimized to MMX/SSE/3Dnow!" -- format 0x50 ; layer-1 && layer-2 -- format 0x55 ; layer-3 -- format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) -- format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files) -- format 0x55005354 ; broken file -- fourcc ".mp3" ; CBR/VBR MP3 (MOV files) -- fourcc "MP3 " ; used in .nsv files -- fourcc "LAME" ; used in mythtv .nuv files -- driver mp3lib -- - audiocodec mpg123 - ; this is preferred over ffmp2/ffmp3 since it is faster, generally - info "MPEG 1.0/2.0/2.5 layers I, II, III" -diff -Naur mplayer2-2.0.ori/libmpcodecs/ad.c mplayer2-2.0/libmpcodecs/ad.c ---- mplayer2-2.0.ori/libmpcodecs/ad.c 2011-03-24 17:40:29.000000000 -0400 -+++ mplayer2-2.0/libmpcodecs/ad.c 2011-05-09 14:11:10.717630210 -0400 -@@ -32,7 +32,6 @@ - /* Missed vorbis, mad, dshow */ - - extern const ad_functions_t mpcodecs_ad_mpg123; --extern const ad_functions_t mpcodecs_ad_mp3lib; - extern const ad_functions_t mpcodecs_ad_ffmpeg; - extern const ad_functions_t mpcodecs_ad_liba52; - extern const ad_functions_t mpcodecs_ad_hwac3; -@@ -63,9 +62,6 @@ - #ifdef CONFIG_MPG123 - &mpcodecs_ad_mpg123, - #endif --#ifdef CONFIG_MP3LIB -- &mpcodecs_ad_mp3lib, --#endif - #ifdef CONFIG_LIBA52 - &mpcodecs_ad_liba52, - #endif -diff -Naur mplayer2-2.0.ori/libmpcodecs/ad_mp3lib.c mplayer2-2.0/libmpcodecs/ad_mp3lib.c ---- mplayer2-2.0.ori/libmpcodecs/ad_mp3lib.c 2011-03-24 17:40:29.000000000 -0400 -+++ mplayer2-2.0/libmpcodecs/ad_mp3lib.c 2011-05-09 14:11:10.717630210 -0400 -@@ -1,100 +0,0 @@ --/* -- * This file is part of MPlayer. -- * -- * MPlayer is free software; you can redistribute it and/or modify -- * it under the terms of the GNU General Public License as published by -- * the Free Software Foundation; either version 2 of the License, or -- * (at your option) any later version. -- * -- * MPlayer is distributed in the hope that it will be useful, -- * but WITHOUT ANY WARRANTY; without even the implied warranty of -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- * GNU General Public License for more details. -- * -- * You should have received a copy of the GNU General Public License along -- * with MPlayer; if not, write to the Free Software Foundation, Inc., -- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -- */ -- --#include <stdio.h> --#include <stdlib.h> --#include <unistd.h> -- --#include "config.h" -- --#include "ad_internal.h" --#include "ad_mp3lib.h" -- --static const ad_info_t info = --{ -- "MPEG layer-2, layer-3", -- "mp3lib", -- "Nick Kurshev", -- "mpg123", -- "Optimized to MMX/SSE/3Dnow!" --}; -- --LIBAD_EXTERN(mp3lib) -- --#include "mp3lib/mp3.h" -- --extern int fakemono; -- --static sh_audio_t* dec_audio_sh=NULL; -- --// MP3 decoder buffer callback: --int mplayer_audio_read(char *buf,int size){ -- return demux_read_data(dec_audio_sh->ds,buf,size); --} -- --static int preinit(sh_audio_t *sh) --{ -- sh->audio_out_minsize=32*36*2*2; //4608; -- return 1; --} -- --static int init(sh_audio_t *sh) --{ -- // MPEG Audio: -- dec_audio_sh=sh; // save sh_audio for the callback: --// MP3_Init(fakemono,mplayer_accel,&mplayer_audio_read); // TODO!!! --#ifdef CONFIG_FAKE_MONO -- MP3_Init(fakemono); --#else -- MP3_Init(); --#endif -- MP3_samplerate=MP3_channels=0; -- sh->a_buffer_len=MP3_DecodeFrame(sh->a_buffer,-1); -- if(!sh->a_buffer_len) return 0; // unsupported layer/format -- sh->channels=2; // hack -- sh->samplesize=2; -- sh->samplerate=MP3_samplerate; -- sh->i_bps=MP3_bitrate*(1000/8); -- MP3_PrintHeader(); -- return 1; --} -- --static void uninit(sh_audio_t *sh) --{ --} -- --static int control(sh_audio_t *sh,int cmd,void* arg, ...) --{ -- switch(cmd) -- { -- case ADCTRL_RESYNC_STREAM: -- MP3_DecodeFrame(NULL,-2); // resync -- MP3_DecodeFrame(NULL,-2); // resync -- MP3_DecodeFrame(NULL,-2); // resync -- return CONTROL_TRUE; -- case ADCTRL_SKIP_FRAME: -- MP3_DecodeFrame(NULL,-2); // skip MPEG frame -- return CONTROL_TRUE; -- } -- return CONTROL_UNKNOWN; --} -- --static int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int maxlen) --{ -- return MP3_DecodeFrame(buf,-1); --} -diff -Naur mplayer2-2.0.ori/libmpcodecs/ad_mp3lib.h mplayer2-2.0/libmpcodecs/ad_mp3lib.h ---- mplayer2-2.0.ori/libmpcodecs/ad_mp3lib.h 2011-03-24 17:40:29.000000000 -0400 -+++ mplayer2-2.0/libmpcodecs/ad_mp3lib.h 2011-05-09 14:11:10.717630210 -0400 -@@ -1,24 +0,0 @@ --/* -- * This file is part of MPlayer. -- * -- * MPlayer is free software; you can redistribute it and/or modify -- * it under the terms of the GNU General Public License as published by -- * the Free Software Foundation; either version 2 of the License, or -- * (at your option) any later version. -- * -- * MPlayer is distributed in the hope that it will be useful, -- * but WITHOUT ANY WARRANTY; without even the implied warranty of -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- * GNU General Public License for more details. -- * -- * You should have received a copy of the GNU General Public License along -- * with MPlayer; if not, write to the Free Software Foundation, Inc., -- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -- */ -- --#ifndef MPLAYER_AD_MP3LIB_H --#define MPLAYER_AD_MP3LIB_H -- --int mplayer_audio_read(char *buf, int size); -- --#endif /* MPLAYER_AD_MP3LIB_H */ -diff -Naur mplayer2-2.0.ori/Makefile mplayer2-2.0/Makefile ---- mplayer2-2.0.ori/Makefile 2011-03-24 17:40:29.000000000 -0400 -+++ mplayer2-2.0/Makefile 2011-05-09 14:11:10.714296876 -0400 -@@ -122,21 +122,6 @@ - SRCS_COMMON-$(MNG) += libmpdemux/demux_mng.c - SRCS_COMMON-$(MPG123) += libmpcodecs/ad_mpg123.c - --SRCS_MP3LIB-X86-$(HAVE_AMD3DNOW) += mp3lib/dct36_3dnow.c \ -- mp3lib/dct64_3dnow.c --SRCS_MP3LIB-X86-$(HAVE_AMD3DNOWEXT) += mp3lib/dct36_k7.c \ -- mp3lib/dct64_k7.c --SRCS_MP3LIB-X86-$(HAVE_MMX) += mp3lib/dct64_mmx.c --SRCS_MP3LIB-$(ARCH_X86_32) += mp3lib/decode_i586.c \ -- $(SRCS_MP3LIB-X86-yes) --SRCS_MP3LIB-$(HAVE_ALTIVEC) += mp3lib/dct64_altivec.c --SRCS_MP3LIB-$(HAVE_MMX) += mp3lib/decode_mmx.c --SRCS_MP3LIB-$(HAVE_SSE) += mp3lib/dct64_sse.c --SRCS_MP3LIB += mp3lib/sr1.c \ -- $(SRCS_MP3LIB-yes) --SRCS_COMMON-$(MP3LIB) += libmpcodecs/ad_mp3lib.c \ -- $(SRCS_MP3LIB) -- - SRCS_COMMON-$(MUSEPACK) += libmpcodecs/ad_mpc.c \ - libmpdemux/demux_mpc.c - SRCS_COMMON-$(NATIVE_RTSP) += stream/stream_rtsp.c \ -@@ -578,7 +563,6 @@ - loader/dshow \ - loader/dmo \ - loader/wine \ -- mp3lib \ - osdep \ - stream \ - stream/freesdp \ -@@ -675,8 +659,6 @@ - #loader/%: CFLAGS += -Ddbg_printf=__vprintf -DTRACE=__vprintf -DDETAILED_OUT - loader/win32%: CFLAGS += $(CFLAGS_STACKREALIGN) - --mp3lib/decode_i586%: CFLAGS += -fomit-frame-pointer -- - stream/stream_dvdnav%: CFLAGS := $(CFLAGS_LIBDVDNAV) $(CFLAGS) - - -@@ -767,9 +749,7 @@ - loader/qtx/list$(EXESUF) loader/qtx/qtxload$(EXESUF): CFLAGS += -g - loader/qtx/list$(EXESUF) loader/qtx/qtxload$(EXESUF): $(LOADER_TEST_OBJS) - --mp3lib/test$(EXESUF) mp3lib/test2$(EXESUF): $(SRCS_MP3LIB:.c=.o) libvo/aclib.o cpudetect.o $(TEST_OBJS) -- --TESTS = codecs2html codec-cfg-test libvo/aspecttest mp3lib/test mp3lib/test2 -+TESTS = codecs2html codec-cfg-test libvo/aspecttest - - ifdef ARCH_X86 - TESTS += loader/qtx/list loader/qtx/qtxload diff --git a/community/musescore/QtEvent.patch b/community/musescore/QtEvent.patch deleted file mode 100644 index d8aa1562d..000000000 --- a/community/musescore/QtEvent.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -Naur mscore-0.9.6.3.orig/mscore/scriptgen/qtbindings/core/qtscript_QEvent.cpp mscore-0.9.6.3.new/mscore/scriptgen/qtbindings/core/qtscript_QEvent.cpp ---- mscore-0.9.6.3.orig/mscore/scriptgen/qtbindings/core/qtscript_QEvent.cpp 2010-10-12 22:01:35.000000000 +0200 -+++ mscore-0.9.6.3.new/mscore/scriptgen/qtbindings/core/qtscript_QEvent.cpp 2010-10-12 22:03:11.000000000 +0200 -@@ -214,7 +214,6 @@ - , QEvent::UngrabMouse - , QEvent::GrabKeyboard - , QEvent::UngrabKeyboard -- , QEvent::CocoaRequestModal - , QEvent::User - , QEvent::MaxUser - }; -@@ -362,7 +361,6 @@ - , "UngrabMouse" - , "GrabKeyboard" - , "UngrabKeyboard" -- , "CocoaRequestModal" - , "User" - , "MaxUser" - }; diff --git a/community/paraview/paraview.profile b/community/paraview/paraview.profile deleted file mode 100644 index cb4bbde8c..000000000 --- a/community/paraview/paraview.profile +++ /dev/null @@ -1 +0,0 @@ -export PATH=$PATH:/opt/paraview/bin diff --git a/community/python-scipy/python-scipy.changelog b/community/python-scipy/python-scipy.changelog deleted file mode 100644 index 76a3e7f35..000000000 --- a/community/python-scipy/python-scipy.changelog +++ /dev/null @@ -1,49 +0,0 @@ -2011-07-13 Thomas Dziedzic < gostrc at gmail > - * 0.9.0-2: - rebuild for python3-numpy to python-numpy rename - also, minor PKGBUILD cleanup - -2011-04-24 Ray Rashif <schiv@archlinux.org> - - * 0.9.0-1: - Couldn't release previous update due to lapack/blas issues - See http://mailman.archlinux.org/pipermail/arch-general/2011-April/019677.html - Hopefully symlink trick from AUR/python3-scipy fixes that - -2011-04-05 Ray Rashif <schiv@archlinux.org> - - * 0.9.0-1: - Upstream release - SciPy now supports Python 3 - Package split for python(3), python2 - PKGBUILD cleanup - -2010-07-29 Angel 'angvp' Velasquez <angvp@archlinux.org> - * Updated to: 0.8.0 -2009-08-05 Douglas Soares de Andrade <douglas@archlinux.org> - - * Updated to: 0.7.1 - -2009-02-11 Douglas Soares de Andrade <douglas@archlinux.org> - - * Updating for i686: 0.7 - -2008-12-12 Douglas Soares de Andrade <douglas@archlinux.org> - - * Updating for i686: 0.7.0 beta 1 - -2008-11-07 Douglas Soares de Andrade <douglas@archlinux.org> - - * Updated to svn as scipy 0.6 wont work with python 2.6 - -2008-02-21 Eric Belanger <eric@archlinux.org> - - * Added x86_64 arch tag - * Added license - -2007-10-29 Douglas Soares de Andrade <dsa@aur.archlinux.org> - - * Changed email - * Fixed some problems in the PKGBUILD - * Updated to new release - 0.6.0 - diff --git a/community/rdiff-backup/ChangeLog b/community/rdiff-backup/ChangeLog deleted file mode 100644 index b6e02ffe2..000000000 --- a/community/rdiff-backup/ChangeLog +++ /dev/null @@ -1,5 +0,0 @@ -2008-09-27 Dragonlord <dragonlord@aur.archlinux.org> - * updated to major release 1.2.1 - -2007-06-28 tardo <tardo@nagi-fanboi.net> - * Built for x86_64 diff --git a/community/root/root.desktop b/community/root/root.desktop deleted file mode 100644 index ca382111c..000000000 --- a/community/root/root.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Type=Application -Exec=root -Terminal=true -Name=ROOT -Name[de]=ROOT -Comment=An object-oriented data analysis framework -Comment[de]=Ein objektorientiertes Framework zur Datenanalyse -StartupNotify=true -MimeType=application/x-root;text/x-c++src -Categories=Science;Development;Application; diff --git a/community/rsnapshot/ChangeLog b/community/rsnapshot/ChangeLog deleted file mode 100644 index 811f87d4f..000000000 --- a/community/rsnapshot/ChangeLog +++ /dev/null @@ -1,3 +0,0 @@ -2007-06-28 tardo <tardo@nagi-fanboi.net> -* Built for x86_64 - diff --git a/community/spring/awk-java.patch b/community/spring/awk-java.patch deleted file mode 100644 index 36c932924..000000000 --- a/community/spring/awk-java.patch +++ /dev/null @@ -1,48 +0,0 @@ -diff -ru spring_0.82.7.1-old//AI/Interfaces/Java/bin/jna_wrappCommands.awk spring_0.82.7.1/AI/Interfaces/Java/bin/jna_wrappCommands.awk ---- spring_0.82.7.1-old//AI/Interfaces/Java/bin/jna_wrappCommands.awk 2011-07-26 17:29:16.623158278 +0200 -+++ spring_0.82.7.1/AI/Interfaces/Java/bin/jna_wrappCommands.awk 2011-07-26 17:33:00.872921328 +0200 -@@ -341,7 +341,7 @@ - } - - # beginn of struct S*Command --/^\struct S.*Command( \{)?/ { -+/^struct S.*Command( \{)?/ { - - isInsideCmdStruct = 1; - ind_cmdMember = 0; -diff -ru spring_0.82.7.1-old//AI/Interfaces/Java/bin/jna_wrappEvents.awk spring_0.82.7.1/AI/Interfaces/Java/bin/jna_wrappEvents.awk ---- spring_0.82.7.1-old//AI/Interfaces/Java/bin/jna_wrappEvents.awk 2011-07-26 17:29:16.623158278 +0200 -+++ spring_0.82.7.1/AI/Interfaces/Java/bin/jna_wrappEvents.awk 2011-07-26 17:32:51.009745026 +0200 -@@ -473,7 +473,7 @@ - } - - # beginn of struct S*Event --/^\struct S.*Event( \{)?/ { -+/^struct S.*Event( \{)?/ { - - isInsideEvtStruct = 1; - ind_evtMember = 0; -diff -ru spring_0.82.7.1-old//AI/Wrappers/Cpp/bin/wrappCommands.awk spring_0.82.7.1/AI/Wrappers/Cpp/bin/wrappCommands.awk ---- spring_0.82.7.1-old//AI/Wrappers/Cpp/bin/wrappCommands.awk 2011-07-26 17:29:16.626491558 +0200 -+++ spring_0.82.7.1/AI/Wrappers/Cpp/bin/wrappCommands.awk 2011-07-26 17:30:25.695391913 +0200 -@@ -387,7 +387,7 @@ - } - - # beginn of struct S*Command --/^\struct S.*Command( \{)?/ { -+/^struct S.*Command( \{)?/ { - - isInsideCmdStruct = 1; - ind_cmdMember = 0; -diff -ru spring_0.82.7.1-old//AI/Wrappers/Cpp/bin/wrappEvents.awk spring_0.82.7.1/AI/Wrappers/Cpp/bin/wrappEvents.awk ---- spring_0.82.7.1-old//AI/Wrappers/Cpp/bin/wrappEvents.awk 2011-07-26 17:29:16.626491558 +0200 -+++ spring_0.82.7.1/AI/Wrappers/Cpp/bin/wrappEvents.awk 2011-07-26 17:30:13.942245701 +0200 -@@ -366,7 +366,7 @@ - } - - # beginn of struct S*Event --/^\struct S.*Event( \{)?/ { -+/^struct S.*Event( \{)?/ { - - isInsideEvtStruct = 1; - ind_evtMember = 0; diff --git a/community/spring/gcc46.patch b/community/spring/gcc46.patch deleted file mode 100644 index 4f6865cac..000000000 --- a/community/spring/gcc46.patch +++ /dev/null @@ -1,67 +0,0 @@ -From: Jan Dittberner <jandd@debian.org> -Subject: Patch for FTBFS with g++ 4.6.0 -Bug-Debian: http://bugs.debian.org/625097 -Bug: http://springrts.com/mantis/view.php?id=2415 ---- a/AI/Skirmish/E323AI/AAStar.h -+++ b/AI/Skirmish/E323AI/AAStar.h -@@ -4,6 +4,7 @@ - #include <queue> - #include <vector> - #include <list> -+#include <cstddef> // for NULL - - class AAStar { - public: ---- a/rts/Rendering/ShadowHandler.cpp -+++ b/rts/Rendering/ShadowHandler.cpp -@@ -318,6 +318,11 @@ - xmid = 1.0f - (sqrt(fabs(x2)) / (sqrt(fabs(x2)) + sqrt(fabs(x1)))); - ymid = 1.0f - (sqrt(fabs(y2)) / (sqrt(fabs(y2)) + sqrt(fabs(y1)))); - -+ shadowParams.x = xmid; -+ shadowParams.y = ymid; -+ shadowParams.z = p17; -+ shadowParams.w = p18; -+ - shadowMatrix[ 0] = cross1.x / maxLengthX; - shadowMatrix[ 4] = cross1.y / maxLengthX; - shadowMatrix[ 8] = cross1.z / maxLengthX; ---- a/rts/Rendering/ShadowHandler.h -+++ b/rts/Rendering/ShadowHandler.h -@@ -38,7 +38,7 @@ - CMatrix44f shadowMatrix; - void CalcMinMaxView(void); - -- const float4 GetShadowParams() const { return float4(xmid, ymid, p17, p18); } -+ const float4& GetShadowParams() const { return shadowParams; } - - enum ShadowGenProgram { - SHADOWGEN_PROGRAM_MODEL = 0, -@@ -76,6 +76,7 @@ - //! to write the (FBO) depth-buffer texture - std::vector<Shader::IProgramObject*> shadowGenProgs; - -+ float4 shadowParams; - float x1, x2, y1, y2; - float xmid, ymid; - float p17, p18; ---- a/rts/Rendering/GLContext.cpp -+++ b/rts/Rendering/GLContext.cpp -@@ -9,6 +9,7 @@ - #include "GLContext.h" - - #include <list> -+#include <cstddef> // for NULL - - - using namespace std; ---- a/rts/System/MemPool.h -+++ b/rts/System/MemPool.h -@@ -4,6 +4,7 @@ - #define _MEM_POOL_H_ - - #include <new> -+#include <cstddef> // for NULL - - const size_t MAX_MEM_SIZE=200; - diff --git a/community/virtualbox/18-system-xorg.patch b/community/virtualbox/18-system-xorg.patch deleted file mode 100644 index 4a28b93b6..000000000 --- a/community/virtualbox/18-system-xorg.patch +++ /dev/null @@ -1,277 +0,0 @@ -Description: Build the X.Org driver only for the selected system X Server version. -Author: Michael Meskes <meskes@debian.org>, Felix Geyer <debfx-pkg@fobos.de> - -diff --git a/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk b/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk ---- a/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk -+++ b/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk -@@ -40,8 +40,8 @@ LIBRARIES += \ - VBoxGuestR3LibShared - ifndef VBOX_ONLY_TESTSUITE - if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd) -- LIBRARIES += \ -- VBoxGuestR3LibXFree86 -+# LIBRARIES += \ -+# VBoxGuestR3LibXFree86 - endif - endif - LIBRARIES.win.amd64 += VBoxGuestR3Lib-x86 VBoxGuestR3LibShared-x86 -diff --git a/src/VBox/Additions/common/crOpenGL/Makefile.kmk b/src/VBox/Additions/common/crOpenGL/Makefile.kmk ---- a/src/VBox/Additions/common/crOpenGL/Makefile.kmk -+++ b/src/VBox/Additions/common/crOpenGL/Makefile.kmk -@@ -63,16 +63,12 @@ VBoxOGL_TEMPLATE = VBOXCROGLR3GUESTDLL - VBoxOGL_INCS = . - if1of ($(KBUILD_TARGET), linux solaris freebsd) - VBoxOGL_INCS += \ -- $(VBOX_PATH_X11_ROOT)/libXdamage-1.1 \ -- $(VBOX_PATH_X11_ROOT)/libXcomposite-0.4.0 \ -- $(VBOX_PATH_X11_ROOT)/libXfixes-4.0.3 \ -- $(VBOX_PATH_X11_ROOT)/damageproto-1.1.0 \ -- $(VBOX_PATH_X11_ROOT)/compositeproto-0.4 \ -- $(VBOX_PATH_X11_ROOT)/fixesproto-4.0 \ -- $(VBOX_PATH_X11_ROOT)/libx11-1.1.5-other \ -- $(VBOX_PATH_X11_ROOT)/1.3/xorg \ -+ /usr/include/x11 \ -+ /usr/include/xorg \ -+ /usr/include/pixman-1 \ - $(VBOX_MESA_INCS) \ -- $(PATH_ROOT)/src/VBox/Additions/x11/x11include/libdrm-2.4.13 -+ /usr/include/drm \ -+ /usr/include/libdrm - VBoxOGL_DEFS += VBOX_NO_NATIVEGL - endif - -diff --git a/src/VBox/Additions/x11/Makefile.kmk b/src/VBox/Additions/x11/Makefile.kmk ---- a/src/VBox/Additions/x11/Makefile.kmk -+++ b/src/VBox/Additions/x11/Makefile.kmk -@@ -17,6 +17,10 @@ - SUB_DEPTH = ../../../.. - include $(KBUILD_PATH)/subheader.kmk - -+ifn1of ($(XSERVER_VERSION), 13 14 15 16 17 18 19 110) -+ XSERVER_VERSION := 17 -+endif -+ - # Include sub-makefiles. - if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) - include $(PATH_SUB_CURRENT)/VBoxClient/Makefile.kmk -diff --git a/src/VBox/Additions/x11/vboxmouse/Makefile.kmk b/src/VBox/Additions/x11/vboxmouse/Makefile.kmk ---- a/src/VBox/Additions/x11/vboxmouse/Makefile.kmk -+++ b/src/VBox/Additions/x11/vboxmouse/Makefile.kmk -@@ -23,7 +23,6 @@ include $(KBUILD_PATH)/subheader.kmk - # vboxmouse_drv - # - if1of ($(KBUILD_TARGET), linux) -- SYSMODS += vboxmouse_drv - vboxmouse_drv_TEMPLATE = VBOXGUESTR3XF86MOD - vboxmouse_drv_DEFS.linux = linux - vboxmouse_drv_DEFS.x86 += __i386__ -@@ -59,7 +58,6 @@ endif - # - # vboxmouse_drv_70 - # --DLLS += vboxmouse_drv_70 - vboxmouse_drv_70_TEMPLATE = VBOXGUESTR3XORGMOD - vboxmouse_drv_70_DEFS = \ - XFree86Server IN_MODULE XFree86Module XFree86LOADER XINPUT XORG_7X IN_XF86_MODULE -@@ -80,7 +78,6 @@ vboxmouse_drv_70_SOURCES = \ - # - # vboxmouse_drv_71 - # --DLLS += vboxmouse_drv_71 - vboxmouse_drv_71_TEMPLATE = VBOXGUESTR3XORGMOD - vboxmouse_drv_71_DEFS := $(vboxmouse_drv_70_DEFS) - vboxmouse_drv_71_INCS := \ -@@ -97,7 +94,6 @@ vboxmouse_drv_71_SOURCES = \ - # - # vboxmouse_drv_13 - # --DLLS += vboxmouse_drv_13 - vboxmouse_drv_13_TEMPLATE = VBOXGUESTR3XORGMOD - vboxmouse_drv_13_DEFS := $(vboxmouse_drv_70_DEFS) NO_ANSIC - vboxmouse_drv_13_INCS := \ -@@ -112,7 +108,6 @@ vboxmouse_drv_13_SOURCES = \ - # - # vboxmouse_drv_14 - # --DLLS += vboxmouse_drv_14 - vboxmouse_drv_14_TEMPLATE = VBOXGUESTR3XORGMOD - vboxmouse_drv_14_DEFS := $(vboxmouse_drv_70_DEFS) NO_ANSIC - vboxmouse_drv_14_INCS := \ -@@ -126,7 +121,6 @@ endif - # - # vboxmouse_drv_15 - # --DLLS += vboxmouse_drv_15 - vboxmouse_drv_15_TEMPLATE = VBOXGUESTR3XORGMOD - vboxmouse_drv_15_DEFS := $(vboxmouse_drv_70_DEFS) NO_ANSIC - vboxmouse_drv_15_INCS := \ -@@ -141,7 +135,6 @@ vboxmouse_drv_15_SOURCES = \ - # - # vboxmouse_drv_16 - # --DLLS += vboxmouse_drv_16 - vboxmouse_drv_16_TEMPLATE = VBOXGUESTR3XORGMOD - vboxmouse_drv_16_DEFS := $(vboxmouse_drv_70_DEFS) NO_ANSIC - vboxmouse_drv_16_INCS := \ -@@ -157,7 +150,6 @@ vboxmouse_drv_16_SOURCES = \ - # - # vboxmouse_drv_17 - # --DLLS += vboxmouse_drv_17 - vboxmouse_drv_17_TEMPLATE = VBOXGUESTR3XORGMOD - vboxmouse_drv_17_DEFS := $(vboxmouse_drv_70_DEFS) NO_ANSIC - ## @todo replace $(VBOX_PATH_X11_ROOT)/xorg-server-1.6.0-local -@@ -177,7 +169,6 @@ vboxmouse_drv_17_SOURCES = \ - # - # vboxmouse_drv_18 - # --DLLS += vboxmouse_drv_18 - vboxmouse_drv_18_TEMPLATE = VBOXGUESTR3XORGMOD - vboxmouse_drv_18_DEFS := $(vboxmouse_drv_70_DEFS) NO_ANSIC - ## @todo replace $(VBOX_PATH_X11_ROOT)/xorg-server-1.6.0-local -@@ -197,7 +188,6 @@ vboxmouse_drv_18_SOURCES = \ - # - # vboxmouse_drv_19 - # --DLLS += vboxmouse_drv_19 - vboxmouse_drv_19_TEMPLATE = VBOXGUESTR3XORGMOD - vboxmouse_drv_19_DEFS := $(vboxmouse_drv_70_DEFS) NO_ANSIC - ## @todo replace $(VBOX_PATH_X11_ROOT)/xorg-server-1.6.0-local -@@ -217,7 +207,6 @@ vboxmouse_drv_19_SOURCES = \ - # - # vboxmouse_drv_110 - # --DLLS += vboxmouse_drv_110 - vboxmouse_drv_110_TEMPLATE = VBOXGUESTR3XORGMOD - vboxmouse_drv_110_DEFS := $(vboxmouse_drv_70_DEFS) NO_ANSIC - ## @todo replace $(VBOX_PATH_X11_ROOT)/xorg-server-1.6.0-local -@@ -234,6 +224,14 @@ vboxmouse_drv_110_SOURCES = \ - vboxmouse_15.c - - -+vboxmouse_drv_$(XSERVER_VERSION)_NAME := vboxmouse_drv -+vboxmouse_drv_$(XSERVER_VERSION)_INCS := \ -+ /usr/include/x11 \ -+ /usr/include/xorg \ -+ /usr/include/pixman-1 -+DLLS += vboxmouse_drv_$(XSERVER_VERSION) -+ -+ - # Check the undefined symbols in the X.Org modules against lists of allowed - # symbols. Not very elegant, but it will catch problems early. - ifdef VBOX_WITH_TESTCASES -diff --git a/src/VBox/Additions/x11/vboxvideo/Makefile.kmk b/src/VBox/Additions/x11/vboxvideo/Makefile.kmk ---- a/src/VBox/Additions/x11/vboxvideo/Makefile.kmk -+++ b/src/VBox/Additions/x11/vboxvideo/Makefile.kmk -@@ -22,7 +22,6 @@ include $(KBUILD_PATH)/subheader.kmk - # vboxvideo_drv - # - if1of ($(KBUILD_TARGET), linux) -- SYSMODS += vboxvideo_drv - endif # target linux - vboxvideo_drv_TEMPLATE = VBOXGUESTR3XF86MOD - vboxvideo_drv_DEFS.linux = linux -@@ -89,7 +88,6 @@ endif # target linux - # base keywords instead of using .solaris or .linux. - # Also it is *important* to use := and not = when deriving a property. - # --DLLS += vboxvideo_drv_70 - vboxvideo_drv_70_TEMPLATE = VBOXGUESTR3XORGMOD - if1of ($(KBUILD_TARGET), linux) - vboxvideo_drv_70_CFLAGS += \ -@@ -112,7 +110,6 @@ vboxvideo_drv_70_SOURCES = $(vboxvideo_drv_SOURCES) - # - # vboxvideo_drv_71 - # --DLLS += vboxvideo_drv_71 - vboxvideo_drv_71_TEMPLATE = VBOXGUESTR3XORGMOD - vboxvideo_drv_71_CFLAGS := $(vboxvideo_drv_70_CFLAGS) - vboxvideo_drv_71_DEFS := $(vboxvideo_drv_70_DEFS) -@@ -127,7 +124,6 @@ vboxvideo_drv_71_SOURCES = $(vboxvideo_drv_SOURCES) - # - # vboxvideo_drv_13 - # --DLLS += vboxvideo_drv_13 - vboxvideo_drv_13_TEMPLATE = VBOXGUESTR3XORGMOD - vboxvideo_drv_13_CFLAGS := $(vboxvideo_drv_70_CFLAGS) - vboxvideo_drv_13_DEFS := $(vboxvideo_drv_70_DEFS) VBOXVIDEO_13 -@@ -146,7 +142,6 @@ vboxvideo_drv_13_SOURCES = \ - # - # vboxvideo_drv_14 - # --DLLS += vboxvideo_drv_14 - vboxvideo_drv_14_TEMPLATE = VBOXGUESTR3XORGMOD - vboxvideo_drv_14_CFLAGS := $(vboxvideo_drv_70_CFLAGS) - vboxvideo_drv_14_DEFS := $(vboxvideo_drv_13_DEFS) -@@ -165,7 +160,6 @@ vboxvideo_drv_14_SOURCES = $(vboxvideo_drv_13_SOURCES) - # - # vboxvideo_drv_15 - # --DLLS += vboxvideo_drv_15 - vboxvideo_drv_15_TEMPLATE = VBOXGUESTR3XORGMOD - vboxvideo_drv_15_CFLAGS := $(vboxvideo_drv_70_CFLAGS) - vboxvideo_drv_15_DEFS := $(vboxvideo_drv_13_DEFS) NO_ANSIC PCIACCESS \ -@@ -192,7 +186,6 @@ endif - # - # vboxvideo_drv_16 - # --DLLS += vboxvideo_drv_16 - vboxvideo_drv_16_TEMPLATE = VBOXGUESTR3XORGMOD - vboxvideo_drv_16_CFLAGS := $(vboxvideo_drv_70_CFLAGS) - vboxvideo_drv_16_DEFS := $(vboxvideo_drv_15_DEFS) -@@ -212,7 +205,6 @@ vboxvideo_drv_16_SOURCES := $(vboxvideo_drv_15_SOURCES) - # - # vboxvideo_drv_17 - # --DLLS += vboxvideo_drv_17 - vboxvideo_drv_17_TEMPLATE = VBOXGUESTR3XORGMOD - vboxvideo_drv_17_CFLAGS := $(vboxvideo_drv_70_CFLAGS) - vboxvideo_drv_17_DEFS := $(vboxvideo_drv_15_DEFS) -@@ -239,7 +231,6 @@ vboxvideo_drv_17_SOURCES := $(vboxvideo_drv_15_SOURCES) - # - # vboxvideo_drv_18 - # --DLLS += vboxvideo_drv_18 - vboxvideo_drv_18_TEMPLATE = VBOXGUESTR3XORGMOD - vboxvideo_drv_18_CFLAGS := $(vboxvideo_drv_70_CFLAGS) - vboxvideo_drv_18_DEFS := $(vboxvideo_drv_15_DEFS) -@@ -266,7 +257,6 @@ vboxvideo_drv_18_SOURCES := $(vboxvideo_drv_15_SOURCES) - # - # vboxvideo_drv_19 - # --DLLS += vboxvideo_drv_19 - vboxvideo_drv_19_TEMPLATE = VBOXGUESTR3XORGMOD - vboxvideo_drv_19_CFLAGS := $(vboxvideo_drv_70_CFLAGS) - vboxvideo_drv_19_DEFS := $(vboxvideo_drv_15_DEFS) -@@ -293,7 +282,6 @@ vboxvideo_drv_19_SOURCES := $(vboxvideo_drv_15_SOURCES) - # - # vboxvideo_drv_110 - # --DLLS += vboxvideo_drv_110 - vboxvideo_drv_110_TEMPLATE = VBOXGUESTR3XORGMOD - vboxvideo_drv_110_CFLAGS := $(vboxvideo_drv_70_CFLAGS) - vboxvideo_drv_110_DEFS := $(vboxvideo_drv_15_DEFS) -@@ -317,6 +306,23 @@ vboxvideo_drv_110_INCS = \ - vboxvideo_drv_110_SOURCES := $(vboxvideo_drv_15_SOURCES) - - -+vboxvideo_drv_$(XSERVER_VERSION)_NAME := vboxvideo_drv -+vboxvideo_drv_$(XSERVER_VERSION)_INCS := \ -+ /usr/include/xorg \ -+ /usr/include/x11 \ -+ /usr/include/pixman-1 \ -+ /usr/include/X11/dri \ -+ /usr/include/drm \ -+ /usr/include/libdrm -+vboxvideo_drv_$(XSERVER_VERSION)_INCS += $(PATH_ROOT)/src/VBox/Runtime/include -+DLLS += vboxvideo_drv_$(XSERVER_VERSION) -+ -+# required for lenny backports -+ifeq ($(XSERVER_VERSION),14) -+ vboxvideo_drv_$(XSERVER_VERSION)_INCS += $(VBOX_PATH_X11_XORG_1_4)/xorg -+endif -+ -+ - # Check the undefined symbols in the X.Org modules against lists of allowed - # symbols. Not very elegant, but it will catch problems early. - ifdef VBOX_WITH_TESTCASES diff --git a/community/virtualbox/60-vboxguest.rules b/community/virtualbox/60-vboxguest.rules deleted file mode 100644 index 6285f7249..000000000 --- a/community/virtualbox/60-vboxguest.rules +++ /dev/null @@ -1,2 +0,0 @@ -ACTION=="add", KERNEL=="vboxguest", SUBSYSTEM=="misc", OWNER="root", MODE="0600" -ACTION=="add", KERNEL=="vboxuser", SUBSYSTEM=="misc", OWNER="root", MODE="0666" diff --git a/community/virtualbox/virtualbox-4-makeself-check.patch b/community/virtualbox/virtualbox-4-makeself-check.patch deleted file mode 100644 index e1fcb8c2f..000000000 --- a/community/virtualbox/virtualbox-4-makeself-check.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- VirtualBox-4.0.0_OSE/configure -+++ VirtualBox-4.0.0_OSE/configure -@@ -2527,7 +2527,6 @@ - check_compiler_h - [ "$BUILD_MACHINE" = "amd64" -a $WITH_VMMRAW -eq 1 ] && check_32bit - # tools/common/makeself* -- [ $OSE -ge 1 ] && check_makeself - fi - - [ -n "$SETUP_WINE" ] && setup_wine diff --git a/community/virtualbox/virtualbox-4-mkisofs-check.patch b/community/virtualbox/virtualbox-4-mkisofs-check.patch deleted file mode 100644 index 8b0d59123..000000000 --- a/community/virtualbox/virtualbox-4-mkisofs-check.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- VirtualBox-4.0.0_OSE/configure -+++ VirtualBox-4.0.0_OSE/configure -@@ -2499,7 +2499,6 @@ - # don't check for yasm for the time beeing as 0.40 and 0.50 both have known bugs - # [ "$OS" != "darwin" ] && check_yasm - [ "$OS" != "darwin" ] && check_xsltproc --[ "$OS" != "darwin" ] && check_mkisofs - - # the libraries - [ "$OS" != "darwin" ] && check_pthread diff --git a/community/virtualbox/virtualbox-archlinux-modules.install b/community/virtualbox/virtualbox-archlinux-modules.install deleted file mode 100644 index 40e979b05..000000000 --- a/community/virtualbox/virtualbox-archlinux-modules.install +++ /dev/null @@ -1,24 +0,0 @@ -KERNEL_VERSION='3.0-ARCH' - -post_install() { - cat << EOM - -===> virtualbox-archlinux-modules post-install message: -===> -===> You may want to load vboxguest, vboxsf and vboxvideo -===> -===> To load them automatically, add them -===> to the MODULES array in /etc/rc.conf. - -EOM - - depmod -v $KERNEL_VERSION >/dev/null 2>&1 -} - -post_remove() { - depmod -v $KERNEL_VERSION >/dev/null 2>&1 -} - -post_upgrade() { - depmod -v $KERNEL_VERSION >/dev/null 2>&1 -} diff --git a/community/widelands-data/PKGBUILD b/community/widelands-data/PKGBUILD deleted file mode 100644 index e83fd4754..000000000 --- a/community/widelands-data/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 57510 2011-10-29 20:40:01Z lcarlier $ -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> -# Contributor: Arkham <arkham at archlinux dot us> -# Contributor: Christoph Zeiler <rabyte*gmail> - -pkgname=widelands-data -pkgver=16 -_realver=build16 -pkgrel=1 -pkgdesc="Widelands data files" -arch=('any') -url="http://widelands.org/" -license=('GPL') -makedepends=('cmake' 'boost' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'ggz-client-libs' 'lua' 'glew' 'python2') -source=(http://launchpad.net/widelands/build16/$_realver/+download/widelands-$_realver-src.tar.bz2) -md5sums=('3d8c28e145b73c64d8ed1625319d25a2') - -build() { - cd $srcdir/widelands-$_realver-src - - mkdir -p build/compile && cd build/compile - - cmake ../.. -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DWL_INSTALL_PREFIX=/usr \ - -DWL_INSTALL_DATADIR=share/widelands \ - -DWL_INSTALL_BINDIR=bin - make -} - -package() { - cd $srcdir/widelands-$_realver-src/build/compile - - make DESTDIR="$pkgdir" install - - rm -r "$pkgdir"/usr/{bin,share/widelands/{ChangeLog,COPYING,CREDITS,VERSION}} -} |