Bug 252323 - [NEW PORT] multimedia/dvdread: Util to convert encrypted DVDs to ISO files
Summary: [NEW PORT] multimedia/dvdread: Util to convert encrypted DVDs to ISO files
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL: https://github.com/xrgtn/dvdread
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-01 11:45 UTC by Daniel Engberg
Modified: 2021-01-01 22:53 UTC (History)
1 user (show)

See Also:


Attachments
Patch for dvdread (4.58 KB, patch)
2021-01-01 11:45 UTC, Daniel Engberg
diizzy: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2021-01-01 11:45:11 UTC
Created attachment 221158 [details]
Patch for dvdread

Utility with command-line interfaces to rip encrypted DVDs (CSS) and convert those into a decrypted ISO file

Compile tested on FreeBSD 13.0-CURRENT main-c1-g63f93c7e1 (amd64) (make, make check-plist) (with PR 252321+252322)
Run-time tested on FreeBSD 13.0-CURRENT #0: Wed Dec 30 11:54:07 CET 2020 (arm64) (hash unavailable) (with PR 252321+252322)
Poudriere testport OK 12.2-RELEASE (amd64)
Poudriere testport OK 11.4-RELEASE (amd64)

References:
https://aur.archlinux.org/cgit/aur.git/tree/?h=dvdread-git
https://github.com/silum/dvdread/tree/devel
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-01-01 22:52:49 UTC
A commit references this bug:

Author: pi
Date: Fri Jan  1 22:52:47 UTC 2021
New revision: 559886
URL: https://svnweb.freebsd.org/changeset/ports/559886

Log:
  New port: multimedia/dvdread: Util to convert encrypted DVDs to ISO files

  Command line utility with minimal dependencies that allows you to rip
  encrypted DVDs to ISO image.

  WWW: https://github.com/xrgtn/dvdread

  PR:		252323
  Submitted by:	daniel.engberg.lists@pyret.net

Changes:
  head/multimedia/Makefile
  head/multimedia/dvdread/
  head/multimedia/dvdread/Makefile
  head/multimedia/dvdread/distinfo
  head/multimedia/dvdread/files/
  head/multimedia/dvdread/files/extrapatch-region
  head/multimedia/dvdread/files/patch-dvdread.c
  head/multimedia/dvdread/pkg-descr
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2021-01-01 22:53:01 UTC
Committed, thanks!