summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2005-05-25add DragonFly support, from Joerg Sonnenberger per PR pkg/30314drochner3-10/+29
2005-05-25fix some memory allocation bugs, from libdvdread CVS, and two memorydrochner4-3/+62
leaks, reported by Xiaoyu Fang to the ogle-devel mailing list bump PKGREVISION
2005-05-25Add RMD160 checksum.wiz1-1/+2
2005-05-25Minor quoting fixes.jlam1-4/+4
2005-05-23Removed trailing white-space.rillig7-17/+17
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam35-70/+70
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-21Drop maintainership; I haven't used this one for a long while.jmmv1-2/+2
2005-05-20add patch to recognize dragonfly, from Joerg Sonnenberger per pmdrochner2-1/+33
2005-05-19Moving the p5-Lingua-EN-Inflect, p5-Lingua-EN-Numbers-Ordinate,reed1-3/+3
and p5-Lingua-Preferred packages to the textproc category.
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz11-240/+1
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18Add a PLIST.SunOS and move the oss plugin from PLIST.common tomarkd4-5/+10
PLIST.{NetBSD,Linux} as its not built on Solaris.
2005-05-16Note that tar is required by this package.jlam1-1/+2
2005-05-16Note that gtar is required by the package.jlam1-1/+2
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam1-2/+3
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-05-13forgot to delete thisdrochner1-24/+0
2005-05-10Many changes to pkgsrc for this, but not a version update.reed8-214/+223
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-08Use MASTER_SITE_GNOME. Fixes PR pkg/30150 by Zafer Aydogan.jmmv1-2/+2
2005-05-08Make this build under FreeBSD.reed3-6/+21
PKGREVISION not bumped since these changes only matter for FreeBSD build which failed in the first place. Note that xine-lib is needed, but the xine-lib fixes for FreeBSD have not been committed yet. (If you are curious, I am using gxine on FreeBSD all installed via pkgsrc to watch a MS Windows Media 7 ASF video and listen to MS Windows Media Audio 2 without any win32-codecs installed.)
2005-05-07Remove the xineplug_ao_out_oss entries as they were later addedreed1-3/+1
to PLIST.common.
2005-05-04update to 0.8.10drochner3-7/+9
changes: Parallel installability with 0.6.x series Internationalization Fixes for 64-bit platforms Fixes for gcc 4 New translation added: Russian (Peter Astakhov) Registry now uses libxml for faster startup
2005-05-04update to 0.1.10drochner3-10/+9
changes: bugfixes
2005-05-04fix a bash'ism which caused the "dvdnav" gstreamer plugin not beingdrochner3-6/+17
linked against libdvdnav, causing runtime errors fix gst-plugins-dvdnav's PKGREVISION
2005-05-03Update to 1.1.7:wiz2-7/+7
1.1.7: (2005-05-02) - added --version option - fixed typos in preferences handling - fixed crash on close - created stubbed "make check" tests/ directory - added tooltips to the preferences - display GOP number in Info window - added experimental MPEG1 support from Brent Baccala - generalized pref window settings - added "ignore program end code" based on patch from Brent Baccala - forced sequence injection during playback for MPEG1 sanity - updated man pages slightly
2005-05-02Fix MAINTAINER email address for David Ferlier.reed1-2/+2
2005-05-02update to 1.0.2drochner4-31/+34
changes: bugfixes, minor UI improvements
2005-05-02update to 2.10.2drochner3-7/+9
bugfixes only
2005-05-02update to 1.0.1drochner16-323/+300
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)
2005-04-30Update to 1.1.6:wiz7-61/+9
1.1.6: (2005-04-30) - modified patch from Tiziano Cappellari and Igor Baldachini to optionally force a prepended system header. - modified patch from Tiziano Cappellari and Igor Baldachini to optionally drop trailing packs that have system headers. - compilation patches from Eric Jorgensen and Barry Roberts. - NetBSD off_t patch from Thomas Klausner. 1.1.5: (2005-04-30) - improved gopchop.desktop - added debian menu file - fixed compile regression in new display code 1.1.4: (2005-04-30) - suse patch from Rainer Lay - changed scroll wheel usage to try and fix file select windows - schmidtw - changed the menus & menu items to be more "standard" where possible - schmidtw - added XML based load/save using libxml for editing sessions - schmidtw - added text enterable gop selector box - schmidtw - added view menu to control GOP Info window & in the future the video window - schmidtw - changed the menu items to be more descriptive - schmidtw - fixed details need to read other MPEG2 PES packets - locale clean-ups - Xv display is now aspect-correct - TODO reorganized - bryce
2005-04-29Add missing #ifdef guards for semaphore.h, to make this build onkristerw3-1/+31
NetBSD 1.6.
2005-04-27Fix AC_DEFUN argument quoting for automake 1.8 and newer. Nowiz2-1/+15
PKGREVISION bump because most people won't care.
2005-04-27Bump BUIDLINK_RECOMMENDED after the recent security fix. (hi tron!)salo1-2/+2
2005-04-26Add patches to fix security vulnerability reported in XSA-2004-8.tron4-3/+47
Bump package revision because of this change.
2005-04-23Include bsd.prefs.mk before the MACHINE_ARCH check; otherwise we don't getjmmv1-1/+3
the expected results (e.g., fetch failure under PowerPC, for example).
2005-04-22Remove avifile -- very outdated version that does not build with gcc3.wiz25-531/+1
avifile's development itself seems very slow, and there was no taker for updating the package. Use mplayer or xine.
2005-04-21- Remove obsolete USE_BUILDLINK3.minskim1-2/+5
- Enable pkgviews installation.
2005-04-21Let DEFAULTDEVICE be defined on Linux. Otherwise the package doesn't build.minskim2-3/+3
2005-04-19Remove mplayer-plugin-firefox-gtk2, add mplayer-plugin-firefox-gtk1.wiz1-2/+2
2005-04-19Moved to mplayer-plugin-firefox (to follow firefox naming conventions).wiz1-12/+0
2005-04-19Add mplayer plugin package for firefox-gtk1 package.wiz1-0/+12
2005-04-19Adapt to renaming of firefox-gtk2 to firefox; bump PKGREVISION.wiz1-6/+5
2005-04-19Remove trailing empty line.wiz1-1/+0
2005-04-19Sort.wiz1-3/+3
2005-04-19Remove trailing whitespace.wiz1-3/+3
2005-04-19Depend on xdg-dirs-1.2. Since this is pulled inwiz2-4/+4
by kdelibs3 anyway, no actual change in dependencies, so no PKGREVISION bump. Adapt comment in PLIST.
2005-04-18update to 1.0pre7drochner10-140/+181
some relevant changes: -RTSP/MMST security patches now in main distribution -documentation improvements -x86_64 support fixes -integrated Tremor decoder for Ogg/Vorbis -expose support for 422P and 444P raw formats -dropped support of old FAAD2 versions (<= 1.1) -support for 32 bit float and extended WAV files -support for multichannel WAV files -ALAC (QuickTime lossless audio) support via lavc -vqf demuxer -support for Real multirate files -more user-friendly info about audio and subtitle tracks in Ogg files -streaming improvements -ffmpeg updates -MEncoder usability improvements -many fixes and cleanups
2005-04-18jmmv volunteered to maintain this package.wiz1-2/+2
2005-04-18Update to version 1.4.2salo3-9/+9
Bugfix release.
2005-04-18Update to version 0.7.6salo4-9/+11
Changes: - add a couple of new elements - address some other minor issues
2005-04-17Update to 20050412 snapshot.salo3-9/+9
2005-04-16two security patches: Real RTSP heap overflow, MMST heap overflowdrochner7-7/+50
(both patches published on the mplayer website) bump PKGREVISION of affected pkgs