Ticket #29949: mplayer-devel.Portfile.diff

File mplayer-devel.Portfile.diff, 822 bytes (added by rogerdpack@…, 12 years ago)

this bumps the version of mplayer-devel, enables its (forgotten) dvdnav support, adds some dependencies as explicit (since they're picked up), and bumps the svn version.

Line 
18c8
2< version             33766
3---
4> version             34368
512a13
6> license             GPL-2
715c16
8< set ffmpeg_ver      9e17d051ac9b113b70980373b8489ca469505f3f
9---
10> set ffmpeg_ver      54e40b9c14f5bc1f6362093c8cba698571847e
1132c33,34
12<     port:lzo2 port:ncurses port:zlib port:bzip2 port:liboil
13---
14>     port:lzo2 port:ncurses port:zlib port:bzip2 port:liboil \
15>     port:libdca port:faad2
1646c48
17<     system "git clone --depth 1000 git://git.videolan.org/ffmpeg.git ${worksrcpath}/ffmpeg"
18---
19>     system "git clone --depth 1000 https://github.com/FFmpeg/FFmpeg.git ${worksrcpath}/ffmpeg"
2075,76c77,78
21<     --disable-smb --disable-live --disable-dvdnav \
22<     --disable-dvdread --disable-cdparanoia --disable-freetype \
23---
24>     --disable-smb --disable-live \
25>     --disable-cdparanoia --disable-freetype \