aboutsummaryrefslogtreecommitdiff
path: root/multimedia/makemkv
Commit message (Collapse)AuthorAgeFilesLines
* */*: Remove redundant '-*' from CONFLICTS definitionsStefan Eßer2021-11-251-1/+1
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* multimedia/makemkv: fix up CONFLICTS_BUILDMatthias Andree2021-08-301-1/+1
| | | | | Pointy hat to: mandree@ PR: 257946
* multimedia/makemkv: Add CONFLICTS_BUILD=v4l_compatMatthias Andree2021-08-301-0/+2
| | | | | | Approved by: Felix Palmen (maintainer, via IRC) Related to... PR: 257946
* multimedia/makemkv: maintainer update to 1.16.4Felix Palmen2021-08-304-13/+54
| | | | | | | | | | | | | | | | | | | | | | | | Release notes: * Much better support for discs with Java playlist obfuscation * Any Java runtime version is now supported, including Java 16 * Some small improvements * Bug fixes: - Program failed to recognize some AAC streams with exotic channel encoding - Picture dimensions were displayed incorrectly for some exotic HEVC streams - Conversion of some DVDs could fail at the very end of title Updated statically linked libraries: - fdk-aac 2.0.2 - ffmpeg 4.4 Added convenience script to update the free beta key as an example. On i386, the compiler from linux devtools now randomly segfaults, which is worked around by setting MAKE_JOBS_UNSAFE=yes for i386. PR: 257946
* multimedia/makemkv: Update URL after FreeBSD Documentation transitionPo-Chuan Hsieh2021-07-182-2/+2
| | | | Approved by: portmgr (blanket)
* Revert "multimedia/makemkv: fix typo in assignment"Rene Ladan2021-05-151-1/+1
| | | | | | | | | As tobik points out, there was no typo: - the license for ffmpeg is "LGPL21+" , not "LGPL21" - the space is there to distinguish the assignment operator from the append operator. This reverts commit ccd9394dc57170504aafd487f47d0680d752677d.
* multimedia/makemkv: fix typo in assignmentRene Ladan2021-05-141-1/+1
|
* Deorbit RESTRICTED && NO_CDROM, part one.Mathieu Arnold2021-05-061-6/+3
| | | | | | | | For ports that already use the licenses framwork, merge the content of RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs. Approved by: rene Differential Revision: https://reviews.freebsd.org/D30010
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix the rerolled distfileLi-Wen Hsu2021-03-221-3/+3
| | | | | | | | PR: 254475 Submitted by: Felix Palmen <felix@palmen-it.de> (maintainer) Notes: svn path=/head/; revision=568964
* multimedia/makemkv: update to 1.16.3Li-Wen Hsu2021-03-203-7/+9
| | | | | | | | PR: 254386 Submitted by: Felix Palmen <felix@palmen-it.de> (maintainer) Notes: svn path=/head/; revision=568860
* multimedia/makemkv: Update to 1.16.1Li-Wen Hsu2021-03-133-154/+25
| | | | | | | | PR: 254255 Submitted by: Felix Palmen <felix@palmen-it.de> (maintainer) Notes: svn path=/head/; revision=568277
* multimedia/makemkv: update to 1.15.4Jan Beich2020-12-212-6/+6
| | | | | | | | | Changes: https://makemkv.com/download/history.html PR: 252019 Submitted by: Felix Palmen (maintainer) Notes: svn path=/head/; revision=558845
* multimedia/makemkv: update to 1.15.2Steve Wills2020-07-283-15/+17
| | | | | | | | | | While here, a few fixes/improvements PR: 248273 Submitted by: Felix Palmen <felix@palmen-it.de> (maintainer) Notes: svn path=/head/; revision=543596
* multimedia/makemkv: update to 1.15.1 and allow package creationKurt Jaeger2020-05-113-34/+28
| | | | | | | | | | | | | | | - Added support for AACS v76 (for those poor souls without LibreDrive) - Improved handling for discs with mastering errors - Many internal improvements and small bugfixes - For some HD audio streams frames were dropped incorrectly on segment boundaries PR: 245665 Submitted by: Felix Palmen <felix@palmen-it.de> (maintainer) Reviewed by: rodrigo Notes: svn path=/head/; revision=534928
* New port: multimedia/makemkv a CLI video converter from DVDRodrigo Osorio2020-04-057-0/+520
This port is CLI only and leaves out the MakeMKV GUI, because makemkvcon (closed source Linux binary) won't run in guiserver mode. Also, as described in the pkg-message, it requires a custom FreeBSD kernel with the Linux SCSI generic drivers and has to be build by the final user to comply with the license terms. Work is ongoing with the author to have a FreeBSD native version of this port in the future. PR: 238004 Submitted by: Felix Palmen <felix@palmen-it.de> Notes: svn path=/head/; revision=530792