non port: multimedia/makemkv/Makefile |
SVNWeb
|
Number of commits found: 25 |
Sat, 3 Jun 2023
|
[ 17:19 Felix Palmen (zirias) ] 82d860a
multimedia/makemkv: Update to 1.17.4
Changes:
* Added support for AACS v81
* Small improvements and bugfixes
* Notable bug fixes:
- 4K BDAV discs with 4K-only content could fail to open
Reported by: portscout
Approved by: tcberner (mentor, implicit)
|
Sat, 13 May 2023
|
[ 08:35 Felix Palmen (zirias) ] 16de7a6
multimedia/makemkv: Update ffmpeg to 6.0
Update the statically linked ffmpeg to 6.0. For now, this also allows to
share the distfile with multimedia/ffmpeg
Approved by: tcberner (mentor, implicit)
|
Sun, 19 Feb 2023
|
[ 13:42 Felix Palmen (zirias) ] 6d5ba76
multimedia/makemkv: Update to 1.17.3
Changelog:
* Added support for 4K BDAV discs
* [Fix] DV HEVC streams with certain encoding were processed in a
non-compatible way
* [Fix] CellWalk scan faild on some DVDs
Also update statically linked ffmpeg to 5.1.2.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D38672
|
Sun, 30 Oct 2022
|
[ 06:48 Felix Palmen (zirias) ] 2dafb72
multimedia/makemkv: Update to 1.17.2
Changelog:
* Improved handling for discs with mastering errors
* Small improvements and bugfixes
Also drop DIST_SUBDIR as there are only two "extra" distfiles left, one
of them already shared with audio/fdk-aac, the other potentially shared
when multimedia/ffmpeg is updated.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D37084
|
Fri, 30 Sep 2022
|
[ 16:19 Felix Palmen (zirias) ] b7be888
multimedia/makemkv: Use new linux-c7 -devel pkgs
This avoids fetching upstream distfiles just for OpenSSL headers. Bump
port revision because different headers are used.
Also drop perl5 dependency (not needed any more) and avoid little-known
AT&T style replacements in Makefile.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36836
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Sun, 7 Aug 2022
|
[ 06:51 Felix Palmen (zirias) ] 28f74df
multimedia/makemkv: Update to 1.17.1
* Add FDK_AAC option, it's an optional dependency (disabled by default
for patent reasons).
* Improve port structure, consistently honor {C,CPP,CXX,LD}FLAGS from
environment also for the static libs (fdk-aac and ffmpeg).
* Remove cross-compiling cruft, it's unnecessary when using compilers
from linux-c7-devtools.
* Remove redundant info from pkg-descr that's already in pkg-message.
* Drop OpenSSL from LICENSE, it's linked dynamically and the distfile
is only needed to get the headers required for building.
* Update statically linked FFmpeg to latest version 5.1.
Changelog:
Small improvements and bugfixes
Details: https://makemkv.com/download/
Approved by: tcberner (mentor)
MFH: 2022Q3
Differential Revision: https://reviews.freebsd.org/D36039
|
Wed, 3 Aug 2022
|
[ 09:01 Felix Palmen (zirias) ] 0ac86ec (Only the first 10 of 12 ports in this commit are shown above. )
maintainer: Update to FreeBSD address
Change all MAINTAINER entries with <felix@palmen-it.de> to
<zirias@FreeBSD.org>.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36029
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 63f36d3 (Only the first 10 of 224 ports in this commit are shown above. )
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Fri, 8 Jul 2022
|
[ 14:39 Mikael Urankar (mikael) Author: Felix Palmen ] b6dbfbc
multimedia/makemkv: Add support for aarch64
Upstream started to provide the (closed-source) makemkvcon binary for
armv6/armv7 and aarch64 as well. For aarch64, we have the required
linux-c7 userland, so let's enable this architecture.
Differential Revision: https://reviews.freebsd.org/D35757
|
[ 03:03 Li-Wen Hsu (lwhsu) Author: Felix Palmen ] 43c5c83
multimedia/makemkv: Update to 1.17.0
Release notes (aggregated):
* LibMMBD stability improvements
* Improved handling for discs with mastering errors
* A new, rewritten DVD engine - much better handling for discs with
structure protection
* Many small bug-fixes
Updated statically linked libraries:
- ffmpeg 5.0.1
While here, convert pkg-message to UCL format.
PR: 265078
Reported by: portscout
|
Thu, 25 Nov 2021
|
[ 21:40 Stefan Eßer (se) ] 04b9da4 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: Remove redundant '-*' from CONFLICTS definitions
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)
|
Mon, 30 Aug 2021
|
[ 16:54 Matthias Andree (mandree) ] 421d8a3
multimedia/makemkv: fix up CONFLICTS_BUILD
Pointy hat to: mandree@
PR: 257946
|
[ 16:48 Matthias Andree (mandree) ] 5e91525
multimedia/makemkv: Add CONFLICTS_BUILD=v4l_compat
Approved by: Felix Palmen (maintainer, via IRC)
Related to...
PR: 257946
|
[ 16:48 Matthias Andree (mandree) Author: Felix Palmen ] a77e668
multimedia/makemkv: maintainer update to 1.16.4
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
|
Sat, 15 May 2021
|
[ 13:24 Rene Ladan (rene) ] c7f483b
Revert "multimedia/makemkv: fix typo in assignment"
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.
|
Fri, 14 May 2021
|
[ 19:49 Rene Ladan (rene) ] ccd9394
multimedia/makemkv: fix typo in assignment
|
Thu, 6 May 2021
|
[ 11:47 Mathieu Arnold (mat) ] adb9312 (Only the first 10 of 61 ports in this commit are shown above. )
Deorbit RESTRICTED && NO_CDROM, part one.
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
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 20 Mar 2021
|
[ 11:24 lwhsu ]
multimedia/makemkv: update to 1.16.3
PR: 254386
Submitted by: Felix Palmen <felix@palmen-it.de> (maintainer)
|
Sat, 13 Mar 2021
|
[ 19:39 lwhsu ]
multimedia/makemkv: Update to 1.16.1
PR: 254255
Submitted by: Felix Palmen <felix@palmen-it.de> (maintainer)
|
Mon, 21 Dec 2020
|
[ 17:07 jbeich ]
multimedia/makemkv: update to 1.15.4
Changes: https://makemkv.com/download/history.html
PR: 252019
Submitted by: Felix Palmen (maintainer)
|
Tue, 28 Jul 2020
|
[ 13:04 swills ]
multimedia/makemkv: update to 1.15.2
While here, a few fixes/improvements
PR: 248273
Submitted by: Felix Palmen <felix@palmen-it.de> (maintainer)
|
Mon, 11 May 2020
|
[ 18:50 pi ]
multimedia/makemkv: update to 1.15.1 and allow package creation
- 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
|
Sun, 5 Apr 2020
|
[ 15:09 rodrigo ] (Only the first 10 of 11 ports in this commit are shown above. )
New port: multimedia/makemkv a CLI video converter from DVD
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>
|
Number of commits found: 25 |