Port details |
- l-smash MP4 muxer and other tools
- 2.18.0.10 multimedia =2 2.18.0.10Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2016-04-06 14:48:40
- Last Update: 2023-12-07 20:09:19
- Commit Hash: 0971018
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ISCL
- WWW:
- https://l-smash.github.io/l-smash/
- Description:
- L-SMASH is a cross-platform library for dealing with ISO Base Media
derived formats, including MP4.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- l-smash>0:multimedia/l-smash
- To install the port:
- cd /usr/ports/multimedia/l-smash/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/l-smash
- pkg install l-smash
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: l-smash
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1690745425
SHA256 (vimeo-l-smash-v2.18.0-10-g2c0696c_GH0.tar.gz) = 710370b5fea5ba6acca6b8f7315588926f28c98bee74c4143257ac40fcb8a6ba
SIZE (vimeo-l-smash-v2.18.0-10-g2c0696c_GH0.tar.gz) = 492886
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libobuparse.so : multimedia/obuparse
- This port is required by:
- for Libraries
-
- multimedia/vapoursynth-l-smash-works
- multimedia/x264
Configuration Options:
- No options to configure
- Options name:
- multimedia_l-smash
- USES:
- gmake localbase pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.18.0.10 07 Dec 2023 20:09:19 |
Dimitry Andric (dim) |
multimedia/l-smash: fix build with lld 17
Building multimedia/l-smash with lld 17 results in the following link
error:
ld: error: version script assignment of 'local' to symbol
'lsmash_string_to_wchar' failed: symbol not defined
The mentioned symbol is only used for Windows, but the configure script
fails to remove it from the linker script. Ensure the configure script's
sed command does removes it.
PR: 273753
MFH: 2023Q4 |
2.18.0.10 19 Sep 2023 18:06:31 |
Daniel Engberg (diizzy) |
multimedia/l-smash: Move USE_LDCONFIG in Makefile
Move it so Makefile follows Porters Handbook more closely |
2.18.0.10 05 Aug 2023 19:14:22 |
Daniel Engberg (diizzy) |
multimedia/l-smash: Switch to Vimeo fork and update to latest commit
(2023-04-06)
Contains various bug fixes and initial AV1 support |
2.14.5 04 May 2023 05:00:18 |
Jan Beich (jbeich) |
multimedia/l-smash: drop maintainership |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.14.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.14.5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.14.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.14.5 11 Feb 2018 12:48:54 |
jbeich |
multimedia/l-smash: update to 2.14.5
Changes: https://github.com/l-smash/l-smash/compare/v2.9.1...v2.14.5
ABI: https://people.freebsd.org/~jbeich/compat_reports/l-smash/2.9.1_to_2.14.5/compat_report.html |
2.9.1 16 Oct 2016 14:13:20 |
jbeich |
multimedia/l-smash: correct license type
No MIT variant uses "and/or" spelling.
Reported by: Gentoo
See also: https://fedoraproject.org/wiki/Licensing:MIT |
2.9.1 06 Apr 2016 14:48:33 |
jbeich |
multimedia/l-smash: add new port
L-SMASH is a cross-platform library for dealing with ISO Base Media
derived formats, including MP4.
https://l-smash.github.io/l-smash/ |