(1) Bump the version from 20100201 to 20110101 (build number 84 to 112, see PLIST as lib/libx264.so.112 is easy to find) (2) Packaging with 20100201 had a problem on naming shared library. (Does not have build number in filename) Fix it. ffmpeg API change for x264 (options.mk) -BUILDLINK_API_DEPENDS.x264-devel+= x264-devel>=20100201 +BUILDLINK_API_DEPENDS.x264-devel+= x264-devel>=20101101 (and remove upper side for now) -BUILDLINK_API_DEPENDS.x264-devel+= x264-devel<20100202 +#BUILDLINK_API_DEPENDS.x264-devel+= x264-devel<20110102
8 lines
179 B
Text
8 lines
179 B
Text
@comment $NetBSD: PLIST,v 1.2 2011/01/10 07:46:44 makoto Exp $
|
|
bin/x264
|
|
include/x264.h
|
|
include/x264_config.h
|
|
lib/libx264.a
|
|
lib/libx264.so
|
|
lib/libx264.so.112
|
|
lib/pkgconfig/x264.pc
|