Date: Tuesday, December 10, 2013 @ 05:23:24 Author: svenstaro Revision: 102390
archrelease: copy trunk to community-i686, community-x86_64 Added: fmodex/repos/community-i686/PERMISSION (from rev 102389, fmodex/trunk/PERMISSION) fmodex/repos/community-i686/PKGBUILD (from rev 102389, fmodex/trunk/PKGBUILD) fmodex/repos/community-x86_64/PERMISSION (from rev 102389, fmodex/trunk/PERMISSION) fmodex/repos/community-x86_64/PKGBUILD (from rev 102389, fmodex/trunk/PKGBUILD) Deleted: fmodex/repos/community-i686/PERMISSION fmodex/repos/community-i686/PKGBUILD fmodex/repos/community-x86_64/PERMISSION fmodex/repos/community-x86_64/PKGBUILD -----------------------------+ /PERMISSION | 50 +++++++++++++++++++++++++ /PKGBUILD | 82 ++++++++++++++++++++++++++++++++++++++++++ community-i686/PERMISSION | 25 ------------ community-i686/PKGBUILD | 41 --------------------- community-x86_64/PERMISSION | 25 ------------ community-x86_64/PKGBUILD | 41 --------------------- 6 files changed, 132 insertions(+), 132 deletions(-) Deleted: community-i686/PERMISSION =================================================================== --- community-i686/PERMISSION 2013-12-10 04:23:09 UTC (rev 102389) +++ community-i686/PERMISSION 2013-12-10 04:23:24 UTC (rev 102390) @@ -1,25 +0,0 @@ -Hi Sven, -sounds ok to me. -regards, - -Brett Paterson | CEO -FMOD by Firelight Technologies Pty Ltd -Interactive Audio Middleware | www.fmod.org -PH: +61 3 96635947 Fax: +61 3 96635951 - - ------Original Message----- -From: Sven-Hendrik Haase [mailto:s...@lutzhaase.com] -Sent: Thursday, 15 July 2010 9:51 AM -To: sa...@fmod.org -Subject: Redistribution for Arch Linux - - Hello, - - I'm a packager for the Arch Linux project (http://www.archlinux.org) and - I would like to ask you for permission for redistributing FMOD in binary - form in our project. Arch Linux is a free operating system and is run - entirely by volunteers. There is no commercial context. - - Regards, - Sven-Hendrik Haase Copied: fmodex/repos/community-i686/PERMISSION (from rev 102389, fmodex/trunk/PERMISSION) =================================================================== --- community-i686/PERMISSION (rev 0) +++ community-i686/PERMISSION 2013-12-10 04:23:24 UTC (rev 102390) @@ -0,0 +1,25 @@ +Hi Sven, +sounds ok to me. +regards, + +Brett Paterson | CEO +FMOD by Firelight Technologies Pty Ltd +Interactive Audio Middleware | www.fmod.org +PH: +61 3 96635947 Fax: +61 3 96635951 + + +-----Original Message----- +From: Sven-Hendrik Haase [mailto:s...@lutzhaase.com] +Sent: Thursday, 15 July 2010 9:51 AM +To: sa...@fmod.org +Subject: Redistribution for Arch Linux + + Hello, + + I'm a packager for the Arch Linux project (http://www.archlinux.org) and + I would like to ask you for permission for redistributing FMOD in binary + form in our project. Arch Linux is a free operating system and is run + entirely by volunteers. There is no commercial context. + + Regards, + Sven-Hendrik Haase Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2013-12-10 04:23:09 UTC (rev 102389) +++ community-i686/PKGBUILD 2013-12-10 04:23:24 UTC (rev 102390) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> -# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> - -# Note: This packae is proprietary and distribution is limited. However, we -# have written permission to by the FMOD CEO to distribute this in binary form. -pkgname=fmodex -pkgver=4.44.26 -pkgrel=1 -pkgdesc="An advanced audio engine" -arch=('i686' 'x86_64') -url="http://www.fmod.org/" -license=('custom') -source=("http://www.fmod.org/download/fmodex/api/Linux/fmodapi${pkgver//./}linux.tar.gz") -md5sums=('b124437618eb00fcbe8da23826022734') - -package() { - cd fmodapi${pkgver//./}linux - - mkdir -p ${pkgdir}/usr/lib - mkdir -p ${pkgdir}/usr/include/fmodex - - cp -d api/lib/* ${pkgdir}/usr/lib/ - [[ $CARCH == "i686" ]] && rm ${pkgdir}/usr/lib/*64* - - if [[ $CARCH == "x86_64" ]]; then - cd ${pkgdir}/usr/lib - ln -sf libfmodex64-${pkgver}.so libfmodex-${pkgver}.so - ln -sf libfmodexL64-${pkgver}.so libfmodexL-${pkgver}.so - cd ${srcdir}/fmodapi${pkgver//./}linux - fi - - cp api/inc/* ${pkgdir}/usr/include/fmodex/ - - install -Dm644 documentation/LICENSE.TXT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - - mkdir -p ${pkgdir}/usr/share/doc/fmodex - cp -r documentation examples ${pkgdir}/usr/share/doc/fmodex -} - -# vim:set ts=2 sw=2 et: Copied: fmodex/repos/community-i686/PKGBUILD (from rev 102389, fmodex/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-12-10 04:23:24 UTC (rev 102390) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> +# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> + +# Note: This packae is proprietary and distribution is limited. However, we +# have written permission to by the FMOD CEO to distribute this in binary form. +pkgname=fmodex +pkgver=4.44.27 +pkgrel=1 +pkgdesc="An advanced audio engine" +arch=('i686' 'x86_64') +url="http://www.fmod.org/" +license=('custom') +source=("http://www.fmod.org/download/fmodex/api/Linux/fmodapi${pkgver//./}linux.tar.gz") +md5sums=('722c1b98d73cb8c9db2d6772554f2510') + +package() { + cd fmodapi${pkgver//./}linux + + mkdir -p ${pkgdir}/usr/lib + mkdir -p ${pkgdir}/usr/include/fmodex + + cp -d api/lib/* ${pkgdir}/usr/lib/ + [[ $CARCH == "i686" ]] && rm ${pkgdir}/usr/lib/*64* + + if [[ $CARCH == "x86_64" ]]; then + cd ${pkgdir}/usr/lib + ln -sf libfmodex64-${pkgver}.so libfmodex-${pkgver}.so + ln -sf libfmodexL64-${pkgver}.so libfmodexL-${pkgver}.so + cd ${srcdir}/fmodapi${pkgver//./}linux + fi + + cp api/inc/* ${pkgdir}/usr/include/fmodex/ + + install -Dm644 documentation/LICENSE.TXT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE + + mkdir -p ${pkgdir}/usr/share/doc/fmodex + cp -r documentation examples ${pkgdir}/usr/share/doc/fmodex +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PERMISSION =================================================================== --- community-x86_64/PERMISSION 2013-12-10 04:23:09 UTC (rev 102389) +++ community-x86_64/PERMISSION 2013-12-10 04:23:24 UTC (rev 102390) @@ -1,25 +0,0 @@ -Hi Sven, -sounds ok to me. -regards, - -Brett Paterson | CEO -FMOD by Firelight Technologies Pty Ltd -Interactive Audio Middleware | www.fmod.org -PH: +61 3 96635947 Fax: +61 3 96635951 - - ------Original Message----- -From: Sven-Hendrik Haase [mailto:s...@lutzhaase.com] -Sent: Thursday, 15 July 2010 9:51 AM -To: sa...@fmod.org -Subject: Redistribution for Arch Linux - - Hello, - - I'm a packager for the Arch Linux project (http://www.archlinux.org) and - I would like to ask you for permission for redistributing FMOD in binary - form in our project. Arch Linux is a free operating system and is run - entirely by volunteers. There is no commercial context. - - Regards, - Sven-Hendrik Haase Copied: fmodex/repos/community-x86_64/PERMISSION (from rev 102389, fmodex/trunk/PERMISSION) =================================================================== --- community-x86_64/PERMISSION (rev 0) +++ community-x86_64/PERMISSION 2013-12-10 04:23:24 UTC (rev 102390) @@ -0,0 +1,25 @@ +Hi Sven, +sounds ok to me. +regards, + +Brett Paterson | CEO +FMOD by Firelight Technologies Pty Ltd +Interactive Audio Middleware | www.fmod.org +PH: +61 3 96635947 Fax: +61 3 96635951 + + +-----Original Message----- +From: Sven-Hendrik Haase [mailto:s...@lutzhaase.com] +Sent: Thursday, 15 July 2010 9:51 AM +To: sa...@fmod.org +Subject: Redistribution for Arch Linux + + Hello, + + I'm a packager for the Arch Linux project (http://www.archlinux.org) and + I would like to ask you for permission for redistributing FMOD in binary + form in our project. Arch Linux is a free operating system and is run + entirely by volunteers. There is no commercial context. + + Regards, + Sven-Hendrik Haase Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2013-12-10 04:23:09 UTC (rev 102389) +++ community-x86_64/PKGBUILD 2013-12-10 04:23:24 UTC (rev 102390) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> -# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> - -# Note: This packae is proprietary and distribution is limited. However, we -# have written permission to by the FMOD CEO to distribute this in binary form. -pkgname=fmodex -pkgver=4.44.26 -pkgrel=1 -pkgdesc="An advanced audio engine" -arch=('i686' 'x86_64') -url="http://www.fmod.org/" -license=('custom') -source=("http://www.fmod.org/download/fmodex/api/Linux/fmodapi${pkgver//./}linux.tar.gz") -md5sums=('b124437618eb00fcbe8da23826022734') - -package() { - cd fmodapi${pkgver//./}linux - - mkdir -p ${pkgdir}/usr/lib - mkdir -p ${pkgdir}/usr/include/fmodex - - cp -d api/lib/* ${pkgdir}/usr/lib/ - [[ $CARCH == "i686" ]] && rm ${pkgdir}/usr/lib/*64* - - if [[ $CARCH == "x86_64" ]]; then - cd ${pkgdir}/usr/lib - ln -sf libfmodex64-${pkgver}.so libfmodex-${pkgver}.so - ln -sf libfmodexL64-${pkgver}.so libfmodexL-${pkgver}.so - cd ${srcdir}/fmodapi${pkgver//./}linux - fi - - cp api/inc/* ${pkgdir}/usr/include/fmodex/ - - install -Dm644 documentation/LICENSE.TXT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - - mkdir -p ${pkgdir}/usr/share/doc/fmodex - cp -r documentation examples ${pkgdir}/usr/share/doc/fmodex -} - -# vim:set ts=2 sw=2 et: Copied: fmodex/repos/community-x86_64/PKGBUILD (from rev 102389, fmodex/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-12-10 04:23:24 UTC (rev 102390) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> +# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> + +# Note: This packae is proprietary and distribution is limited. However, we +# have written permission to by the FMOD CEO to distribute this in binary form. +pkgname=fmodex +pkgver=4.44.27 +pkgrel=1 +pkgdesc="An advanced audio engine" +arch=('i686' 'x86_64') +url="http://www.fmod.org/" +license=('custom') +source=("http://www.fmod.org/download/fmodex/api/Linux/fmodapi${pkgver//./}linux.tar.gz") +md5sums=('722c1b98d73cb8c9db2d6772554f2510') + +package() { + cd fmodapi${pkgver//./}linux + + mkdir -p ${pkgdir}/usr/lib + mkdir -p ${pkgdir}/usr/include/fmodex + + cp -d api/lib/* ${pkgdir}/usr/lib/ + [[ $CARCH == "i686" ]] && rm ${pkgdir}/usr/lib/*64* + + if [[ $CARCH == "x86_64" ]]; then + cd ${pkgdir}/usr/lib + ln -sf libfmodex64-${pkgver}.so libfmodex-${pkgver}.so + ln -sf libfmodexL64-${pkgver}.so libfmodexL-${pkgver}.so + cd ${srcdir}/fmodapi${pkgver//./}linux + fi + + cp api/inc/* ${pkgdir}/usr/include/fmodex/ + + install -Dm644 documentation/LICENSE.TXT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE + + mkdir -p ${pkgdir}/usr/share/doc/fmodex + cp -r documentation examples ${pkgdir}/usr/share/doc/fmodex +} + +# vim:set ts=2 sw=2 et: