summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2004-02-20Add AUTOCONF_REQD=2.50 for those packages that use libtoolize. Otherwise,jlam1-2/+3
when calling ${ACLOCAL}, invoke it with "-I ." so that it will find the local libtool.m4 file.
2004-02-20bl3ifyjmmv8-30/+53
2004-02-20unusedjmmv2-186/+0
2004-02-20bl3ifyjmmv1-11/+11
2004-02-20bl3ifyjmmv2-23/+45
2004-02-19buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk.wiz2-4/+2
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam2-4/+6
testing it.
2004-02-18Improve _FETCH_MESSAGE for the additional distfile.wiz1-2/+10
2004-02-18bl3ifyjmmv2-10/+37
2004-02-17Install the rv9 codecs on i386. Bump PKGREVISION.wiz3-3/+24
2004-02-17Force detection of X11 headers/libraries via -with-x11{inc,lib}dir,xtraeme1-2/+3
because XFree86 could be installed somewhere (/usr/pkg/X11R6 for example :-).
2004-02-15revert LIBTOOL_OVERRIDE, it is handled automatically now.grant1-2/+1
2004-02-15set LIBTOOL_OVERRIDE and ONLY_FOR_PLATFORM so this can build ongrant1-1/+3
Solaris.
2004-02-15Another PLIST fix for old X's.markd2-3/+5
2004-02-15this package doesn't build anything, set USE_LANGUAGES to be empty.grant1-1/+3
2004-02-15add MESSAGE for NetBSD, you may need to increase SHMMAXPGS in yourgrant2-1/+12
kernel to use ogle.
2004-02-15remove a rogue space.grant1-1/+1
2004-02-14gstreamer needs USE_X11 to build since it uses libSMrecht2-2/+5
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv3-10/+10
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam15-36/+19
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14Bump PKGREVISION due to nautilus update (imlib2 removed as a dependency).jmmv1-2/+2
2004-02-13s/dependancy/dependency/; s/editting/editing/snj2-3/+3
2004-02-12PKGSHLIBTOOL has been removed from pkgsrc; we're supposed to usejlam1-2/+2
${SHLIBTOOL} instead.
2004-02-11bl3ifyxtraeme2-2/+24
2004-02-11bl3ifyxtraeme2-8/+36
2004-02-11USE_LANGUAGES=c c++abs1-1/+2
2004-02-10Fix crappy C code which breaks the build with GCC 2.95.3.tron2-1/+18
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv4-5/+8
2004-02-09Add musicbrainz, trm and taglib as dependancies/build requirements ofchris3-4/+22
kdemultimedia3. This allows JuK to now be built. Bump PKGREVISION.
2004-02-08Update kmplayer to version 0.8.2.markd3-9/+8
Changes since version 0.8.2-rc5 - Don't show ffserver setting when no v4l devices are configured - Stream detection fix for MPlayer-1.0prex (needed for recording) From Murray Armfield in PR pkg/24357
2004-02-07Add and enable nautilus-media.jmmv1-1/+2
2004-02-07Initial import of nautilus-media, version 0.3.3.1:jmmv4-0/+116
nautilus-media provides several multimedia related add-ons for the Nautilus file manager. It contains an audio view, a video view, a thumbnailer and some property pages. It uses gstreamer as the backend for media playback.
2004-02-05This package did not build the arts plugin before; adding arts buildlinkjmmv1-2/+3
changed behavior. Revert and explicitly disable this plugin.
2004-02-05The long awaited update libtool to 1.5.2.skrll2-7/+4
Some pkgsrc things - Fix PLISTs for packages that use -release - Include canonicalisation of a couple of paths for the benefit of qt3-* - the normal version=sunos patching - fix all library_names_spec for the standard set of symlinks The libtool things some of which had already made it into pkgsrc libtool. New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team: * lt_dlrealloc is an official part of the libltdl API. * --tag, --silent and --debug options are preserved and reused when libtool calls itself for relinking etc. * `-pthread' and similar options are honoured when linking shared libraries. * -no-suppress in compile mode shows compiler output for both PIC and non-PIC object compilation. * New link mode option `-precious-files-regex' to prevent accidental removal of files you want to keep, such as test coverage data, from the temporary output directory. * Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux. * Recognises the 'R' symbol type on Solaris so read-only symbols can be exported. * Bug fixes. New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team: * First stable release of multi-language architecture. * libtool and libltdl support for Mac OS/X. * libltdl will now use cygwins dlopen API instead of always forcing LoadLibrary. * Support auto-import patch to binutils on cygwin for much improved dll support. * Bug fixes. New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne: * The libltdl subdirectory now bootstraps correctly with Automake 1.5. * srcdir != builddir builds with Automake 1.5 work correctly. * Support for mips-compaq-nonstopux. * New command line argument, --preserve-dup-deps prevents removal of duplicate dependent libraries. New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team: * Help strings display correctly again. * Better error messages when library linking fails. * Better error messages from libltdl when loading fails. * Better search path management in libltdl with `lt_dlinsertsearchdir' call. * Support /lib/w32api in recent cygwin releases. * Support cross compilation to mingw. * Support for .rc files (Windows resource compiler). * Improved handling of mingw gcc. * Improved handling of $PATH with entries containing spaces. * Improved support for linking with gcc on aix4* and aix5*. * Improved support for GCC 3.0. * Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8. * Bug fixes to the OpenBSD port. * Bug fixes. New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan: * libltdl now builds on solaris again * diagnose and warn about not-quite-working combinations of gcc and ld on solaris. * Improved OpenBSD support. * Improved cygwin support. * Bugfixes. New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team: * Better error messages from libltdl when loading fails. * Don't leave here-doc files behind. * Improved support for OpenBSD. * Libtool will build with autoconf-2.50 and higher. * Plug memory management bugs in libltdl. * Prefer shl_load to dlopen for better operation on HP-UX. New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team: * Now bootstraps with autoconf-2.50 and automake-1.4-p4. * Always try to build at least a static lib, even if both static and shared libs were disabled. * Full support for C++ compiler. * Support for GNU gcj compiler. * libltdl can now load all modules in a given path according to user supplied criteria with `lt_dlforeachfile' call. * Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*. * Internal mutex handling no longer has namespace clashes on NCR MP-RAS. * New pdemo and tagdemo tests. * Bug fixes.
2004-02-05Include "arts" buildlink2 glue code to fix build problem.tron1-1/+2
2004-02-05Update to KDE 3.2markd60-3475/+363
Changes: Multimedia aRts * New mixer-channel: LittleStereoMixer Arnold Krille * Create KAudioPlayStream and put it into kdelibs/arts/kde. Needed at least for KRec and its the logical counterpart to KAudoRecordStream... It is basicly a total rewrite of the (not compiling) version Matthias Kretz put into kdenonbeta/arts/kde so I could grab and finish it. Arnold Krille * New Widget: LayoutBox being able to change direction dynamically. As replacement for [HV]Box. Arnold Krille * New Widget: PopupBox with the ability to hide its contents and showing them inside the widget or a new top-level widget (like a tooltip but permanent). Arnold Krille * New Widget: Label that can rotate its text. Arnold Krille * New Widget: Tickmarks specially for deciBel. Arnold Krille * New Widget: VolumeFader specially for Volumes supporting deciBel. Arnold Krille * New Widget: VU-Meter specially for deciBel. * Supports various styles: NormalBars (just a configurable number of bars), FireBars (a colored bar moving), LineBar (a bar moving, color depends on the actual volume), Small (whole widget painted in a color depending on the volume) * Configurable things: Direction, Peak, Peakfalloff, min. dB, style. Arnold Krille * A Gui for the StereoVolumeControl. Arnold Krille * First part of the rewriting/reordering of artscontrol. Making the features available via a lib. Arnold Krille * A little kicker-applet named artscontrol ;-) Perhaps with the ability to include not only the master-fader but an environment-mixer with a small gui. Of course it includes all the normal artscontrol features. Arnold Krille * AudioIOEsd: output to an esd Ian Chiew * autosuspend in full duplex Stefan Westerfeld Noatun * Equalizer in KJofol Skin Loader. Stefan Gehn * Support for loading of EXTM3U Format (saved by Winamp since 2.x). Stefan Gehn * Support for loading of Windows Media Player Playlists. Stefan Gehn * Variable Band Equalizer. Charles Samuels * New playlist, Oblique. Charles Samuels KRec * Big rewrite to create a new simplier Gui and make it easier to use. Its a big bunch of work and depends on a lot of small things. Arnold Krille * Make exporting to various soundformats work. OGG and MP3 need some additional work for 3.3 but are working for now. Arnold Krille * Saving and loading of KRec's own fileformat. Arnold Krille * Create a view-mode for the soundfiles. Arnold Krille * Create an informative time/size/etc display. Arnold Krille * Add a menu to open the Audiomanager (and other tools) since there is an artscontrol library. Arnold Krille * Make it use the Arts::LevelMeter. Arnold Krille aKtion * Drop aKtion. Chris Howells KsCD * LIRC support Aaron J. Seigo * Using the new KDE cddb library. Richard Laerkaeng, Aaron J. Seigo KAudioCreator * Using the new KDE cddb library. Benjamin Meyer * Automaticly detects CD's. Benjamin Meyer * Many new small features including: File text regular expression replacment. Benjamin Meyer * Disk drive now user selectable. Benjamin Meyer libkcddb * NEW IN KDE: Common library for accessing cddb information Richard Laerkaeng * Add support for sending cddb information Richard Laerkaeng KFileMetaInfo * ID3v2 support (without id3lib) Scott Wheeler JuK [Not yet built in pkgsrc] * NEW IN KDE: A jukebox and music manager Scott Wheeler * Advanced search mode Scott Wheeler * Tree view mode Scott Wheeler * Storable searches Scott Wheeler * A "weighted width" mode for the playlists -- possibly to be merged into KListView Scott Wheeler
2004-02-03Allow this to be used under Linux too. (It builds and runs great.)reed1-1/+2
(Maybe this should use PKG_FAIL_REASON, because before it skipped and than thee ogle_gui failed to build later.)
2004-02-03include ogle's buildlink2.mk from the right directory.grant1-2/+2
2004-02-03move ogle and ogle_gui to multimedia/grant12-1/+243
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-29Fix application launcher so that kmplayer can be started properly from thejmmv3-3/+23
KDE menu and from file context menus (i.e., "Open With" option). Based on patch from Murray Armfield. Bump PKGREVISION to 3.
2004-01-28+ libdvbpsirecht1-1/+2
2004-01-28move libdvbpsi to the multimedia category (from graphics)recht5-0/+87
2004-01-28catch up with the move of libdvdcss, libdvdplay and libdvdread from miscrecht2-4/+4
to multimedia category
2004-01-28+ libdvdcss, libdvdplay, libdvdreadrecht1-1/+4
2004-01-28move libdvdplay to the multimedia category (from misc)recht5-0/+62
2004-01-28move libdvdread to the multimedia category (from misc)recht7-0/+89
2004-01-28s/misc/multimedia/ and shorten the comment created by createbuildlinkrecht1-6/+2
a bit
2004-01-28move libdvdcss to the multimedia category (from misc)recht5-0/+72
2004-01-26Adjust comment: these are not just audio utilities, so s/audio/multimedia/.jmmv2-4/+4