Automatic conversion of the NetBSD pkgsrc CVS module, use with care
c2d7cd379c
2018-01-11: Release xine-lib 1.2.9 Changes include new video single step feature, keyframe index and x32 support. Optimizations in xine engine core functionality, resulting in ex. faster seeking and smaller CPU usage. Small fixes and optimizations all around the codebase. 2017-02-21: Release xine-lib 1.2.8 Lot of changes since 1.2.6. Support for modern codecs, hardware and software. Small fixes and optimizations all around the codebase. OpenGL 2.0, Xv and VAAPI fixes. H.265 hardware decoding support (VAAPI). Hardware overlay support with Raspbery Pi. Support for recent ffmpeg versions. Deep color support (9/10bit) with ffmpeg. Multithreaded decoding fixes. Audio channel mixing and gain control improvements (ffmpeg, faad), AAC LATM support with faad, DVB AAC compatibility fixes. "Time Domain Audio Analyzer" Visualization Post Plugin. Auto recover from temporary DVB signal loss. Improved Matroska compatibility (TrueHD and PCM sound, HDMV/Text subtitles, compressed PGS subtitles). Qt fixes, support for low framerate mp4 and H.265 in mp4. mp3 compatibility fixes. |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$NetBSD: README,v 1.20 2018/10/09 22:55:48 maya Exp $ pkgsrc is a framework for building software on UNIX-like systems. To use, bootstrap using: cd pkgsrc/bootstrap/ ./bootstrap build packages, use: cd pkgsrc/category/package-name $PREFIX/bin/bmake install Where $PREFIX is where you've chosen to install packages (typically /usr/pkg) Bugs and patches can be filed in the follow link (use category 'pkg'): https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd To fetch the main CVS repository: cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc It's also possible to contribute through pkgsrc wip (work in progress), for more information, see http://pkgsrc.org/wip/users/ Please see doc/pkgsrc.txt for information.