#36617 closed request (fixed)
package mediainfo (display info about audio and video files on CLI)
Reported by: | guanoapes84@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch | Cc: | ctreleaven (Craig Treleaven) |
Port: | mediainfo |
Description
Media Info supplies technical and tag information about a video or audio file. Supported formats: Video : MKV, OGM, MP4, AVI, MPG, VOB, MPEG1, MPEG2, MPEG4, DVD, WMV, ASF, DivX, XviD, MOV (Quicktime), SWF(Flash), FLV, FLI, RM/RMVB. Audio : OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF, WMA.
Attachments (2)
Change History (11)
comment:1 Changed 12 years ago by guanoapes84@…
Cc: | guanoapes84@… added |
---|
comment:2 Changed 12 years ago by ctreleaven (Craig Treleaven)
See previous (uncompleted) work: #22554
comment:4 Changed 12 years ago by ctreleaven (Craig Treleaven)
Attached is a draft portfile that works for me. There may well be a better way to do this--I don't know anything about 'auto' tools.
Changed 12 years ago by ctreleaven (Craig Treleaven)
Changed 12 years ago by ctreleaven (Craig Treleaven)
Attachment: | MediaInfo sample output.txt added |
---|
comment:5 Changed 12 years ago by ctreleaven (Craig Treleaven)
BTW, tested only on OS X 10.6.8 with XCode 3.2.6. Could someone test with Lion/Mtn Lion and XCode 4.x?
comment:6 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | guanoapes84@… removed |
---|---|
Keywords: | haspatch added; mediainfo removed |
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | mediainfo added |
Status: | new → assigned |
Thanks for the portfile!
comment:7 follow-ups: 8 9 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r98933 with some changes:
- passed CC and CXX environment variables to ensure we're UsingTheRightCompiler (most of the time) and also the right
-arch
flags; the latter necessitated patching the compile script (universal variant to come later) - simplified various parts of the portfile
- rewrote master_sites to avoid HTTP redirects
- removed autoconf / automake / libtool dependencies because the port built fine without them and I found no evidence of them being used when present
- removed commented-out lines about parallel build (parallel build support to come later)
- fixed livecheck
- rearranged and reformatted some lines
comment:8 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to ryandesign@…:
- removed commented-out lines about parallel build (parallel build support to come later)
Parallel building enabled in r98934.
comment:9 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to ryandesign@…:
- passed CC and CXX environment variables to ensure we're UsingTheRightCompiler (most of the time) and also the right
-arch
flags; the latter necessitated patching the compile script (universal variant to come later)
Universal variant added in r98935.
Cc Me!