FreeBSD Bugzilla – Attachment 213460 Details for
Bug 245665
multimedia/makemkv: update to 1.15.1 and allow package creation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 1.15.1, allow package creation
makemkv-1.15.1.diff (text/plain), 5.59 KB, created by
Felix Palmen
on 2020-04-16 11:12:42 UTC
(
hide
)
Description:
Update to 1.15.1, allow package creation
Filename:
MIME Type:
Creator:
Felix Palmen
Created:
2020-04-16 11:12:42 UTC
Size:
5.59 KB
patch
obsolete
>Index: LEGAL >=================================================================== >--- LEGAL (revision 531484) >+++ LEGAL (working copy) >@@ -25,7 +25,6 @@ > # > # Dist Port Why > # ------------------------------------------------------------------------------ >-makemkv-* multimedia/makemkv MAKEMKV licenses don't allow distributing the package as it contains a modified version of the makemkvcon binary > *-for-1.4.tgz net/dgd-lpmud May not be used for monetary gain > *_MegaCLI.zip sysutils/megacli Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.lsi.com/lookup/License.aspx > 26410-800.zip audio/libaacplus unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies >@@ -144,6 +143,7 @@ > l_cc_p*_*.*.*.tar.gz lang/icc No redistribution allowed > macopix-*.tar.gz games/macopix Contains commercial character data > madfufw-* audio/madfufw No redistribution of firmware files >+makemkv-bin-* multimedia/makemkv Do not sell. Do not redistribute modified binaries, but explicit permission to distribute a patched makemkvcon given by copyright owner > malo-fw-*.tar.gz net/malo-firmware-kmod Marvell refuses to grant distribution rights > mb339pan_* games/flightgear-mb339-pan Redistribution prohibited > mindfocus-* games/mindfocus Contains commercial character data >Index: multimedia/makemkv/Makefile >=================================================================== >--- multimedia/makemkv/Makefile (revision 531484) >+++ multimedia/makemkv/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= makemkv >-PORTVERSION= 1.15.0 >+PORTVERSION= 1.15.1 > CATEGORIES= multimedia > MASTER_SITES= http://www.makemkv.com/download/:makemkv \ > http://www.makemkv.com/download/old/:makemkv \ >@@ -39,8 +39,8 @@ > LICENSE_NAME_FDK= The FDK AAC License > LICENSE_FILE_MAKEMKV= ${WRKDIR}/makemkv-bin-${PORTVERSION}/src/eula_en_linux.txt > LICENSE_FILE_FDK= ${WRKDIR}/fdk-aac-${FDKAACVERSION}/NOTICE >-LICENSE_PERMS_MAKEMKV= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell \ >- no-auto-accept >+LICENSE_PERMS_MAKEMKV= dist-mirror no-dist-sell pkg-mirror no-pkg-sell \ >+ auto-accept > LICENSE_PERMS_FDK= dist-mirror no-dist-sell pkg-mirror no-pkg-sell \ > auto-accept > LICENSE_DISTFILES_FDK= fdk-aac-${FDKAACVERSION}.tar.gz >@@ -57,11 +57,11 @@ > makemkv-oss-${PORTVERSION}.tar.gz > > ONLY_FOR_ARCHS= amd64 i386 >-USE_LDCONFIG= yes > USES= gmake linux pkgconfig perl5 > USE_LINUX= base expat expat:build openssl openssl:build > USE_PERL5= build > USE_GCC= yes >+USE_LDCONFIG= yes > BUILD_DEPENDS= nasm>0:devel/nasm \ > ${LOCALBASE}/include/expat.h:textproc/expat2 \ > patchelf>0:sysutils/patchelf \ >@@ -68,8 +68,11 @@ > gawk>0:lang/gawk \ > gsed>0:textproc/gsed > >-RESTRICTED= yes >+NO_CDROM= Do not sell > RESTRICTED_FILES= makemkv-bin-${PORTVERSION}.tar.gz >+LEGAL_TEXT= ${NO_CDROM}. Do not redistribute modified binaries, but\ >+ explicit permission to distribute a patched makemkvcon given\ >+ by copyright owner > > WRKSRC= ${WRKDIR}/makemkv-oss-${PORTVERSION} > >Index: multimedia/makemkv/distinfo >=================================================================== >--- multimedia/makemkv/distinfo (revision 531484) >+++ multimedia/makemkv/distinfo (working copy) >@@ -1,8 +1,8 @@ >-TIMESTAMP = 1585042908 >-SHA256 (makemkv/makemkv-oss-1.15.0.tar.gz) = a9213fa7cbf2bf2f03d90cd350ad53aa82394bc3991c440e9e369e4169f3ed06 >-SIZE (makemkv/makemkv-oss-1.15.0.tar.gz) = 6383576 >-SHA256 (makemkv/makemkv-bin-1.15.0.tar.gz) = 442d67d5368390263c30fca2d980ebfffb716be227b9f056b69961d2b11b26ff >-SIZE (makemkv/makemkv-bin-1.15.0.tar.gz) = 9516617 >+TIMESTAMP = 1587020270 >+SHA256 (makemkv/makemkv-oss-1.15.1.tar.gz) = 5e6b3da05a3298a0ac85c674dbde45d5eb36956159deb3207ac23f85a7ffa166 >+SIZE (makemkv/makemkv-oss-1.15.1.tar.gz) = 6403114 >+SHA256 (makemkv/makemkv-bin-1.15.1.tar.gz) = 80bbd4438c3ce6e95c085a63b9129c919dff865d14cd2b5e58a851da74302631 >+SIZE (makemkv/makemkv-bin-1.15.1.tar.gz) = 8338636 > SHA256 (makemkv/linux-2.6.32.27.tar.xz) = 96c20c370ed440db61624d93f34721a09a69b12bb81b1b03bb735041983fb1bd > SIZE (makemkv/linux-2.6.32.27.tar.xz) = 52652044 > SHA256 (makemkv/binutils-2.27.tar.bz2) = 369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88 >Index: multimedia/makemkv/pkg-descr >=================================================================== >--- multimedia/makemkv/pkg-descr (revision 531484) >+++ multimedia/makemkv/pkg-descr (working copy) >@@ -4,23 +4,8 @@ > patents-unencumbered format that can be played everywhere. MakeMKV is a format > converter, otherwise called "transcoder". It converts the video clips from > proprietary (and usually encrypted) disc into a set of MKV files, preserving >-most information but not changing it in any way. The MKV format can store >-multiple video/audio tracks with all meta-information and preserve chapters. >-There are many players that can play MKV files nearly on all platforms, and >-there are tools to convert MKV files to many formats, including DVD and Blu-ray >-discs. >+most information but not changing it in any way. > >-* Reads DVD and Blu-ray discs >-* Reads Blu-ray discs protected with latest versions of AACS and BD+ >-* Preserves all video and audio tracks, including HD audio >-* Preserves chapters information >-* Preserves all meta-information (track language, audio type) >-* Fast conversion - converts as fast as your drive can read data. >-* No additional software is required for conversion or decryption. >-* Functionality to open DVD discs is free and will always stay free. >-* All features (including Blu-ray decryption and processing) are free during >- BETA. >- > Known issues on FreeBSD: > > * Only the commandline interface works, so there is no GUI in this port. The
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 245665
:
213460
|
214344
|
214368
|
214374