Update to R1.0.0-Beta1-4.2 (#6073)

Update Source URI for Beta 1-4.2
This commit is contained in:
Zenja Solaja
2021-07-17 15:25:35 +10:00
committed by GitHub
parent 0d7480d5b0
commit 25cdf54667

View File

@@ -2,9 +2,6 @@ SUMMARY="A media editor exclusively built for Haiku"
DESCRIPTION="Medo is a modern video editor with customisable OpenGL GLSL \
plugin based effects.
** Medo is still in early beta phase. While already usable, be prepared for
some rough edges... **
There are many bundled media effects, including:
- Colour grading effects (saturation, exposure, temperature etc.)
- Colour correction curves and white balance
@@ -14,19 +11,31 @@ There are many bundled media effects, including:
- Several special effects (blur, night vision, Chroma Key etc.)
- Spatial tools to transform media (scale, rotate, position, crop)
- Multiple text effects, including 3D extruded fonts
- Audio effects (20 band equaliser, fade)
- Audio effects (20 band equaliser, fade, IIR Filter)
Medo can edit UHD 4K videos, export to any Haiku supported codec, is optimised \
for many CPU-core systems, and has low system resource requirements.
An SDK allows 3rd party developers to create addons and plugins."
An SDK allows 3rd party developers to create addons and plugins.
Changelog for Beta1-4.2
- preview of media source
- tag media sources
- show clip trim/not visible markers
- Srgb/Linear/Gamma plugin (video)
- IIR Filter (audio)
- Multi chroma key (video)
- fixed multiple ffmpeg related crashes
- fixed audio resampler issues when seeking
- fixed zoom issues (use Z key for quick zoom)
- miscellanous bug fixes"
HOMEPAGE="https://github.com/smallstepforman/Medo"
COPYRIGHT="2019-2021 Zen Yes Pty Ltd"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/smallstepforman/Medo/archive/R1.0.0-Beta1-3.tar.gz"
CHECKSUM_SHA256="68c22862ec273b2d22a27be921fe770d7d3aa18f7a455d977ec0598c3104233e"
SOURCE_DIR="Medo-R1.0.0-Beta1-3"
SOURCE_URI="https://github.com/smallstepforman/Medo/releases/R1.0.0-Beta1-4.2.tar.gz"
CHECKSUM_SHA256="E209714FE963E49C6011B9001376A172D34983F464D825BEC5A0C5EE8438ED72"
SOURCE_DIR="Medo-R1.0.0-Beta1-4"
PATCHES="medo-1.0.0~beta1.2.patchset"
ARCHITECTURES="!x86_gcc2 x86_64"
@@ -52,7 +61,6 @@ BUILD_REQUIRES="
devel:libavformat$secondaryArchSuffix
devel:libfreetype$secondaryArchSuffix
devel:libGL$secondaryArchSuffix
devel:libsoxr$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix