Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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.

http://mediainfo.sourceforge.net/en

Attachments (2)

Portfile (1.3 KB) - added by ctreleaven (Craig Treleaven) 11 years ago.
MediaInfo sample output.txt (4.7 KB) - added by ctreleaven (Craig Treleaven) 11 years ago.

Download all attachments as: .zip

Change History (11)

comment:1 Changed 11 years ago by guanoapes84@…

Cc: guanoapes84@… added

Cc Me!

comment:2 Changed 11 years ago by ctreleaven (Craig Treleaven)

See previous (uncompleted) work: #22554

Last edited 11 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:3 Changed 11 years ago by ctreleaven (Craig Treleaven)

Cc: ctreleaven@… added

Cc Me!

comment:4 Changed 11 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 11 years ago by ctreleaven (Craig Treleaven)

Attachment: Portfile added

Changed 11 years ago by ctreleaven (Craig Treleaven)

Attachment: MediaInfo sample output.txt added

comment:5 Changed 11 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 11 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: newassigned

Thanks for the portfile!

comment:7 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

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 in reply to:  7 Changed 11 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 in reply to:  7 Changed 11 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.

Note: See TracTickets for help on using tickets.