[arch-commits] Commit in fmodex/repos (8 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Aug 15 19:38:37 UTC 2014


    Date: Friday, August 15, 2014 @ 21:38:36
  Author: svenstaro
Revision: 117446

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fmodex/repos/community-i686/PERMISSION
    (from rev 117445, fmodex/trunk/PERMISSION)
  fmodex/repos/community-i686/PKGBUILD
    (from rev 117445, fmodex/trunk/PKGBUILD)
  fmodex/repos/community-x86_64/PERMISSION
    (from rev 117445, fmodex/trunk/PERMISSION)
  fmodex/repos/community-x86_64/PKGBUILD
    (from rev 117445, 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	2014-08-15 19:38:30 UTC (rev 117445)
+++ community-i686/PERMISSION	2014-08-15 19:38:36 UTC (rev 117446)
@@ -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 117445, fmodex/trunk/PERMISSION)
===================================================================
--- community-i686/PERMISSION	                        (rev 0)
+++ community-i686/PERMISSION	2014-08-15 19:38:36 UTC (rev 117446)
@@ -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	2014-08-15 19:38:30 UTC (rev 117445)
+++ community-i686/PKGBUILD	2014-08-15 19:38:36 UTC (rev 117446)
@@ -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.40
-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=('509ef3614de172f2c903e37ae5192da8')
-
-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 117445, fmodex/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-15 19:38:36 UTC (rev 117446)
@@ -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.41
+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=('0537faee354a5f302b08000e6816fcdc')
+
+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	2014-08-15 19:38:30 UTC (rev 117445)
+++ community-x86_64/PERMISSION	2014-08-15 19:38:36 UTC (rev 117446)
@@ -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 117445, fmodex/trunk/PERMISSION)
===================================================================
--- community-x86_64/PERMISSION	                        (rev 0)
+++ community-x86_64/PERMISSION	2014-08-15 19:38:36 UTC (rev 117446)
@@ -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	2014-08-15 19:38:30 UTC (rev 117445)
+++ community-x86_64/PKGBUILD	2014-08-15 19:38:36 UTC (rev 117446)
@@ -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.40
-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=('509ef3614de172f2c903e37ae5192da8')
-
-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 117445, fmodex/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-15 19:38:36 UTC (rev 117446)
@@ -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.41
+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=('0537faee354a5f302b08000e6816fcdc')
+
+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