diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-11-30 06:09:00 +0800 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-11-30 06:09:00 +0800 |
commit | ec3a900fc32dc2c353962d0e4310322d9f58ee15 (patch) | |
tree | 7d709de005e183574f188c48abad4baefb0668f4 /multimedia | |
parent | 82c889b88db03f41240c0d7c7ee28dae53e4e579 (diff) | |
download | freebsd-ports-gnome-ec3a900fc32dc2c353962d0e4310322d9f58ee15.tar.gz freebsd-ports-gnome-ec3a900fc32dc2c353962d0e4310322d9f58ee15.tar.zst freebsd-ports-gnome-ec3a900fc32dc2c353962d0e4310322d9f58ee15.zip |
- Add a -devel PKGNAMESUFFIX for this port
- Add all libx264 to CONFLICTS
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/x264-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/x264-devel/Makefile b/multimedia/x264-devel/Makefile index 26c0267cdca5..8a2d4f648dbb 100644 --- a/multimedia/x264-devel/Makefile +++ b/multimedia/x264-devel/Makefile @@ -7,9 +7,11 @@ PORTNAME= x264 PORTVERSION= 0.0.20101128 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://downloads.videolan.org/pub/videolan/x264/snapshots/ \ http://samples.mplayerhq.hu/yuv4mpeg2/:pgo +PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245 DISTFILES= ${PORTNAME}-snapshot-${PORTVERSION:S/0.0.//}-2245${EXTRACT_SUFX} DIST_SUBDIR= x264 @@ -21,7 +23,7 @@ COMMENT= Library and tool for encoding H.264/AVC video streams BUILD_DEPENDS= yasm>=0.6.0:${PORTSDIR}/devel/yasm \ ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils -CONFLICTS= x264-0.0.2009* x264-0.0.20100[1-9]* x264-0.0.201010* +CONFLICTS= x264-0* LATEST_LINK= x264-devel |