notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: Mk/Uses/mlt.mk

Number of commits found: 11

Thursday, 7 Dec 2023
00:08 Jason E. Hale (jhale) search for other commits by this committer
multimedia/mlt7*: Update to 7.22.0

https://github.com/mltframework/mlt/releases/tag/v7.22.0
commit hash: 890355b44b8e73e91af2c7bda5148087f84e4640 commit hash: 890355b44b8e73e91af2c7bda5148087f84e4640 commit hash: 890355b44b8e73e91af2c7bda5148087f84e4640 commit hash: 890355b44b8e73e91af2c7bda5148087f84e4640 890355b
Friday, 13 Oct 2023
18:06 Tobias C. Berner (tcberner) search for other commits by this committer
multimedia/mlt7: update to 7.20.0

Framework

 * Fixed “blank” in a playlist does not have audio normalization
   filters.
 * Fixed serializing mlt_color transparent black as “#00000000” when the
   property was set using an integer or mlt_color.
 * Fixed mlt_chain_set_source() would always fetch a frame from the
   producer even if it has “meta.media.frame_rate_num” and
   “meta.media.frame_rate_den” properties making things slow.
 * Fixed Mlt::Chain leaking memory.

Modules

 * Added a blank producer to the core module.
 * Added keywords to gpstext filter:
    *  #gps_cadence#
    *  #gps_grade_degrees#
    *  #gps_grade_percentage#
    *  #gps_temperature#
 * Added some color_styles to the gpsgraphic filter:
    *  10 = color by speed (max 100 km/h)
    *  11 = color by grade (max 90 degrees)
    *  12 = color by grade (max 20 degrees)
 * Added more unit formats to legend_unit property of gpsgraphic filter:
    *  mmin or m/min
    *  ftmin or ft/min
 * Added keywords to dynamictext filter:
    *  #basename#
    *  #filename#
 * Fixed installing filter_audioseam.yml.
 * Added an avlink link to the avformat module for FFmpeg filters that
   can benefit from future frames such as adeclick.
 * Added the preserve_alpha property to the box_blur filter.
 * Fixed loading service metadata for the qt6 and glaxnimate-qt6
   modules.
 * Fixed a crash when changing the rotate property in avformat producer
   with interlace video.
 * Add astream and vstream properties to avformat producer. Unlike
   audio_index and video_index are absolute indices across the entire
   array of streams regardless their type, these new 0-based properties
   are relative to the type audio or video. For example, astream=1 is
   the second audio stream.
 * Fixed a possible crash in the avformat producer’s mlt_producer_probe
   virtual function.
 * Updated the glaxnimate module to version 0.5.4.
 * Fixed the sdl2 consumer crashing with the Linux radeonsi_dri driver
   and showing only all black with the Linux nvidia driver.

Other

 * Fix compiling on Android (not supported by the core developers).
 * Changed the avformat consumer FLAC preset to use the flac format.
 * Fixed the melt Shift+H and Shift+L keyboard shortcuts when the SDL2
   window has focus.
commit hash: ff7eb3bed9e904aae2960d4c52c98b048da9f420 commit hash: ff7eb3bed9e904aae2960d4c52c98b048da9f420 commit hash: ff7eb3bed9e904aae2960d4c52c98b048da9f420 commit hash: ff7eb3bed9e904aae2960d4c52c98b048da9f420 ff7eb3b
Sunday, 30 Jul 2023
20:15 Jason E. Hale (jhale) search for other commits by this committer
Mk/Uses/mlt.mk: Clean up after mlt6 removal
commit hash: 22f0ca191f7b6d3025657c31945dcb4bb985787f commit hash: 22f0ca191f7b6d3025657c31945dcb4bb985787f commit hash: 22f0ca191f7b6d3025657c31945dcb4bb985787f commit hash: 22f0ca191f7b6d3025657c31945dcb4bb985787f 22f0ca1
20:15 Jason E. Hale (jhale) search for other commits by this committer
multimedia/mlt7*: Update to 7.18.0

https://github.com/mltframework/mlt/releases/tag/v7.18.0
commit hash: 7ebddd96d3720fefc8594e9f28ff62ffe79d431b commit hash: 7ebddd96d3720fefc8594e9f28ff62ffe79d431b commit hash: 7ebddd96d3720fefc8594e9f28ff62ffe79d431b commit hash: 7ebddd96d3720fefc8594e9f28ff62ffe79d431b 7ebddd9
Friday, 2 Jun 2023
00:08 Jason E. Hale (jhale) search for other commits by this committer
multimedia/mlt7*: Update to 7.16.0

- Flavorize multimedia/mlt7-glaxnimate for Qt5 and Qt6

https://github.com/mltframework/mlt/releases/tag/v7.16.0
commit hash: 9a7c28fb5863250ee550f1d79e234f06c241a797 commit hash: 9a7c28fb5863250ee550f1d79e234f06c241a797 commit hash: 9a7c28fb5863250ee550f1d79e234f06c241a797 commit hash: 9a7c28fb5863250ee550f1d79e234f06c241a797 9a7c28f
Wednesday, 8 Mar 2023
05:32 Tobias C. Berner (tcberner) search for other commits by this committer
multimedia/mlt7: update to 7.14.0

Framework

 * Added functions to get detailed info about a producer more directly
   (without having to get a frame and get its image in the case of
   avformat producer, for example): mlt_producer_probe()
      Mlt::Producer::probe()
 * Added functions to add normalizer links to chains (based on a
   chain_loader.ini configuration data file:
   mlt_chain_attach_normalizers()
      Mlt::Chain::attach_normalizers()
 * Changed locale_t to mlt_locale_t to avoid redefinition on some
   systems (e.g. clang/llvm on win32).
 * Fixed the value provided with event “consumer-thread-join” to be
   mlt_event_data_thread as documented.
 * Fixed mlt_image_format_planes() for mlt_image_yuv420p.

Modules

 * Added a swresample link to the avformat module.
 * Added a resample link to the resample module.
 * Fixed compatibility of avformat module with FFmpeg version 6.
 * Fixed rotoscoping filter when request image size different than
   profile.
 * Fixed timeremap link breaking crop filter.
 * Fixed audio/video sync in avformat producer when the video start time
   is not 0.
 * Improved seeking on a WMA audio file in avformat producer.
 * Optimization to set AVDISCARD_ALL on disinterested streams in
   avformat producer.
 * Added separate demuxing thread in avformat producer.
 * Added filtergraph property to the avformat producer.
 * Fixed filter movit.convert’s CPU image converter in mlt_tractor and
   mlt_frame_clone().
 * Fixed using movit module with mlt_chain.
 * Fixed 10-bit full range YUV color input with Movit.
 * Fixed aspect ratio issues in qtblend filter transform.
 * Fixed the movit.luma transition.
 * Changed the qglsl consumer to use an OpenGL core profile version 3.2
   context to make it compatible with recent Movit versions.
 * Upgraded glaxnimate git submodule to version 0.5.2.
 * Fixed xml producer incorrectly adds a path prefix to a consumer
   producer.
 * Fixed using opencv.tracker filter with mlt_chain.
 * Added interlace-aware chroma conversion from mlt_image_yuv422 to
   yuv420p in the avformat consumer.
 * Added the speed_map property to the timeremap link.
 * Fixed the loader producer not injecting the consumer producer when a
   xml producer changes the frame rate.
 * Fixed ‘loader’ producer corrupts the profile colorspace and
   description when it injects a consumer producer.
 * Added a loader-nogl producer to the core module based on loader but
   prevents adding movit-based filters.
 * Changed count producer to take an optional string argument with the
   name of a loader producer.
 * Fixed yadif deinterlace not working in a mlt_chain.
 * Fixed the bob, weave, greedy, onefield deinterlace filter methods on
   x86-64 architecture.

Other

 * Fixed SWIG python shadow functions for mlt7.
 * Added CMake build option MOD_GLAXNIMATE_QT6.
commit hash: 178b67d93267bd34a18b3c7088d030a7554767fd commit hash: 178b67d93267bd34a18b3c7088d030a7554767fd commit hash: 178b67d93267bd34a18b3c7088d030a7554767fd commit hash: 178b67d93267bd34a18b3c7088d030a7554767fd 178b67d
Monday, 20 Feb 2023
19:41 Tobias C. Berner (tcberner) search for other commits by this committer
multimedia/mlt7: update to 7.12.0

This version is released soon after 7.10.0 to fix a couple of major new
bugs in the popular qtblend and frei0r.cairoblend transitions. It also
includes new color animation APIs with sensible interpolation!

Announcement:	https://www.mltframework.org/blog/v7.12.0_released/
commit hash: 6ba91b4d843c1417b73b7f8fe581bab2ec649584 commit hash: 6ba91b4d843c1417b73b7f8fe581bab2ec649584 commit hash: 6ba91b4d843c1417b73b7f8fe581bab2ec649584 commit hash: 6ba91b4d843c1417b73b7f8fe581bab2ec649584 6ba91b4
Saturday, 10 Dec 2022
07:46 Tobias C. Berner (tcberner) search for other commits by this committer
multimedia/mlt7: update to 7.10 and flavorize mlt-qt5 to mlt-qt@qt[56]
commit hash: 38d8890300295647b936d66371801d06eace3910 commit hash: 38d8890300295647b936d66371801d06eace3910 commit hash: 38d8890300295647b936d66371801d06eace3910 commit hash: 38d8890300295647b936d66371801d06eace3910 38d8890
Wednesday, 27 Jul 2022
17:05 Tobias C. Berner (tcberner) search for other commits by this committer
multimedia/mlt7: update to 7.8.0

- new module: mlt7-glaxnimate (recommended for upcoming version of kdenlive)

Changelog: https://www.mltframework.org/
commit hash: 8a584ac6475327a31d8722fdf4f9798683a90130 commit hash: 8a584ac6475327a31d8722fdf4f9798683a90130 commit hash: 8a584ac6475327a31d8722fdf4f9798683a90130 commit hash: 8a584ac6475327a31d8722fdf4f9798683a90130 8a584ac
Sunday, 20 Mar 2022
15:57 Charlie Li (vishwin) search for other commits by this committer
multimedia/mlt7: update to 7.4.0

Make the former XML option unconditional, as consumers require it to function
properly

Release notes: https://github.com/mltframework/mlt/releases/tag/v7.4.0

Approved by: tcberner (mentor, kde, portmgr)
Differential Revision: https://reviews.freebsd.org/D34610
commit hash: 74ecba43bb4045bd68bd21dbd5886e051e06936f commit hash: 74ecba43bb4045bd68bd21dbd5886e051e06936f commit hash: 74ecba43bb4045bd68bd21dbd5886e051e06936f commit hash: 74ecba43bb4045bd68bd21dbd5886e051e06936f 74ecba4
Friday, 30 Jul 2021
18:14 Tobias C. Berner (tcberner) search for other commits by this committer
multimedia/{py-,}mlt{-qt5,}: rename to multimedia/{py-,}mlt6{-qt5,}:

- To make it possible to easily import mlt-7 move the current port to
  a versioned directory.

- Add Mk/Uses/mlt.mk to make it easily possible to depend on a given mlt
  version:

  	USES=mlt:6

  will get you a dependency on multimedia/mlt6, while

	USES=mlt:7

  will get you a dependency on the soon to be added multimedia/mlt7

- Switch the port to use cmake as a build system
- While here, provide some more options to make it possible to have
  a leaner package if required

- Bump consumers after rename of the dependency
commit hash: 5c8adda9492587fe0c7d9c8160dbdf6f9b2e09a3 commit hash: 5c8adda9492587fe0c7d9c8160dbdf6f9b2e09a3 commit hash: 5c8adda9492587fe0c7d9c8160dbdf6f9b2e09a3 commit hash: 5c8adda9492587fe0c7d9c8160dbdf6f9b2e09a3 5c8adda

Number of commits found: 11