Changeset 80202
- Timestamp:
- 07/06/11 17:14:08 (4 years ago)
- Location:
- trunk/dports/multimedia/XviD
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/multimedia/XviD/Portfile
r69969 r80202 5 5 6 6 name XviD 7 version 1. 2.27 version 1.3.2 8 8 categories multimedia devel 9 9 platforms darwin sunos 10 10 maintainers nomaintainer 11 license GPL-2+ 12 11 13 description High performance and high quality MPEG-4 video library 12 14 … … 24 26 use_bzip2 yes 25 27 26 checksums md5 6a3473a12c8a1fa7bdc2b5cb829fab58 \ 27 sha1 d03270c803592f7655e7aa4181de587be25ba97f \ 28 rmd160 5fbbc99a02d9eab7f2394220cec2c872957ff26f 29 30 worksrcdir xvidcore 31 32 patch.dir ${worksrcpath} 33 patchfiles patch-build-generic-platform.inc.in-LDFLAGS.diff \ 34 patch-src-xvid.c.diff 28 checksums sha1 74f9ce9c1bebcc9806bf21cb53274b8102700309 \ 29 rmd160 968493d5813cbc30630532a1a64011e5572a5017 35 30 36 31 worksrcdir xvidcore/build/generic 37 32 38 configure.args --disable-assembly39 40 33 post-destroot { 41 set docdir ${prefix}/share/doc/${name} -${version}34 set docdir ${prefix}/share/doc/${name} 42 35 xinstall -d ${destroot}${docdir} 43 36 xinstall -m 0644 -W ${worksrcpath}/../.. AUTHORS ChangeLog LICENSE TODO \ … … 46 39 47 40 use_parallel_build no 41 42 livecheck.type regex 43 livecheck.url ${homepage}Downloads.43.0.html 44 livecheck.regex xvidcore-(\[0-9.\]+)${extract.suffix}
Note: See TracChangeset
for help on using the changeset viewer.

