Skip to content

Commit

Permalink
games/openmw: update to 0.48.0 release (+)
Browse files Browse the repository at this point in the history
OpenMW 0.48.0 Released!

Release notes:	https://openmw.org/2023/openmw-0-48-0-released/
  • Loading branch information
fluffykhv committed Aug 4, 2023
1 parent 5820b02 commit f8c3c7e
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 135 deletions.
15 changes: 7 additions & 8 deletions games/openmw/Makefile
@@ -1,7 +1,6 @@
PORTNAME= openmw
PORTREVISION= 7
DISTVERSIONPREFIX= openmw-
DISTVERSION= 0.47.0
DISTVERSION= 0.48.0
CATEGORIES= games

MAINTAINER= fluffy@FreeBSD.org
Expand All @@ -11,16 +10,19 @@ WWW= https://openmw.org/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libavcodec.so.58:multimedia/ffmpeg4 \
LIB_DEPENDS= libavcodec.so.60:multimedia/ffmpeg \
libboost_thread.so:devel/boost-libs \
libMyGUIEngine.so:x11-toolkits/mygui \
libBulletCollision.so:devel/bullet@double \
libosg.so:graphics/osg \
libRecast.so:graphics/recastnavigation \
libunshield.so:archivers/unshield \
liblz4.so:archivers/liblz4
liblz4.so:archivers/liblz4 \
libicui18n.so:devel/icu \
libyaml-cpp.so:devel/yaml-cpp

USES= cmake compiler:c++17-lang gl openal pkgconfig qt:5 sdl xorg
USES= cmake compiler:c++17-lang desktop-file-utils gl luajit openal \
pkgconfig qt:5 sdl sqlite xorg
USE_GITHUB= yes
GH_ACCOUNT= OpenMW
USE_GL= gl
Expand All @@ -44,9 +46,6 @@ DOCS_USES= python:build

PORTDOCS= *

post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${PATCH_WRKSRC}/cmake/FindFFmpeg.cmake
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*

Expand Down
8 changes: 3 additions & 5 deletions games/openmw/distinfo
@@ -1,5 +1,3 @@
TIMESTAMP = 1639405346
SHA256 (OpenMW-openmw-openmw-0.47.0_GH0.tar.gz) = bd7f77e1527c2180e9b0dfcbe401d6fb48f24dbb37701dac7747697873d6edb4
SIZE (OpenMW-openmw-openmw-0.47.0_GH0.tar.gz) = 5156857
SHA256 (recastnavigation-recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea_GH0.tar.gz) = c647e307d6cc62ba00bfd888e82da83844bf1e72f2c98bed2f1d95bac229b950
SIZE (recastnavigation-recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea_GH0.tar.gz) = 1542425
TIMESTAMP = 1690136917
SHA256 (OpenMW-openmw-openmw-0.48.0_GH0.tar.gz) = ebcc1e217479306a92036aabf6f8225a3d228759eef6255cda57fb8566b9d388
SIZE (OpenMW-openmw-openmw-0.48.0_GH0.tar.gz) = 6020423
11 changes: 0 additions & 11 deletions games/openmw/files/patch-cmake_FindFFmpeg.cmake

This file was deleted.

24 changes: 0 additions & 24 deletions games/openmw/files/patch-extern_CMakeLists.txt

This file was deleted.

0 comments on commit f8c3c7e

Please sign in to comment.