git: a3976f701abf - main - devel/py-game: Remove smpeg support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Dec 2024 19:57:43 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a3976f701abf3e2c04000faf1302ccec44d22daf
commit a3976f701abf3e2c04000faf1302ccec44d22daf
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-12-30 06:51:47 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-12-30 19:57:25 +0000
devel/py-game: Remove smpeg support
- smpeg support was dropped a long time ago in this commit:
https://github.com/pygame/pygame/commit/91533e138aa92e165ad4c9738e4184065846ce42
Approved by: portmgr (blanket)
---
devel/py-game/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile
index 5a4fa4dd5474..fe954405ae6b 100644
--- a/devel/py-game/Makefile
+++ b/devel/py-game/Makefile
@@ -1,5 +1,6 @@
PORTNAME= game
DISTVERSION= 2.6.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,8 +17,7 @@ BROKEN_i386= error: always_inline function '_mm_set_epi32' requires target featu
BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat
LIB_DEPENDS= libfreetype.so:print/freetype2 \
- libpng.so:graphics/png \
- libsmpeg.so:multimedia/smpeg
+ libpng.so:graphics/png
RUN_DEPENDS= ${PYNUMPY} \
v4l_compat>0:multimedia/v4l_compat