Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / ogre
Commits: b7f86a40 by Sven-Hendrik Haase at 2024-09-28T06:33:44+02:00 upgpkg: 14.2.1-3: Remove freeimage support See https://gitlab.archlinux.org/archlinux/packaging/packages/freeimage/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = ogre pkgdesc = Scene-oriented, flexible 3D engine written in C++ pkgver = 14.2.1 - pkgrel = 2 + pkgrel = 3 url = http://www.ogre3d.org install = ogre.install arch = x86_64 @@ -15,7 +15,6 @@ pkgbase = ogre makedepends = ninja makedepends = cppunit makedepends = swig - depends = freeimage depends = freetype2 depends = libxaw depends = libxrandr ===================================== PKGBUILD ===================================== @@ -1,12 +1,12 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=ogre pkgver=14.2.1 -pkgrel=2 +pkgrel=3 pkgdesc='Scene-oriented, flexible 3D engine written in C++' arch=('x86_64') url='http://www.ogre3d.org' license=('custom:MIT') -depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'sdl2' 'glu' 'pugixml' 'zlib' 'bullet') +depends=('freetype2' 'libxaw' 'libxrandr' 'sdl2' 'glu' 'pugixml' 'zlib' 'bullet') makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'python' 'ninja' 'cppunit' 'swig') install=ogre.install source=("$pkgname-$pkgver.tar.gz::https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ogre/-/commit/b7f86a403de13c87dc7d7ff775d2517da89e8ac4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ogre/-/commit/b7f86a403de13c87dc7d7ff775d2517da89e8ac4 You're receiving this email because of your account on gitlab.archlinux.org.
