summaryrefslogtreecommitdiff
path: root/multimedia/xine-lib/PLIST.NetBSD
AgeCommit message (Collapse)AuthorFilesLines
2006-01-13Set XINE_LIB_VER=1.0.3 in Makefile and use ${XINE_LIB_VER}martti1-5/+5
in all PLIST.* files to make future version changes easier. Approved by jmmv@
2005-10-13Update to 1.0.3a. Man... I hate this package in its actual form... it'sjmmv1-5/+5
completely unmaintenable. Changes: * fixed format string vulnerability in audio CD input plugin * some build system fixes for Windows
2005-05-18Add a PLIST.SunOS and move the oss plugin from PLIST.common tomarkd1-1/+3
PLIST.{NetBSD,Linux} as its not built on Solaris.
2005-05-10Many changes to pkgsrc for this, but not a version update.reed1-5/+3
Change PLISTs to not hardcode 1.0.1 (or the version) but use ${PKGVERSION}. This will make it easier for later updates. print-PLIST target produces ${PKGVERSION} and that is how I noticed this. Move the xv plugin entries to PLIST.common from PLIST.NetBSD. Linux and FreeBSD both have same xv plugin entries. Remove dependency to win32-codecs. It is not needed and can be added any time later for those extra codecs. Also, xine-lib supports various Windows Media formats already (via builtin ffmpeg). Move the i386 PLIST entries to own PLIST.i386 file. Add MESSAGE.i386 to suggest installing win32-codecs if needed. (If you have suggestions for other codecs or software to mention, such as "Real" for this MESSAGE.i386, please let me know.) Move COMMENT from Makefile.common to Makefile. (I will commit for xine-arts and xine-esound next, since they didn't have their own COMMENTs before.) Bump PKGREVISION. (Later I will add a couple patches for FreeBSD support and add theora support.)
2005-05-02update to 1.0.1drochner1-5/+5
changes: -Big XvMC quality / correctness / cpu-usage fix -added support for WMA Voice codec -support for Windows Media Audio Lossless -bugfixes -security fixes (were already patched in pkgsrc) also add a patch to correct the path for win32 codecs, needed if xine-lib in embedded into other applications (as totem)
2004-09-09Check for libXv.so on ${X11BASE}/lib not /usr/X11R6, which breaksxtraeme1-3/+3
installation using XFree86/xorg packages from pkgsrc. Apply patch from FUKAUMI Naoki in PR pkg/26743, no bump PKGREVISION because there aren't functional changes if XFree86/xorg from pkgsrc is not used.
2004-05-29Split up PLIST into PLIST.common, PLIST.Linux and PLIST.NetBSD.reed1-0/+5
(If you use another platform, please share your details.) This fixes a problem where under Linux, the sun and xv plugins are not installed and then 36 additional new plugins are installed (Linux only). (Thank you to Sebastian Prause for Linux PLIST information.) Use PLIST_SUBST for the i386 files and remove PLIST.i386.