diff options
author | drochner <drochner@pkgsrc.org> | 2008-07-17 17:00:35 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-07-17 17:00:35 +0000 |
commit | 651b1e9ea5327462497f47a108b7eeb6470e4723 (patch) | |
tree | bbfc380b0f41789b44902a4f7602c2ff9aa5cc85 /multimedia/xine-lib/Makefile.common | |
parent | 082273c53de10c7ea9edf49e5333c458fe441f9c (diff) | |
download | pkgsrc-651b1e9ea5327462497f47a108b7eeb6470e4723.tar.gz |
update to 1.1.14
changes:
-adds Xv port & type selection
-improved content type detection for HTTP streams
-some DVB and V4L improvements
-DVB audio bug fixed
Diffstat (limited to 'multimedia/xine-lib/Makefile.common')
-rw-r--r-- | multimedia/xine-lib/Makefile.common | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/xine-lib/Makefile.common b/multimedia/xine-lib/Makefile.common index 5df419e1873..9c196587ecb 100644 --- a/multimedia/xine-lib/Makefile.common +++ b/multimedia/xine-lib/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.52 2008/06/21 15:45:16 drochner Exp $ +# $NetBSD: Makefile.common,v 1.53 2008/07/17 17:00:35 drochner Exp $ # # used by audio/xine-arts/Makefile # used by audio/xine-esound/Makefile -DISTNAME= xine-lib-1.1.13 -XINE_PKGNAME= xine-lib-1.1.13 +DISTNAME= xine-lib-1.1.14 +XINE_PKGNAME= xine-lib-1.1.14 PKGNAME?= ${XINE_PKGNAME} CATEGORIES?= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/} @@ -14,8 +14,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xinehq.de/ -XINE_LIB_VER= 1.1.13 -XINE_MOD_DIR_VER= 1.22 +XINE_LIB_VER= 1.1.14 +XINE_MOD_DIR_VER= 1.23 PLIST_SUBST+= XINE_LIB_VER=${XINE_LIB_VER:Q} PLIST_SUBST+= XINE_MOD_DIR_VER=${XINE_MOD_DIR_VER:Q} |