FreeBSD Bugzilla – Attachment 240929 Details for
Bug 270248
games/hedgewars: Fails to build with FFmpeg 6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
switch to ffmpeg4
bug270248.switch-to-ffmpeg4.diff (text/plain), 1.06 KB, created by
Jan Beich
on 2023-03-17 21:09:01 UTC
(
hide
)
Description:
switch to ffmpeg4
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2023-03-17 21:09:01 UTC
Size:
1.06 KB
patch
obsolete
>diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile >index 7afe247c813a..6264bb4eaafb 100644 >--- a/games/hedgewars/Makefile >+++ b/games/hedgewars/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= hedgewars > PORTVERSION= 1.0.2 >+PORTREVISION= 1 > CATEGORIES= games > MASTER_SITES= https://www.hedgewars.org/download/releases/ > DISTNAME= ${PORTNAME}-src-${DISTVERSION} >@@ -40,12 +41,13 @@ OPTIONS_EXCLUDE_i386= VIDEOREC # some pascal issues preventing to use it > > VIDEOREC_DESC= Enable video recording (requires ffmpeg) > >+VIDEOREC_BUILD_DEPENDS= ffmpeg<5,1:multimedia/ffmpeg > VIDEOREC_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg > VIDEOREC_PLIST_FILES= lib/libavwrapper.so \ > lib/libavwrapper.so.1.0 > VIDEOREC_CMAKE_OFF= -DNOVIDEOREC=1 > >-.include <bsd.port.pre.mk> >+.include <bsd.port.options.mk> > > .if ${ARCH} == i386 > BUILD_DEPENDS+= ghc:lang/ghc >@@ -67,4 +69,5 @@ post-install: > ${INSTALL_DATA} ${WRKSRC}/misc/hedgewars.png \ > ${STAGEDIR}${PREFIX}/share/pixmaps/ > >-.include <bsd.port.post.mk> >+.include "${.CURDIR:H:H}/multimedia/ffmpeg4/override.mk" >+.include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 270248
: 240929