mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
Release notes: https://www.openshot.org/blog/2024/06/24/new_openshot_release_320/ Compatibility with FFMPEG 7.0 improved: build without errors, but there is an issue in the upstream bug-tracker related to the work of the software: https://github.com/OpenShot/libopenshot/issues/953#issuecomment-2131234669 PR: 278857
11 lines
289 B
Text
11 lines
289 B
Text
--- MANIFEST.in.orig 2024-03-27 20:05:10 UTC
|
|
+++ MANIFEST.in
|
|
@@ -9,4 +9,6 @@ recursive-include xdg *
|
|
global-exclude *__pycache__*
|
|
global-exclude *pyc
|
|
global-exclude .idea
|
|
-global-exclude .git
|
|
\ No newline at end of file
|
|
+global-exclude .git
|
|
+global-exclude *.bak
|
|
+global-exclude *.orig
|