summaryrefslogtreecommitdiff
path: root/audio/arts
AgeCommit message (Collapse)AuthorFilesLines
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
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-10Update to arts-1.3.2 (part of kde 3.3.2)markd3-6/+9
Changes unknown.
2004-10-13Update to arts 1.3.1 (part of KDE 3.3.1)markd2-6/+5
changes unknown.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-49/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-19Make KDE depend on at least version 3.3.3nb1 of qt3-libs.markd1-1/+2
2004-08-21Update to arts-1.3.0 part of KDE-3.3.markd3-11/+11
changes unknown.
2004-06-10Update to version 1.2.3 (part of kde 3.2.3)markd2-5/+5
changes unknown.
2004-05-26Add a HOMEPAGE of http://www.kde.org/areas/multimedia/.reed1-1/+2
Maybe http://www.arts-project.org/ should be used instead, but webpage is out-of-date. (As discussed with maintainer, Mark.)
2004-04-26No longer used.snj1-74/+0
2004-04-20bl3ify and update to version 1.2.2 (part of kde 3.2.2)markd4-31/+31
Changes: ALSA: Make aRts work through DMix-devices
2004-04-12Follow libogg into multimedia/.salo3-6/+9
2004-04-04include "config.h" in debug.cc so that ifdef HAVE_VASPRINTF actually works.mrg2-1/+14
fixes a compile problem on macppc (where it attempts va_list assignment otherwise.)
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-09Update arts to 1.2.1, part of KDE 3.2.1markd2-6/+5
Changes unknown.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-9/+12
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-25Remove "USE_LANGUAGES= c c++". Now set in Makefile.kde.markd1-2/+1
2004-02-22USE_LANGUAGES= c c++markd1-1/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-08Use buildink *3* and not 2 glue code for "glib2".tron1-2/+2
2004-02-07Add RCSID.xtraeme2-2/+4
2004-02-07patch CLD -> CXXLD for linking against cpp, fixes build failurertr2-1/+13
patch from post by Juan RP <juan@xtraeme.unixbsd.org> on tech-pkg@ http://mail-index.NetBSD.org/tech-pkg/2004/02/07/0006.html
2004-02-06Add missing buildlink2 glue code for "esound" and "libmad" to fixtron3-3/+10
build problems. Bump package revision because of that.
2004-02-04Update arts to 1.2.0. Part of KDE 3.2.markd6-28/+35
Arts specific changes unspecified.
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-15Update to arts-1.1.5, part of KDE 3.1.5.markd2-6/+5
2004-01-15s/buildilnk3/buildlink3/markd1-5/+5
2004-01-14Add some buildlink3.mk files.jlam1-0/+21
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz2-3/+4
2003-11-03include <sys/param.h> to get __NetBSD_Version__ symbol. fixes a compilemrg2-7/+18
time warning and makes the patch do what it was trying to do...
2003-09-17Update arts to 1.1.4 (for KDE3.1.4)markd4-21/+6
Changes: * Fix artsbuilder crash with changed construction order in gcc 3.3.2 release. * Fix stereo volume control. * Fix compilation problems. * Crash fixes.
2003-08-05Another X11BASE -> LOCALBASE fixup.markd1-2/+2
2003-08-04bring in change from KDE HEAD:grant2-1/+15
arts/soundserver/artsd.cc 1.43.2.3 use fabs() instead of fabsf().
2003-08-01add another LIBTOOL_OVERRIDE.grant1-2/+2
2003-07-30Update arts to 1.1.3.markd3-10/+9
Changes: * GCC 3.4 compile fixes, compiler warning fixes * Allow the application to query if the server is suspended. * arts_suspend() returns 0 if arts doesn't have device open. * add -V command line switch to set initial volume. * Compilation fix * Build system update
2003-07-09Add a missing include.markd2-4/+5
2003-07-07Fix (at least) artsd on -current.skrll9-68/+182
The s/mcop_mt/mcop/ hack that worked with pth doesn't work in -current. Make libmcop_mt build with pre-current and pth by providing sem_* calls based on a mutex and a condition variable.
2003-05-30Add ogg vorbis support.markd2-3/+9
Add missing header file to buildlink2.mk Bump PKGREVISION
2003-05-26Do not use ${GREP} here -- just mention the needed files.wiz1-9/+53
Closes PR 21687. XXX: no libaudiofile dependency needed? wasn't here before, so I didn't add it.
2003-05-22Update KDE to 3.1.2.markd3-8/+7
Changes: kdemultimedia: * Ogg Vorbis Info List view column titles were incorrect. * kmix: Vertical label widget to sliders in replacement of large horizontal labels * kmix: Fixed alsa 0.9x to restore current volumes * kmix: Fixed multiple alsa 0.9x cards detection
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.