summaryrefslogtreecommitdiff
path: root/audio/arts
AgeCommit message (Collapse)AuthorFilesLines
2010-06-16Bump PKGREVISION from libpng shlib name change (libqtmcop.so).obache1-1/+2
2009-09-19include <string.h> in few places where neededtnn4-1/+40
2009-07-24limits.h is the appropriate include for PATH_MAX. Pointed by dholland.tnn2-4/+4
2009-07-21Include <sys/param.h> to get PATH_MAX defined.tnn2-1/+14
Fixes Linux build.
2009-06-14Remove @dirrm related logic.joerg1-4/+1
2009-06-14Convert @exec/@unexec to @pkgdir or drop them.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-20Add required library dependancies. Package now builds on Solaris.sketch3-1/+62
2008-10-28Fix build on NetBSD against glib2-2.18.2. PR pkg/39801markd2-6/+13
2008-08-27Update to arts 1.5.10 (KDE 3.5.10)markd2-7/+6
minor bugfixes
2008-07-31Bump PKGREVISION for these packages due to JACK update.bjs1-1/+2
2008-02-29comment out $NetBSD$gdt1-1/+1
2008-02-20Update to arts 1.5.9, part of kde 3.5.9.markd2-7/+6
2008-02-20update required ABI version to 1.5.8nb1 to ensure correct packagemarkd1-2/+2
metadata available for dependent packages to fix PR 37931
2008-01-31Belated bump PKGREVISION for options changes. Default package didn'tmarkd1-1/+2
change but metainfo did.
2008-01-21Add optional nas and jack support and make esound optional (on by default,markd5-7/+55
for backward compatibility) note user-destdir support.
2007-11-23The files in flow/gsl/gslglib.* are way too complex, and we have glib2rillig3-1/+32
as a dependency, so only provide the necessary code. This is especially important for Solaris, since the build failed before because of these files. I didn't use patches to save bandwidth and disk space.
2007-10-20Update to arts 1.5.8 (part of KDE 3.5.8)markd3-15/+15
2007-05-23Update to arts 1.5.7 (part of KDE 3.5.7)markd3-12/+12
2007-01-26Update to arts 1.5.6 (part of KDE 3.5.6)markd2-6/+6
2006-10-12Update to arts 1.5.5 (part of KDE 3.5.5)markd2-6/+6
2006-10-04Update MASTER_SITES and HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-08-02Update to arts 1.5.4 (part of KDE 3.5.4)markd2-13/+6
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-15Fix for artswrapper return value checking vulnerability. CVE-2006-2916markd2-2/+9
Bump PKGREVISION
2006-06-01Update arts to 1.5.3 (part of KDE 3.5.3)markd2-6/+6
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Update arts to 1.5.2 (part of KDE 3.5.2)markd2-7/+6
Changes unknown.
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam2-4/+4
Remove deprecated ossaudio.buildlink3.mk.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-31Update to arts 1.5.1 (part of KDE 3.5.1)markd3-20/+6
Changes unknown.
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-19Add explicit include of <stdio.h>. Fixes bulk build on netbsd-1.6.2.markd2-1/+14
2005-12-11Update to arts 1.5.0 (part of KDE 3.5.0)markd2-6/+6
changes unknown.
2005-10-13Update to arts 1.4.3 (part of KDE 3.4.3).markd2-6/+6
2005-09-14Some days it's harder than others to hide my paucity of brain cells.schmonz1-1/+1
Comment out the RCS Id tag. Thanks Hisashi T Fujinaka.
2005-09-08Move the sparc-gcc33-ice hack into hacks.mk.schmonz2-6/+10
2005-09-08Add a hack to require gcc 3.4 on NetBSD/sparc.jdc1-1/+6
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-30Update to arts 1.4.2 (part of KDE 3.4.2).markd2-6/+6
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-05-31Changed USE_PERL5 to USE_TOOLS+=perl.rillig1-2/+2
2005-05-31Update arts to 1.4.1 (part of KDE 3.4.1)markd3-12/+12
Changes: unknown
2005-05-18Remove Linux work-around for bug noted in PR #25402 from artsreed1-7/+1
and koffice build. And do in meta-pkgs/kde3/kde3.mk as suggested by maintainer, markd. It helps with builds on Linux for kdegraphics3, libkipi, gwenview, kdelibs3, kdebase3, arts, and many other KDE-based packages on Linux. (It was not needed for kile, but will be used.) Thank you, Torsten Harenberg for testing many packages such as kdenetwork, kdegames, kdepim, kdemultimedia. I still don't know what the correct fix is for PR #25402.
2005-04-29For Linux, add workaround for bug noted in PR #25402.reed1-1/+7
arts fails to build under Linux with many lines like: .libs/kmedia2.o(.gnu.linkonce.d._ZTIN4Arts20VideoPlayObject_baseE+0x10):../mcop/common.h:72: undefined reference to `typeinfo for Arts::Object_base' Use BUILDLINK_TRANSFORM to remove -Wl,--allow-shlib-undefined -Wl,--no-undefined (Note that KDE packages still have same problem.)
2005-04-12Nuke USE_BUILDLINK3 (some files missed in megacommit).tv1-2/+1
2005-04-05Instead of using @dirrm for include/arts remove the directoryreed1-2/+2
with: @unexec ${RMDIR} %D/include/arts 2>/dev/null || ${TRUE} This will stop it from complaining when you use pkg_add to upgrade the arts package when kdelibs is still installed. Okayed by maintainer, markd.
2005-03-23Update to KDE 3.4markd3-7/+9
Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed