Bug 254379 - net/minidlna: add webm/rm/rmvb support
Summary: net/minidlna: add webm/rm/rmvb support
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: Olivier Cochard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-18 12:31 UTC by Masachika ISHIZUKA
Modified: 2021-03-19 09:31 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (glebius)


Attachments
add rm/rmvb (1005 bytes, patch)
2021-03-18 12:31 UTC, Masachika ISHIZUKA
no flags Details | Diff
add rm/rmvb/webm (520 bytes, patch)
2021-03-18 12:32 UTC, Masachika ISHIZUKA
no flags Details | Diff
add rm/rmvb/webm (386 bytes, patch)
2021-03-18 12:33 UTC, Masachika ISHIZUKA
no flags Details | Diff
port update to include the patch (1.11 KB, patch)
2021-03-19 06:40 UTC, Gleb Smirnoff
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Masachika ISHIZUKA 2021-03-18 12:31:18 UTC
Created attachment 223387 [details]
add rm/rmvb

minidlna 1.3.0_1,1 in ports tree is not support webm/rm/rmvb format.
These patches from https://github.com/lqs/minidlna add above format.
Comment 1 Masachika ISHIZUKA 2021-03-18 12:32:15 UTC
Created attachment 223388 [details]
add rm/rmvb/webm
Comment 2 Masachika ISHIZUKA 2021-03-18 12:33:04 UTC
Created attachment 223389 [details]
add rm/rmvb/webm
Comment 3 Gleb Smirnoff freebsd_committer freebsd_triage 2021-03-18 15:54:45 UTC
The https://github.com/lqs/minidlna doesn't include latest changes from Justin Maggard, it is based roughly on 1.2.9 version.

I'll contact him and check if it is possible to bring him up to date and maybe join our efforts.
Comment 4 Gleb Smirnoff freebsd_committer freebsd_triage 2021-03-19 06:40:22 UTC
Created attachment 223413 [details]
port update to include the patch
Comment 5 commit-hook freebsd_committer freebsd_triage 2021-03-19 09:30:34 UTC
A commit references this bug:

Author: olivier
Date: Fri Mar 19 09:29:39 UTC 2021
New revision: 568788
URL: https://svnweb.freebsd.org/changeset/ports/568788

Log:
  Add webm/rm/rmvb support

  PR:		254379
  Submitted by:	Masachika Ishizuka <ish@amail.plala.or.jp>
  Approved by:	glebius (maintainer)
  Obtained from:	https://github.com/lqs/minidlna/commit/4189368bba79d944edb54d4c7d476565e98c3e8b

Changes:
  head/net/minidlna/Makefile
  head/net/minidlna/distinfo
Comment 6 Olivier Cochard freebsd_committer freebsd_triage 2021-03-19 09:31:04 UTC
Thanks for your patch Masachika.