From 116d03af8c83524c31ad0213113cfa4091dbadfc Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Thu, 2 Dec 2010 23:59:48 +0000 Subject: Housekeeping --- abs/core/freetype2-static/bytecode.patch | 29 --------------- .../freetype-2.2.1-memcpy-fix.patch | 14 -------- abs/extra/community/gnash-common/PKGBUILD | 40 --------------------- abs/extra/community/gnash-gtk/PKGBUILD | 40 --------------------- abs/extra/qscintilla/ChangeLog | 13 ------- abs/extra/wireshark/wireshark.desktop | 10 ------ abs/extra/wireshark/wireshark.png | Bin 18535 -> 0 bytes 7 files changed, 146 deletions(-) delete mode 100644 abs/core/freetype2-static/bytecode.patch delete mode 100644 abs/core/freetype2-static/freetype-2.2.1-memcpy-fix.patch delete mode 100644 abs/extra/community/gnash-common/PKGBUILD delete mode 100644 abs/extra/community/gnash-gtk/PKGBUILD delete mode 100644 abs/extra/qscintilla/ChangeLog delete mode 100644 abs/extra/wireshark/wireshark.desktop delete mode 100644 abs/extra/wireshark/wireshark.png diff --git a/abs/core/freetype2-static/bytecode.patch b/abs/core/freetype2-static/bytecode.patch deleted file mode 100644 index dd901ad..0000000 --- a/abs/core/freetype2-static/bytecode.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- include/freetype/config/ftoption.h.old 2006-05-12 02:05:49.000000000 +0800 -+++ include/freetype/config/ftoption.h 2006-10-02 01:22:50.000000000 +0800 -@@ -436,7 +436,7 @@ - /* Do not #undef this macro here, since the build system might */ - /* define it for certain configurations only. */ - /* */ --/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */ -+#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER - - - /*************************************************************************/ -@@ -448,7 +448,7 @@ - /* FT_PARAM_TAG_UNPATENTED_HINTING; or when the debug hook */ - /* FT_DEBUG_HOOK_UNPATENTED_HINTING is globally activated. */ - /* */ --#define TT_CONFIG_OPTION_UNPATENTED_HINTING -+#undef TT_CONFIG_OPTION_UNPATENTED_HINTING - - - /*************************************************************************/ -@@ -480,7 +480,7 @@ - /* http://partners.adobe.com/asn/developer/opentype/glyf.html */ - /* http://fonts.apple.com/TTRefMan/RM06/Chap6glyf.html */ - /* */ --#undef TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED -+#define TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED - - - /*************************************************************************/ diff --git a/abs/core/freetype2-static/freetype-2.2.1-memcpy-fix.patch b/abs/core/freetype2-static/freetype-2.2.1-memcpy-fix.patch deleted file mode 100644 index 67a1c07..0000000 --- a/abs/core/freetype2-static/freetype-2.2.1-memcpy-fix.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- freetype-2.2.1/src/psaux/psobjs.c~ 2006-04-26 16:38:17.000000000 +0200 -+++ freetype-2.2.1/src/psaux/psobjs.c 2006-09-10 15:01:13.000000000 +0200 -@@ -165,6 +165,11 @@ - return PSaux_Err_Invalid_Argument; - } - -+ if ( length < 0 ) { -+ FT_ERROR(( "ps_table_add: invalid length\n" )); -+ return PSaux_Err_Invalid_Argument; -+ } -+ - /* grow the base block if needed */ - if ( table->cursor + length > table->capacity ) - { diff --git a/abs/extra/community/gnash-common/PKGBUILD b/abs/extra/community/gnash-common/PKGBUILD deleted file mode 100644 index 107afb8..0000000 --- a/abs/extra/community/gnash-common/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 17544 2008-10-30 22:40:52Z pierre $ - -pkgname=gnash-common -pkgver=0.8.4 -pkgrel=1 -pkgdesc='A GNU Flash movie player' -arch=('i686' 'x86_64') -url='http://www.gnu.org/software/gnash/' -license=('GPL3') -depends=('curl' 'giflib' 'boost' 'libldap' 'gstreamer0.10-base' 'sdl' 'libgl' - 'libjpeg' 'libpng' 'mesa') -makedepends=('pkgconfig') -source=("http://ftp.gnu.org/gnu/gnash/${pkgver}/gnash-${pkgver}.tar.bz2") -options=('!libtool' '!emptydirs' '!docs') -provides=('gnash') -replaces=('gnash') -md5sums=('b47a7ed4b7c66b8c2ebacc2286ef0d4b') - -build() { - cd $srcdir/gnash-$pkgver - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-plugins \ - --disable-menus \ - --enable-gui=sdl \ - --enable-renderer=ogl \ - --enable-z \ - --enable-jpeg \ - --enable-libpng \ - --enable-gif \ - --enable-fontconfig \ - --enable-Xft \ - --enable-expat \ - --enable-gstreamer \ - --enable-media=gst || return 1 - - make || return 1 - make DESTDIR=$pkgdir install || return 1 -} diff --git a/abs/extra/community/gnash-gtk/PKGBUILD b/abs/extra/community/gnash-gtk/PKGBUILD deleted file mode 100644 index 45ba804..0000000 --- a/abs/extra/community/gnash-gtk/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 17609 2008-10-31 06:16:21Z pierre $ - -pkgname=gnash-gtk -pkgver=0.8.4 -pkgrel=1 -pkgdesc='A GNU Flash movie player (gtk)' -arch=('i686' 'x86_64') -url='http://www.gnu.org/software/gnash/' -license=("GPL3") -depends=("gnash-common=$pkgver" 'gtk2' 'gtkglext') -makedepends=('pkgconfig') -source=("http://ftp.gnu.org/gnu/gnash/${pkgver}/gnash-${pkgver}.tar.bz2") -options=('!libtool' '!emptydirs' '!docs') -md5sums=('b47a7ed4b7c66b8c2ebacc2286ef0d4b') - -build() { - cd $srcdir/gnash-$pkgver - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --enable-gui=gtk \ - --with-plugins-install=system \ - --with-npapi-plugindir=/usr/lib/mozilla/plugins \ - --enable-renderer=ogl \ - --enable-z \ - --enable-jpeg \ - --enable-libpng \ - --enable-gif \ - --enable-fontconfig \ - --enable-Xft \ - --enable-expat \ - --enable-gstreamer \ - --enable-media=gst || return 1 - - make || return 1 - make DESTDIR=$pkgdir install install-plugin || return 1 - rm -rf $pkgdir/usr/{lib/gnash,share} - rm -f $pkgdir/usr/bin/{gnash,gprocessor,dumpshm,soldumper,flvdumper} - rm -rf $pkgdir/etc -} diff --git a/abs/extra/qscintilla/ChangeLog b/abs/extra/qscintilla/ChangeLog deleted file mode 100644 index 8e78889..0000000 --- a/abs/extra/qscintilla/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ - -2008-11-22 Douglas Soares de Andrade - - * Updated for i686: 2.3.2 - -2008-10-15 Douglas Soares de Andrade - - * Updated for i686: 2.3 - -2008-07-06 Douglas Soares de Andrade - - * Updated for i686: 2.2 - diff --git a/abs/extra/wireshark/wireshark.desktop b/abs/extra/wireshark/wireshark.desktop deleted file mode 100644 index f4317f6..0000000 --- a/abs/extra/wireshark/wireshark.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -GenericName=Wireshark -Comment=Network protocol analyzer -Name=wireshark -Exec=wireshark -Icon=/usr/share/icons/wireshark.png -Type=Application -Terminal=false -Categories=Application;Network; diff --git a/abs/extra/wireshark/wireshark.png b/abs/extra/wireshark/wireshark.png deleted file mode 100644 index 4e40263..0000000 Binary files a/abs/extra/wireshark/wireshark.png and /dev/null differ -- cgit v0.12