summaryrefslogtreecommitdiff
path: root/audio/kdemultimedia2
AgeCommit message (Collapse)AuthorFilesLines
2004-01-26kdemultimedia[23] moved to the multimedia category.jmmv21-1604/+0
2004-01-26Fix path to xanim, now in the multimedia category.jmmv1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2002-10-26Need more libraries for X11 on Solaris.bouyer2-5/+14
2002-09-20Fix up the LIBADD lines of the Makefiles to properly refer to uninstalledjlam3-1/+29
libtool archives by their full pathnames, as noted in the libtool.info file. This makes kdemultimedia2 work properly with buildlink2 during installation when relinking occurs.
2002-09-20buildlink1 -> buildlink2jlam1-8/+6
2002-09-04Apply patches from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18115 toagc1-6/+3
generalise the linker flags used to export symbols by setting them on a per-OS basis. > many packages force -Wl,-export-dynamic which is not portable outside GNU ld > and cause problems e.g. on Solaris. some of these packages use if > conditionals either only for NetBSD or except SunOS, but the state is not > coherent and it may complicate later when support for new OS is added to > pkgsrc (e.g. ongoing work on HP-UX support). > > jlam proposed the following framework in discussion on tech-pkg: > > http://mail-index.netbsd.org/tech-pkg/2002/06/21/0009.html > > now, ${EXPORT_SYMBOLS_LDFLAGS} is used instead of directly defining > -Wl,-export-dynamic which is set in appropriate defs.*.mk to reasonable > values. packages should be converted to this framework by: > > 1) replacing LDFLAGS+= -Wl,-export-dynamic and LIBS+= -export-dynamic with: > > LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} > > 2) for use in patchfiles, add this variable to MAKE_ENV if needed: > > MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS} > > 3) replace occurances of -Wl,-export-dynamic and -export-dynamic in patch > files with: > > $(EXPORT_SYMBOLS_LDFLAGS)
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-3/+3
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-12/+12
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-15Use pthread.buildlink.mk instead of pth's buildlink.mk.wiz1-3/+3
Also, remove BUILDLINK_DEPENDS.pth which is the same as the default. pkg/17268 by Lubomir Sedlacik.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-02-05/bin/mkdir -> ${MKDIR}.skrll1-12/+12
Make the print-PLIST target output ${MKDIR} also.
2001-12-14aKtion uses xanim. Register the dependency.skrll1-1/+2
2001-12-03Update to KDE 2.2.2skrll10-126/+131
Closes pkg/14728 from Mark Davies <mark@mcs.vuw.ac.nz>. Changes from him with updates from myself. From www.kde.org... The principal improvements over KDE 2.2.1, release two months ago, include: o security-related - SSL certificate loading - symlink vulnerability in .wmrc access by KDM introduced in 2.2 - security problem with eFax (used by klprfax) - potential problem in PAM invocation by KDM - potential harmful side-effect of failed KDM session starts o new features - added support for CodeWeavers' CrossOver plug-in (provides support for QuickTime, etc.) - added support for the wheelmouse for scrolling through the KGhostview PS/PDF viewer component - ability to search for multiple patterns at a time in the file search dialog - debugging multi-threaded applications with KDevelop o improvements/fixes - handling of HTTP links that redirect to FTP - POST using SSL through a proxy and sending headers through proxies - saving of recently-selected files in the file dialog - handling of non-ASCII characters over SMB - toolbar button captions with certain styles - selecting items with the mouse in Konqueror - sorting in Konqueror's textview - saving current settings as a theme in the theme manager - crashes in KMail with certain mails - crash on invoking the KDM chooser - non-Latin languages with KDevelop performance - icon loading optimized - file dialog speedups - stop spinning SMB client processes - handling of large files in Kate
2001-11-13* Strongly buildlinkify.jlam5-18/+200
* Use qt2-designer-kde for a uic that understands KDE2 widgets. * Build and install kmid. * Check that certain X11 libraries are shared libraries before linking shared objects against them. * Fix and sort PLIST.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-27Back out part of last change that didn't pertain to the description in thejlam1-49/+1
commit log.
2001-10-27Don't hardcode the installation prefix as '/usr/X11R6'. Use '%D' instead.jlam1-12/+60
2001-10-15Update to KDE 2.2.1skrll9-574/+276
With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc.
2001-09-07change dependencies to kdexxx>=2.1 instead of strict matchesdrochner1-2/+2
to ease updates
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+2
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-04-19Oops. Make kscd actually compile. Some tidyup.skrll3-11/+25
Pointed out by Kent Polk <kent@goathill.org> in private email.
2001-04-18Use /dev/sound not /dev/audio. Thanks to Charles for pointing this out.skrll2-4/+4
2001-04-17Build and install kscd. Doesn't let me play CDs on my laptop, but I thinkskrll7-20/+150
that's a problem elsewhere.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoskrll2-4/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-04-17Use /dev/audio in kmidi not /dev/dspskrll2-4/+14
2001-04-06Use wildcard dependence on "pth" package.tron1-2/+2
2001-04-05Make timidity build environment honour LDFLAGS settings. This should fixskrll2-5/+23
build problems when using xpkgwedge. Reported by Rex McMaster <rmcm@compsoft.com.au> in pkg/12555
2001-03-16Fix PLIST problem noted by Matthias Scheler <tron@zhadum.de> in privateskrll1-3/+4
email.
2001-03-15Make sure libpthread makes it into libmpeglib. Fixes build problemsskrll3-7/+19
noted by Tomasz Luchowski <zuntum@netbsd.org> on tech-pkg
2001-03-14Import of KDE 2.1 kdemultimedia package.skrll20-0/+1497