Browse Source

package: keep package descriptions in sync.

pull/94/head
Vladimír Vondruš 11 years ago
parent
commit
af967d9159
  1. 2
      package/debian/control
  2. 2
      package/gentoo/dev-libs/magnum/magnum-9999.ebuild

2
package/debian/control vendored

@ -19,7 +19,7 @@ Package: magnum
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, corrade, libgl1, freeglut3, libopenal1, libsdl2
Description: C++11 and OpenGL 2D/3D graphics engine
Description: C++11/C++14 and OpenGL 2D/3D graphics engine
Magnum is 2D/3D graphics engine written in C++11 and modern OpenGL. Its goal
is to simplify low-level graphics development and interaction with OpenGL
using recent C++11 features and to abstract away platform-specific issues.

2
package/gentoo/dev-libs/magnum/magnum-9999.ebuild

@ -8,7 +8,7 @@ EGIT_REPO_URI="git://github.com/mosra/magnum.git"
inherit cmake-utils git-r3
DESCRIPTION="C++11 and OpenGL 2D/3D graphics engine"
DESCRIPTION="C++11/C++14 and OpenGL 2D/3D graphics engine"
HOMEPAGE="http://mosra.cz/blog/magnum.php"
LICENSE="MIT"

Loading…
Cancel
Save