New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79164


Ignore:
Timestamp:
06/03/11 20:41:48 (4 years ago)
Author:
ecronin@…
Message:

multimedia/MPlayer: fix libdts->libdca, nomaintainer, warn to use mplayer-devel instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/multimedia/MPlayer/Portfile

    r76928 r79164  
    88version             1.0rc4 
    99categories          multimedia 
    10 maintainers         ecronin \ 
    11                     openmaintainer 
     10maintainers         nomaintainer 
    1211description         The Unix movie player 
     12set notestxt \ 
     13    "The MPlayer developers do not believe in making regular releases. \ 
     14    You are likely better off using the mplayer-devel port." 
    1315long_description \ 
    1416    MPlayer can play most standard video formats out of the box and almost \ 
     
    1719    available from its onscreen status display (OSD), which is also used for \ 
    1820    displaying subtitles. MPlayer also has a GUI with skin support and \ 
    19     several unofficial alternative graphical frontends are available. 
     21    several unofficial alternative graphical frontends are available. \ 
     22    \nNOTE: ${notestxt} 
     23notes ${notestxt} 
    2024 
    2125platforms       darwin 
     
    187191variant dts \ 
    188192    description {Enable non-passthrough DTS playback} { 
    189     depends_lib-append      port:libdts 
     193    depends_lib-append      port:libdca 
    190194    configure.args-delete   --disable-libdts 
    191195} 
     
    217221} 
    218222 
    219 variant x11 description {Enable x11 support} { 
     223variant x11 { 
    220224    depends_lib-append \ 
    221225        port:xorg-libXinerama \ 
Note: See TracChangeset for help on using the changeset viewer.