Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0d7480d5b022
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 25cdf546676e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 17, 2021

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

    Update Source URI for Beta 1-4.2
    smallstepforman authored Jul 17, 2021
    Copy the full SHA
    25cdf54 View commit details
Showing with 17 additions and 9 deletions.
  1. +17 −9 haiku-apps/medo/{medo-1.0.0~beta1.3.recipe → medo-1.0.0~beta1.4.recipe}
Original file line number Diff line number Diff line change
@@ -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