[arch-commits] Commit in fmodex/repos (8 files)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Mon Nov 18 15:03:06 UTC 2013
Date: Monday, November 18, 2013 @ 16:03:06
Author: svenstaro
Revision: 101149
archrelease: copy trunk to community-i686, community-x86_64
Added:
fmodex/repos/community-i686/PERMISSION
(from rev 101148, fmodex/trunk/PERMISSION)
fmodex/repos/community-i686/PKGBUILD
(from rev 101148, fmodex/trunk/PKGBUILD)
fmodex/repos/community-x86_64/PERMISSION
(from rev 101148, fmodex/trunk/PERMISSION)
fmodex/repos/community-x86_64/PKGBUILD
(from rev 101148, 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-11-18 15:02:52 UTC (rev 101148)
+++ community-i686/PERMISSION 2013-11-18 15:03:06 UTC (rev 101149)
@@ -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:sh at lutzhaase.com]
-Sent: Thursday, 15 July 2010 9:51 AM
-To: sales at 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 101148, fmodex/trunk/PERMISSION)
===================================================================
--- community-i686/PERMISSION (rev 0)
+++ community-i686/PERMISSION 2013-11-18 15:03:06 UTC (rev 101149)
@@ -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:sh at lutzhaase.com]
+Sent: Thursday, 15 July 2010 9:51 AM
+To: sales at 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-11-18 15:02:52 UTC (rev 101148)
+++ community-i686/PKGBUILD 2013-11-18 15:03:06 UTC (rev 101149)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at 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.21
-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=('8cc1e2cd358430ba1c4fc5aa80451514')
-
-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 101148, fmodex/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-18 15:03:06 UTC (rev 101149)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at 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:
Deleted: community-x86_64/PERMISSION
===================================================================
--- community-x86_64/PERMISSION 2013-11-18 15:02:52 UTC (rev 101148)
+++ community-x86_64/PERMISSION 2013-11-18 15:03:06 UTC (rev 101149)
@@ -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:sh at lutzhaase.com]
-Sent: Thursday, 15 July 2010 9:51 AM
-To: sales at 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 101148, fmodex/trunk/PERMISSION)
===================================================================
--- community-x86_64/PERMISSION (rev 0)
+++ community-x86_64/PERMISSION 2013-11-18 15:03:06 UTC (rev 101149)
@@ -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:sh at lutzhaase.com]
+Sent: Thursday, 15 July 2010 9:51 AM
+To: sales at 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-11-18 15:02:52 UTC (rev 101148)
+++ community-x86_64/PKGBUILD 2013-11-18 15:03:06 UTC (rev 101149)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at 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.21
-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=('8cc1e2cd358430ba1c4fc5aa80451514')
-
-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 101148, fmodex/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-11-18 15:03:06 UTC (rev 101149)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at 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:
More information about the arch-commits
mailing list