]> git.immae.eu Git - perso/Immae/Config/AUR.git/commitdiff
Add 'eternallands-music/' from commit '9b0e0d1218a1a8986dfa9c8ff06d8e566634b858'
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 14 Feb 2019 13:16:51 +0000 (14:16 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 14 Feb 2019 13:16:51 +0000 (14:16 +0100)
git-subtree-dir: eternallands-music
git-subtree-mainline: 7b75ed44ab9fff8685ffbf790747a769524a2b82
git-subtree-split: 9b0e0d1218a1a8986dfa9c8ff06d8e566634b858

README.md [new file with mode: 0644]
cal3d/.SRCINFO [new file with mode: 0644]
cal3d/PKGBUILD [new file with mode: 0644]
cal3d/cal3d-gcc43.diff [new file with mode: 0644]
dash-static/.SRCINFO [new file with mode: 0644]
dash-static/PKGBUILD [new file with mode: 0644]
editline/.SRCINFO [new file with mode: 0644]
editline/PKGBUILD [new file with mode: 0644]
eternallands-music/.SRCINFO [moved from .SRCINFO with 100% similarity]
eternallands-music/PKGBUILD [moved from PKGBUILD with 100% similarity]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..9c90e17
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+https://github.com/eli-schwartz/aurpublish
diff --git a/cal3d/.SRCINFO b/cal3d/.SRCINFO
new file mode 100644 (file)
index 0000000..8c32203
--- /dev/null
@@ -0,0 +1,20 @@
+# Generated by mksrcinfo v8
+# Thu Feb 14 10:53:58 UTC 2019
+pkgbase = cal3d
+       pkgdesc = A skeletal-based 3D character animation library
+       pkgver = 0.11.0
+       pkgrel = 7
+       url = https://mp3butcher.github.io/Cal3D/
+       arch = i686
+       arch = x86_64
+       license = GPL2
+       makedepends = patch
+       depends = gcc-libs
+       options = !libtool
+       source = https://mp3butcher.github.io/Cal3D/sources/cal3d-0.11.0.tar.gz
+       source = cal3d-gcc43.diff
+       sha512sums = 4dc4b36b8f18760bfe6f8c80cbd941c14e2ebe596d0cd514fdb1ae4175bf2706e125665272d67ff21d33bb4b34e7be22bad9c00d488c1da21f442550bf3f204f
+       sha512sums = 8f7694ac240a7cbfc198d8e481ab87901d0256defffb1601f68ef39463bf1471e29e13d147e9a6463113afa0e93f317c2ef99aa19633b4e597e6347c38a64f42
+
+pkgname = cal3d
+
diff --git a/cal3d/PKGBUILD b/cal3d/PKGBUILD
new file mode 100644 (file)
index 0000000..c7507da
--- /dev/null
@@ -0,0 +1,27 @@
+# Maintainer : Immae <ismael.bouya@normalesup.org>
+
+pkgname=cal3d
+pkgver=0.11.0
+pkgrel=7
+pkgdesc="A skeletal-based 3D character animation library"
+arch=(i686 x86_64)
+url="https://mp3butcher.github.io/Cal3D/"
+options=(!libtool)
+license=(GPL2)
+depends=('gcc-libs')
+makedepends=('patch')
+source=(https://mp3butcher.github.io/Cal3D/sources/cal3d-$pkgver.tar.gz cal3d-gcc43.diff)
+sha512sums=('4dc4b36b8f18760bfe6f8c80cbd941c14e2ebe596d0cd514fdb1ae4175bf2706e125665272d67ff21d33bb4b34e7be22bad9c00d488c1da21f442550bf3f204f'
+            '8f7694ac240a7cbfc198d8e481ab87901d0256defffb1601f68ef39463bf1471e29e13d147e9a6463113afa0e93f317c2ef99aa19633b4e597e6347c38a64f42')
+build() {
+  cd "${pkgname}-$pkgver"
+  patch -p0 < ../cal3d-gcc43.diff
+  sed -i -e "s/return false/return 0/" src/cal3d/loader.cpp
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-$pkgver"
+  make DESTDIR=${pkgdir} install
+}
diff --git a/cal3d/cal3d-gcc43.diff b/cal3d/cal3d-gcc43.diff
new file mode 100644 (file)
index 0000000..fc61235
--- /dev/null
@@ -0,0 +1,53 @@
+--- src/cal3d/hardwaremodel.cpp
++++ src/cal3d/hardwaremodel.cpp
+@@ -24,6 +24,7 @@
+ #include "cal3d/coreskeleton.h"
+ #include "cal3d/skeleton.h"
++#include <string.h>
+  /*****************************************************************************/
+ /** Constructs the hardware model instance.
+--- src/cal3d/platform.cpp
++++ src/cal3d/platform.cpp
+@@ -18,6 +18,8 @@
+ #include "cal3d/platform.h"
++#include <string.h>
++
+  /*****************************************************************************/
+ /** Constructs the platform instance.
+   *
+--- src/cal3d/renderer.cpp
++++ src/cal3d/renderer.cpp
+@@ -29,6 +29,8 @@
+ #include "cal3d/coresubmesh.h"
+ #include "cal3d/physique.h"
++#include <string.h>
++
+  /*****************************************************************************/
+ /** Constructs the renderer instance.
+   *
+--- src/cal3d/submesh.cpp
++++ src/cal3d/submesh.cpp
+@@ -16,6 +16,7 @@
+ #include "cal3d/error.h"
+ #include "cal3d/coresubmesh.h"
++#include <string.h>
+ CalSubmesh::CalSubmesh(CalCoreSubmesh* coreSubmesh)
+ {
+--- src/cal3d_converter.cpp
++++ src/cal3d_converter.cpp
+@@ -11,6 +11,8 @@
+ #include "cal3d/cal3d.h"
++#include <strings.h>
++
+ #define SKELETON 0
+ #define MESH 1
+ #define ANIMATION 2
diff --git a/dash-static/.SRCINFO b/dash-static/.SRCINFO
new file mode 100644 (file)
index 0000000..91d2f0c
--- /dev/null
@@ -0,0 +1,14 @@
+# Generated by mksrcinfo v8
+# Thu Feb 14 11:27:03 UTC 2019
+pkgbase = dash-static
+       pkgdesc = POSIX compliant shell that aims to be as small as possible. Statically compiled
+       pkgver = 0.5.10.2
+       pkgrel = 1
+       url = http://gondor.apana.org.au/~herbert/dash/
+       arch = x86_64
+       license = BSD
+       source = http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.10.2.tar.gz
+       sha512sums = 0ae29be77794df0ba254967649b9728611a75fbb3acd32ab6634d76399d1ce97c7d12d31da465482a7e4f3207093415c496c39525cace9b78ab3cb9444dd7640
+
+pkgname = dash-static
+
diff --git a/dash-static/PKGBUILD b/dash-static/PKGBUILD
new file mode 100644 (file)
index 0000000..9a9e1e7
--- /dev/null
@@ -0,0 +1,25 @@
+# Maintainer : Immae <ismael.bouya@normalesup.org>
+
+pkgname=dash-static
+pkgver=0.5.10.2
+pkgrel=1
+pkgdesc="POSIX compliant shell that aims to be as small as possible. Statically compiled"
+arch=('x86_64')
+url="http://gondor.apana.org.au/~herbert/dash/"
+license=('BSD')
+source=("http://gondor.apana.org.au/~herbert/dash/files/dash-${pkgver}.tar.gz")
+sha512sums=('0ae29be77794df0ba254967649b9728611a75fbb3acd32ab6634d76399d1ce97c7d12d31da465482a7e4f3207093415c496c39525cace9b78ab3cb9444dd7640')
+
+
+build () {
+  cd "dash-$pkgver"
+  export CC="gcc -static"
+  export CFLAGS="-Os -static"
+  ./configure --with-libedit
+  make
+}
+
+package() {
+  cd "dash-$pkgver"
+  install -Dm755 src/dash $pkgdir/usr/bin/dash-static
+}
diff --git a/editline/.SRCINFO b/editline/.SRCINFO
new file mode 100644 (file)
index 0000000..74852e6
--- /dev/null
@@ -0,0 +1,14 @@
+# Generated by mksrcinfo v8
+# Thu Feb 14 11:29:40 UTC 2019
+pkgbase = editline
+       pkgdesc = A readline() replacement for UNIX without termcap (ncurses)
+       pkgver = 1.15.3
+       pkgrel = 1
+       url = http://troglobit.com/editline.html
+       arch = x86_64
+       license = BSD
+       source = ftp://ftp.troglobit.com/editline/editline-1.15.3.tar.xz
+       sha512sums = 7566ba1616ec729fe6f60571b3ca3eef83fc9f12f530e8351976d16627ecc7fce81b7d620218ffa8a853d95fbbb397477e59dbc2dd113505ce27f790df2a7a38
+
+pkgname = editline
+
diff --git a/editline/PKGBUILD b/editline/PKGBUILD
new file mode 100644 (file)
index 0000000..4c6086a
--- /dev/null
@@ -0,0 +1,26 @@
+# Maintainer : Immae <ismael.bouya@normalesup.org>
+
+pkgname=editline
+pkgver=1.15.3
+pkgrel=1
+pkgdesc="A readline() replacement for UNIX without termcap (ncurses)"
+arch=('x86_64')
+url="http://troglobit.com/editline.html"
+license=('BSD')
+source=("ftp://ftp.troglobit.com/editline/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('7566ba1616ec729fe6f60571b3ca3eef83fc9f12f530e8351976d16627ecc7fce81b7d620218ffa8a853d95fbbb397477e59dbc2dd113505ce27f790df2a7a38')
+
+
+build () {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc \
+              --enable-gc
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  mv $pkgdir/usr/share/man/man3/editline.3 $pkgdir/usr/share/man/man3/editline-troglobit.3
+}
similarity index 100%
rename from .SRCINFO
rename to eternallands-music/.SRCINFO
similarity index 100%
rename from PKGBUILD
rename to eternallands-music/PKGBUILD