diff options
author | nox <nox@FreeBSD.org> | 2012-06-20 02:42:12 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2012-06-20 02:42:12 +0800 |
commit | 25f70f5a34df29fbc7a22e22be50b943dae920f9 (patch) | |
tree | 23b71af533dc5b16d75d441439de3989b1d1b029 /multimedia/vdr-plugin-softdevice | |
parent | f3daeb31bd647cf356eeaf976b8f1cfc15046657 (diff) | |
download | freebsd-ports-gnome-25f70f5a34df29fbc7a22e22be50b943dae920f9.tar.gz freebsd-ports-gnome-25f70f5a34df29fbc7a22e22be50b943dae920f9.tar.zst freebsd-ports-gnome-25f70f5a34df29fbc7a22e22be50b943dae920f9.zip |
- Update multimedia/vdr and multimedia/vdr-plugins to 1.7.28 .
- Update xineliboutput XKeySym.Pause key in example remote.conf.
("space" instead of "Space")
- Add multimedia/vdr-plugin-extrecmenu 1.2.2 to vdr-plugins metaport.
- Update multimedia/vdr-plugin-skinenigmang to 0.1.2s20120606 git snapshot.
- Update www/vdr-plugin-live to 0.2.0s20120325 git snapshot.
- Bump PORTREVISION for all other plugins and add api fixes where necessary.
- Add HISTORY to PORTDOCS for most plugins. (those that have it)
- Remove shlib major versions from LIB_DEPENDS to pet portlint.
Diffstat (limited to 'multimedia/vdr-plugin-softdevice')
-rw-r--r-- | multimedia/vdr-plugin-softdevice/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/vdr-plugin-softdevice/Makefile b/multimedia/vdr-plugin-softdevice/Makefile index f1984bf73d6f..92e65bb78425 100644 --- a/multimedia/vdr-plugin-softdevice/Makefile +++ b/multimedia/vdr-plugin-softdevice/Makefile @@ -7,7 +7,7 @@ PORTNAME= vdr-plugin-softdevice PORTVERSION= 0.5.0p20100414 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= multimedia MASTER_SITES= LOCAL MASTER_SITE_SUBDIR= nox/ @@ -16,14 +16,14 @@ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERS MAINTAINER= nox@FreeBSD.org COMMENT= Video Disk Recorder - softdevice plugin -LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg USE_BZIP2= yes USE_GNOME+= pkgconfig USE_XORG+= xv x11 xinerama PATCH_STRIP= -p1 HAVE_CONFIGURE= yes -PORTDOCS= COPYING README +PORTDOCS= COPYING README HISTORY MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PLUGIN} CONFIGURE_ARGS+= --disable-vidix --disable-fb --disable-dfb --disable-cle266 --disable-alsa #--disable-yaepg |