-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release adds support for WMA Pro and basic support for Quicktime media links (much better support is present in the 1.2 branch) and has various fixes for 24-bit FLAC and LPCM, TTA, and AAC in Flash video; there's also one important fix for DXR3 users, allowing xine-lib to work with recent versions of the em8300 driver. It also has enhanced support for metadata (currently Ogg-only).
- Loading branch information
drochner
committed
Apr 13, 2010
1 parent
76862ac
commit dd80a06
Showing
4 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# $NetBSD: Makefile.common,v 1.63 2009/12/14 11:47:44 drochner Exp $ | ||
# $NetBSD: Makefile.common,v 1.64 2010/04/13 15:09:40 drochner Exp $ | ||
# | ||
|
||
# used by audio/xine-arts/Makefile | ||
# used by audio/xine-esound/Makefile | ||
# used by audio/xine-pulse/Makefile | ||
|
||
DISTNAME= xine-lib-1.1.17 | ||
XINE_PKGNAME= xine-lib-1.1.17 | ||
DISTNAME= xine-lib-1.1.18.1 | ||
XINE_PKGNAME= xine-lib-1.1.18.1 | ||
PKGNAME?= ${XINE_PKGNAME} | ||
CATEGORIES?= multimedia | ||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/} | ||
|
@@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar.bz2 | |
MAINTAINER= [email protected] | ||
HOMEPAGE= http://xinehq.de/ | ||
|
||
XINE_MOD_DIR_VER= 1.27 | ||
XINE_MOD_DIR_VER= 1.28 | ||
PLIST_SUBST+= XINE_MOD_DIR_VER=${XINE_MOD_DIR_VER:Q} | ||
|
||
DISTINFO_FILE= ${.CURDIR}/../../multimedia/xine-lib/distinfo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters