Version: 20220331, Package name: atomicparsley-20220331 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description AtomicParsley is a lightweight command line program for reading, parsing and setting metadata into MPEG-4 files supporting these styles of metadata: * iTunes-style metadata into .mp4, .m4a, .m4p, .m4v, .m4b files * 3gp-style assets (3GPP TS 26.444 version 6.4.0 Release 6 specification conforming) in 3GPP, 3GPP2, MobileMP4 & derivatives * ISO copyright notices at movie & track level for MPEG-4 & derivatives * uuid private user extension text & file embedding for MPEG-4 & derivatives |
Filesize: 225.081 KB |
Version History (View Complete History) |
|
2021-07-25 16:53:09 by Charlene Wendling | Files touched by this commit (5) |
Log message: atomicparsley: update to 20210715 Changelog: https://github.com/wez/atomicparsley/compare/0.9.6...20210715.151551.e7ad03a Also add patches to ensure the runtime is fine on unsigned char archs. OK sthen@ |
2020-02-03 13:40:41 by Stuart Henderson | Files touched by this commit (69) |
Log message: drop maintainer |
2019-06-03 10:06:58 by Stuart Henderson | Files touched by this commit (153) |
Log message: s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying in ports which I maintain |
2019-05-19 05:26:25 by Christian Weisgerber | Files touched by this commit (16) |
Log message: switch to CONFIGURE_STYLE=autoreconf |
2018-11-05 10:23:41 by Stuart Henderson | Files touched by this commit (9) |
Log message: most post-patch to do-gen |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2016-06-11 16:12:13 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to AtomicParsley-0.96 |
2016-06-11 16:11:53 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to AtomicParsley-0.96 |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-05-08 14:48:10 by Stuart Henderson | Files touched by this commit (2) |
Log message: change a particularly annoying progress bar to fit in 80 columns so it doesn't wrap and spew all over the console. |