Compare commits

..

7 Commits

Author SHA1 Message Date
f2f861612a ⬆️ Updated angelscript 2023-05-23 12:49:57 +02:00
3b46a67de6 ⬆️ Updated socketw 2023-05-23 12:49:54 +02:00
0c91fe295e 🔧 Build Orge with nodeless positioning 2023-05-23 12:49:49 +02:00
606e8efc0c ⬆️ Updated packages 2023-05-17 16:57:42 +02:00
b67027f0fc ⬆️ Updated ogre to 13.4.4 2022-10-10 11:16:28 +00:00
1524e9e98d ⬆️ Updated socketw to 3.11 2022-10-10 11:13:33 +00:00
0503985544 🐛 Fixed Maintainer 2022-02-26 17:34:03 +01:00
9 changed files with 61 additions and 26 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
**/src/**
**/pkg/**
*.tar.*
*.zip
*.deb

View File

@@ -1,7 +1,7 @@
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
pkgname=angelscript
pkgver=2.35.1
pkgver=2.36.1
pkgrel=1
pkgdesc="An extremely flexible cross-platform scripting library"
arch=('i686' 'x86_64')
@@ -9,8 +9,8 @@ url="http://angelcode.com/angelscript/"
license=('custom:ZLIB')
source=("http://angelcode.com/angelscript/sdk/files/${pkgname}_${pkgver}.zip"
LICENSE)
sha512sums=('b15083c7a77434c291e72ea82cfbab7734fa79df654d911a822f306d526669ebe9e55a981e8a1914deda0d2a52ebdc0ffb51a4179f307632c8c7d74b1abc69fa'
'89225460b1f342d4611af27f5982d5d36c41b6948d9c72cb8d6a616b730eb830446a87e68e3a37ac2df41200d7637ec6338f935d8f88f9891d6b1b3fb4f10bb2')
sha512sums=('d6d213ce72135c89e47e67521f654611ff67673f3decd9db3da4b7bf317a04a3f91c5c6ae36658ec3f2b20498facd069af02a91255a24ec79c96d8c90d6b554e'
'89225460b1f342d4611af27f5982d5d36c41b6948d9c72cb8d6a616b730eb830446a87e68e3a37ac2df41200d7637ec6338f935d8f88f9891d6b1b3fb4f10bb2')
build() {
cd "$srcdir/sdk/angelscript/projects/cmake"

View File

@@ -1,7 +1,7 @@
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
pkgname=mygui
pkgver=3.4.0
pkgver=3.4.2
pkgrel=1
pkgdesc="A library for creating Graphical User Interfaces for games and 3D applications"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('ogre' 'libois-dev')
makedepends=('cmake')
provides=('mygui')
source=("https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz")
sha512sums=('3f560fd9c7e5b514da40e41c7753dc20649f80b763f5ee20afc9627df3be14242ea833eff09eac16b9e88b1c9fbed7c09def0c5068c832e710c247191fb53487')
sha256sums=('1cc45fb96c9438e3476778449af0378443d84794a458978a29c75306e45dd45a')
prepare() {
mkdir -p mygui-MyGUI${pkgver}/build
@@ -26,7 +26,7 @@ build() {
-DMYGUI_BUILD_DEMOS:BOOL=OFF \
-DMYGUI_BUILD_DOCS:BOOL=OFF \
-DMYGUI_BUILD_TEST_APP:BOOL=OFF \
-DMYGUI_BUILD_TOOLS:BOOL=ON \
-DMYGUI_BUILD_TOOLS:BOOL=OFF \
-DMYGUI_BUILD_PLUGINS:BOOL=OFF \
-DCMAKE_BUILD_TYPE=Release

View File

@@ -1,3 +1,5 @@
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
pkgname=ogre-caelum-git
pkgver=0.6.3.r38.g7763bff
pkgrel=1

View File

@@ -1,3 +1,5 @@
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
pkgname=ogre-pagedgeometry-git
pkgver=1.2.0.r59.g95194bc
pkgrel=1

27
ogre/.SRCINFO Normal file
View File

@@ -0,0 +1,27 @@
generated-by = makedeb
pkgname = ogre
pkgbase = ogre
pkgdesc = Scene-oriented, flexible 3D engine written in C++
pkgrel = 1
pkgver = 13.4.4
url = https://www.ogre3d.org
arch = x86_64
depends = libfreeimage-dev
depends = libfreetype6-dev
depends = libzzip-dev
depends = libois-dev
depends = nvidia-cg-toolkit
depends = libzzip-dev
depends = libtinyxml-dev
depends = libxrandr-dev
depends = libgles2-mesa-dev
depends = libxt-dev
depends = libxaw7-dev
depends = libglu1-mesa-dev
depends = libpugixml-dev
license = custom:MIT
makedepends = cmake
provides = ogre
source = https://github.com/OGRECave/ogre/archive/v13.4.4.tar.gz
sha512sums = 59e0929f5022b2d289030d42c651ce4f44a215be7aae262b1b6919e1d00225d226cce6bfa2e78525ae902290615c87eabe7b8dfe27b7087dd56081460bd35e1f
makedepends = cmake

View File

@@ -1,7 +1,7 @@
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
pkgname=ogre
pkgver=13.3.1
pkgver=13.6.4
pkgrel=1
pkgdesc='Scene-oriented, flexible 3D engine written in C++'
arch=('x86_64')
@@ -9,11 +9,11 @@ url='https://www.ogre3d.org'
license=('custom:MIT')
depends=('libfreeimage-dev' 'libfreetype6-dev' 'libzzip-dev' 'libois-dev'
'nvidia-cg-toolkit' 'libzzip-dev' 'libtinyxml-dev' 'libxrandr-dev'
'libgles2-mesa-dev' 'libxt-dev' 'libxaw7-dev' 'libglu1-mesa-dev' 'libpugixml-dev')
'libgles2-mesa-dev' 'libxt-dev' 'libxaw7-dev' 'libglu1-mesa-dev')
makedepends=('cmake')
provides=('ogre')
provides=('ogre=13.6.4')
source=("https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz")
sha512sums=('903994fafe0aaa41fbfcb34093a04253ee1c3df2419268035a32136bdc3ca1bb60c4e650437b96764b6466a234ac75499ec109c7a77903d027b62c86529453e5')
sha256sums=('9a8bde4884b2ce66594d2192c5147a07ad0e7b0fc87de86c798597142867d272')
prepare() {
mkdir -p ogre-${pkgver}/build
@@ -28,6 +28,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DOGRE_BUILD_PLUGIN_FREEIMAGE=TRUE \
-DOGRE_BUILD_PLUGIN_EXRCODEC=TRUE \
-DOGRE_NODELESS_POSITIONING=TRUE \
-DOGRE_BUILD_SAMPLES=FALSE \
-DOGRE_INSTALL_DOCS=FALSE

View File

@@ -1,15 +1,13 @@
generated-by = makedeb-makepkg
pkgbase = socketw
pkgdesc = a cross platform streaming socket C++ library
pkgver = 3.10.27
pkgrel = 1
url = http://rigsofrods.github.io/socketw/
arch = i686
arch = x86_64
license = GPL-2
depends = libssl-dev
source = https://github.com/RigsOfRods/socketw/archive/3.10.27.tar.gz
sha512sums = 2434e4e3ccb8a93a8fc08ca42e3af0b2e3ba420043b290c4b3f23c14f172e4cdc6a7f32e8abfaa11ecc0adc7f864ea07d03e444c62a286a83b62077a8b05673e
generated-by = makedeb
pkgname = socketw
pkgbase = socketw
pkgdesc = a cross platform streaming socket C++ library
pkgrel = 1
pkgver = 3.11.0
url = http://rigsofrods.github.io/socketw/
arch = i686
arch = x86_64
depends = libssl-dev
license = GPL-2
source = https://github.com/RigsOfRods/socketw/archive/3.11.0.tar.gz
sha512sums = de873c01e0f219c3fbc0630a685843677ec827dd1055f6949bcb942082305caeb7a2cfcf125d49901db784ff4226b200da1f8a59585270d20b70fa7a5a96a29c

View File

@@ -1,7 +1,7 @@
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
pkgname=socketw
pkgver=3.10.27
pkgver=3.11.0
pkgrel=1
pkgdesc="a cross platform streaming socket C++ library"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://rigsofrods.github.io/socketw/"
depends=('libssl-dev')
license=('GPL-2')
source=("https://github.com/RigsOfRods/socketw/archive/${pkgver}.tar.gz")
sha512sums=('2434e4e3ccb8a93a8fc08ca42e3af0b2e3ba420043b290c4b3f23c14f172e4cdc6a7f32e8abfaa11ecc0adc7f864ea07d03e444c62a286a83b62077a8b05673e')
sha512sums=('de873c01e0f219c3fbc0630a685843677ec827dd1055f6949bcb942082305caeb7a2cfcf125d49901db784ff4226b200da1f8a59585270d20b70fa7a5a96a29c')
build() {
cd socketw-${pkgver}