aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* add gqmpeg-devel - the gtk20 port of gqmpegoliver2005-01-128-107/+22
|
* Fixed overflow (see VuXML) and bumped PORTREVISION.niels2005-01-112-1/+16
| | | | | | | | http://www.vuxml.org/freebsd/877e918e-5362-11d9-96d4-00065be4b5b6.html PR: ports/75231 Submitted by: maintainer Approved by: nectar (mentor)
* Update to version 0.7.kwm2005-01-1012-177/+83
|
* Remove obsolete trm port. It was superseded by libtunepimparved2005-01-094-53/+0
|
* Reset undeliverable maintainer email address:kris2005-01-091-1/+1
| | | | | <hmendes@brturbo.com>: host mx.brturbo.com[200.199.201.144] said: 550 User unknown: hmendes@brturbo.com
* Fix plist.krion2005-01-071-1/+3
| | | | Approved by: portmgr (implicit)
* Also broken on alpha 4.xkris2005-01-021-2/+2
| | | | Approved by: portmgr (self)
* Does not compile on alphakris2005-01-021-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on alpha (does not build) and ia64 (does not compile)kris2005-01-021-1/+11
| | | | Approved by: portmgr (self)
* Reset bouncing maintainer address:kris2005-01-021-1/+1
| | | | | | | (connect to resalehost.networksolutions.com[216.168.224.53]: Connection refused) jamie@blackh0le.net Approved by: portmgr (self)
* Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-0111-19/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr
* - Chase libxine updatepav2005-01-012-2/+2
| | | | Pointy hat: nobutaka (in stereo)
* Various enhancements and fixes for slimserver:brooks2004-12-3121-153/+1281
| | | | | | | | | | | | | | | | - Use a new system to track which files in the CPAN directory should be installed. As a side effect, generate most of the RUN_DEPENDS list at runtime. - Add a script to start softsqueeze. The javavm port and a Jave VM must be installed to the script to actually work. A dependency was not added at this point because that's a huge barrier. - Fix a bug in EXCEPTFILES processing. - Patch the configuration parsing code to default the cache and playlist directories to locations under /var/db/slimserver instead of the weird defaults. This will fix the cache on new installs. [0] - Bump port revision. Reported by: Kraig Vander Berg <kraig at woodshoes dot net> [0]
* Set maintainer to Lauri Watts <lauri@kde.org>lioux2004-12-312-2/+2
|
* Update to version 2004.12.18krion2004-12-302-3/+3
| | | | | PR: ports/75618 Submitted by: Ports Fury
* Sync with libxine shared library version bump.nobutaka2004-12-303-3/+3
|
* Update to 7.8.trevor2004-12-302-6/+5
| | | | | Define USE_X_PREFIX, so mtree will not create share/nls/POSIX and share/nls/en_US.US-ASCII under /usr/X11R6--submitted by kris.
* Add oggsplit, a simple tool for splitting multiplexed (grouped or chained) Oggpav2004-12-296-0/+80
| | | | files into separate streams.
* - Fix Version: line in speex.pc pkg-config fileahze2004-12-291-0/+3
| | | | | | - Bump PORTREVISON Pointed out by: kwm
* PKGNAME does not work right here since PORTREVISION bump.danfe2004-12-291-2/+2
| | | | Approved by: maintainer (sobomax)
* Fix plist.krion2004-12-271-1/+1
| | | | | PR: ports/75509 Submitted by: maintainer
* Old maintainer has privately asked to be reinstated.linimon2004-12-261-1/+1
|
* Resurrect ruby-musicbrainz, updated to 0.2.0.knu2004-12-266-0/+78
|
* Remove deprecated USE_SIZElioux2004-12-253-3/+0
|
* Fix a patch by correct the path.mezz2004-12-252-4/+4
| | | | Reported by: Mike Harding <mvh@welkyn.com> and Freedevil via #freebsd-gnome
* Fix saving in gnome-sound-recorder. Seemarcus2004-12-254-2/+116
| | | | | | http://bugzilla.gnome.org/show_bug.cgi?id=162185 for more details. Reported by: h <h@erathia.be>
* There are no more html man pages.lesi2004-12-252-2/+0
| | | | Noticed by: pointyhat via kris
* Fix build on 4.xkrion2004-12-241-0/+22
|
* Update to 1.2.6krion2004-12-233-19/+18
|
* Update to version 1.3.4krion2004-12-232-5/+5
| | | | | PR: ports/75395 Submitted by: Ports Fury
* Reset MAINTAINER to ports@.nork2004-12-238-8/+8
| | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket)
* Update audio/yammi to version 1.2-rclesi2004-12-236-127/+110
| | | | | PR: 75079 Submitted by: Arjan van Leeuwen (maintainer)
* Fix package build.krion2004-12-232-4/+28
|
* - Limit SSE CFLAGS to i386 onlypav2004-12-221-1/+1
| | | | | PR: ports/75367 Submitted by: Craig Boston <craig@yekse.gank.org> (maintainer)
* Update port: audio/streamtuner to 0.99.99edwin2004-12-223-15/+72
| | | | | PR: ports/75359 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* [Incomplete pkg-plist] audio/gtkpodedwin2004-12-222-0/+4
| | | | | | | Fix incomplete pkg-plist PR: ports/75279 Submitted by: David Le Brun <david@dyn-ns.net>
* Remove juk, which was integrated into kdemultimedia3 a long time ago.markus2004-12-225-105/+0
|
* Fix plist.krion2004-12-212-0/+4
|
* Update to 12.17.7krion2004-12-212-4/+4
| | | | | PR: ports/75339 Submitted by: maintainer
* Add missed @dirrm.sobomax2004-12-211-0/+1
|
* Correct a typo to fix the pkg-plist, s/GCONF_SCEMAS/GCONF_SCHEMAS/g. Bump themezz2004-12-211-1/+2
| | | | | | PORTREVISION. Reported by: pointyhat via kris
* Force compiling with -O0, otherwise sometimes it blows out with SIGBUS, atsobomax2004-12-211-1/+6
| | | | least on 5-STABLE.
* Do not depend on linprocfs too earlyvs2004-12-201-1/+1
| | | | | PR: ports/75155 Submitted by: Ion-Mihai "IOnut" Tetcu
* Update to version 0.4.12krion2004-12-203-12/+6
| | | | | PR: ports/75263 Submitted by: Ports Fury
* Fix MASTER_SITES.sobomax2004-12-191-1/+1
| | | | | PR: 75234 Submitted by: Jin-Shan Tseng
* This port is scheduled to be removed on 2005-02-18 if it is stillkris2004-12-193-0/+6
| | | | broken at that time, and a fix has not been submitted to GNATS.
* Reset bouncing maintainer address:kris2004-12-192-2/+2
| | | | | <verm@drunkmonk.net>: host beatrix.drunkmonk.net[206.75.218.3] said: 550 5.1.1 <verm@drunkmonk.net>... User unknown (in reply to RCPT TO command)
* Add flite 1.2, a small run-time speech synthesis engine.sobomax2004-12-199-0/+166
|
* Fix path to glade fileahze2004-12-181-4/+3
| | | | Submitted by: Joel Diaz <joeldiaz@bellsouth.net>
* Remove DEPRECATED upon request by maintainer.linimon2004-12-181-3/+0
|
* With portmgr hat on, mark as deprecated. This port has been marked aslinimon2004-12-171-2/+4
| | | | broken on FreeBSD versions > 5.0 for quite some time.
* Point to proper kde3 configure patchlioux2004-12-171-1/+1
|
* Mark ignore on <5.0 for wide character support.edwin2004-12-171-1/+7
| | | | Noticed by: kris building company
* Drop maintainershipmarkus2004-12-162-2/+2
|
* Clean up handling of locale directories at deinstall-time:kris2004-12-163-0/+10
| | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created
* New port klira version 0.1: A gstreamer based audio converter for KDElioux2004-12-165-0/+75
|
* Remove obsolete and ineffectual libtool hack.naddy2004-12-151-8/+0
|
* Bump port revision after silent addition of .la files.naddy2004-12-151-0/+1
|
* - Deal with libdata/pkgconfig on uninstallnaddy2004-12-153-8/+2
| | | | | - Drop obsolete libtool hack from configure. - Bump port revision after addition of .la file.
* New port: audio/tta (simple lossless audio (de)compressor)edwin2004-12-155-0/+41
| | | | | | | | | | | TTA is a simple lossless audio compressor. TTA performs lossless compression on multichannel 8,16,24 bit's integer and 32 bit's IEEE floating-point data of the Wav audio files. PR: ports/70243 Submitted by: Martin Dieringer <Martin.Dieringer@t-online.de>
* Upgrade to 5.4.0.brooks2004-12-156-12/+33
| | | | | | | Contains library scanning preformance improvements. Some new pluggins. Small firmware fixes etc. See the change log for details: http://www.slimdevices.com/su_changelog.html
* Update to KDE 3.3.2lofi2004-12-143-5/+5
|
* - Unbreak: Update to 0.99vs2004-12-133-12/+8
| | | | | | | | - Use PORTDOCS/PLIST_FILES instead of short plist while here - Reset maintainer to ports: Last sign of life from maintainer more than 1y ago PR: ports/74998 Submitted by: Serge Gagnon
* Add missing file.krion2004-12-131-0/+1
|
* Add missing filekris2004-12-131-0/+1
|
* [ maintainer ] audio/xmms-wma: turn on iconv support againedwin2004-12-132-19/+32
| | | | | | | | | | Recently I had a chance to speak with xmms-wma author on some internet forum and figured out that he thinks of disabling iconv as my sin. So, I've enabled it again, but it is optional now. PR: ports/74959 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
* USE_RC_SUBRlofi2004-12-121-0/+1
|
* Add missed un-C99 patch.bland2004-12-121-0/+15
| | | | Reported by: Mike Harding <mvh@ix.netcom.com>
* BROKEN on ia64 alsokris2004-12-121-2/+2
|
* BROKEN on amd64: Tries to link static library against sharedkris2004-12-121-0/+4
|
* BROKEN: Unfetchablekris2004-12-121-0/+2
|
* Update to version 1.0.3krion2004-12-124-26/+30
| | | | | PR: ports/74943 Submitted by: Ports Fury
* Update to version 2004.12.04krion2004-12-123-5/+6
| | | | | PR: ports/74942 Submitted by: Ports Fury
* Update to 0.5.15bland2004-12-123-19/+19
|
* Audioscrobbler changed the protocol, so update to 0.3.6arved2004-12-112-13/+14
| | | | Submitted by: Andy Fawcett
* Add a rc-script.lofi2004-12-114-1/+54
| | | | Submitted by: "dave" <dmehler26@woh.rr.com>
* Fix build without imake.lesi2004-12-101-1/+2
| | | | Pointed out by: dosirak via kris, while testing X.Org upgrade
* Fix plist.lofi2004-12-101-0/+1
|
* add knob to enable speed optimization.sf2004-12-101-2/+6
| | | | | | (maintainer timeout for two weeks.) Submitted by: Ingmar Gebert <ingmar.gebert@uni-rostock.de>
* Fix pkg-plist by fix PLIST_FILES variable typo.osa2004-12-091-1/+2
| | | | | | Bump PORTREVISION. Notice from: dosirak via kris
* Fix pkg-plistarved2004-12-091-2/+0
| | | | Reported by: pointyhat cluster
* Fix build without imake.lesi2004-12-091-1/+2
| | | | | Pointed out by: dosirak via kris, while testing X.Org upgrade Approved by: maintainer
* Bump PORTREVISION to chase the gtkhtml3 shared library version.marcus2004-12-081-1/+1
|
* Add xmms-scrobbler, a XMMS/BPM Plugin for audioscrobbler.comarved2004-12-075-0/+39
|
* - Update to 1.2.3pav2004-12-076-35/+49
| | | | | PR: ports/74141 (followup) Submitted by: Craig Boston <craig@yekse.gank.org> (maintainer)
* Mark trm DEPRECATED, libtunepimp should be used insteadarved2004-12-073-0/+5
| | | | | | Add CONFLICTS between libtunepimp and trm Discussed with: Lauri Watts
* Update to 0.6.0ahze2004-12-073-4/+7
|
* Update MASTER_SITES and WWW: linekrion2004-12-063-13/+12
| | | | | | | Support PLIST_FILES PR: ports/74727 Submitted by: Ports Fury
* Update to version 0.4.0krion2004-12-062-11/+16
| | | | | PR: ports/74726 Submitted by: Ports Fury
* Fix implicit dependency on imake for KDE and all USE_KDELIBS_VERlofi2004-12-051-1/+2
| | | | users.
* Fix build on Python 2.4.perky2004-12-051-1/+2
|
* Add cantus_3, a sleek GTK2 mp3/ogg/vorbis tagger/renamer.adamw2004-12-058-0/+111
| | | | | | | | | | | | | Cantus is an easy to use tool for tagging and renaming MP3 and OGG/Vorbis files. It has many features including mass tagging and renaming of MP3s, the ability to generate a tag out of the filename, filter definitions for renaming, recursive actions, CDDB (Freedb) lookup (no CD needed), copy between ID3V1 and ID3V2 tags, and a lot more. WWW: http://www.debain.org/software/cantus/ PR: ports/66799 Submitted by: Sergey Akifyev <asa@gascom.ru>
* Update to 0.85.0ahze2004-12-044-26/+21
| | | | | PR: ports/74273 Submitted by: David Le Brun (maintainer)
* Fix build on 6.xahze2004-12-032-2/+6
| | | | Pointed out by: pointy hat via kris
* Fix location of true(1) in configure.in. This problem is masked iflesi2004-12-022-3/+13
| | | | | | | | makedepend (a part of imake) is installed as configure looks for it first. If it cannot find it it just uses true(1) instead. Since upgrade of X.Org ports to 6.8.1, makedepend is no longer necessary there at build time. Tell it that true actually lives in /usr/bin as putting this in CONFIGURE_ENV doesn't work.
* Remove old MPEG4IP knobs that are not used anymoreahze2004-12-021-7/+0
| | | | Pointed out by: lofi
* Reset MAINTAINER to ports@FreeBSD.orgahze2004-12-011-1/+1
|
* Add libvisual support to amarok.kwm2004-12-016-0/+74
| | | | Approved by: pav (mentor), markus (maintainer)
* add libmusepack. Musepack is an audio compression format with a strongkwm2004-12-019-0/+99
| | | | | | | | emphasis on high quality. It's not lossless, but it is designed for transparency, so that you won't be able to hear differences between the original wave file and the much smaller MPC file. Approved by: pav (mentor)
* - Remove audio/mBox and merge changes in to audio/mbox sinceahze2004-11-307-128/+28
| | | | these ports are duplicate with same maintainer as audio/mBox
* - Readd ONLY_FOR_ARCHS. Although this port builds on all architecturesarved2004-11-291-6/+3
| | | | | only i386 and ia64 seem to have the bktr(4) driver. - Add a more accurate OSVERSION for the bktr header reorganization.
* - bktr(4) seems to be available on all 5.x architectures, so removearved2004-11-292-6/+7
| | | | | | | | ONLY_FOR_ARCHS. - Fix location of bktr headers on 5.x - Fix WWW PR: 74486
* Add listener, a typical security-related program like the motion packagepav2004-11-296-0/+76
| | | | | | | | | (which detects motion on a Webcam): it listens for sound. If it detects any, it starts recording until the sound stops (or a bit later, which is configurable). It stores the audio in .WAV files. PR: ports/74348 Submitted by: David Thiel <lx@redundancy.redundancy.org>
* - Update to 0.96pav2004-11-293-4/+7
| | | | | PR: ports/74343 Submitted by: David Le Brun <david@dyn-ns.net> (maintainer)
* - Add option for mpeg4 audio coding via mpeg4ip-libmp4v2 (WITH_MPEG4IP)ahze2004-11-281-2/+14
| | | | - Bump PORTREVISION
* Update to 1.0.4krion2004-11-282-4/+3
| | | | | PR: ports/74472 Submitted by: maintainer
* Back out of last commit, this causes major problems with mpeg4ip with an ↵ahze2004-11-281-7/+1
| | | | endless loop on build. We'll just have to wait for mpeg4ip & mpeg4ip-libmp4v2 to be fixed.
* - Add a temporary work around if you have multimedia/mpeg4ip-libmp4v2 installedahze2004-11-281-1/+7
| | | | | | | | without multimedia/mpeg4ip installed by adding a dependency on multimedia/mpeg4ip this also adds a new know WITH_MPEG4 for use of encoding mpeg4 audio PR: ports/74094 Reported by: many
* Use newer version of autoconf/autoheader (259)ahze2004-11-272-2/+2
| | | | Submitted by: paulbeard@mac.com
* Update to 1.2krion2004-11-272-5/+5
|
* Support gnomehierkrion2004-11-272-6/+11
| | | | | PR: ports/74420 Submitted by: Ports Fury
* Fix build against rerolled tarballkrion2004-11-272-4/+2
| | | | | PR: ports/74419 Submitted by: Ports Fury
* Do not compiled on sparc64. Reflect it with NOT_FOR_ARCH.sem2004-11-271-0/+3
| | | | | PR: ports/74335 Submitted by: maintainer
* - Add an OPTION to use gstreamer over xine as the playback backend. Xine ismezz2004-11-262-9/+18
| | | | | | | | | still default. - Use new GCONF_SCHEMAS PR: ports/74399 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> (maintainer) Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
* Add missing libtool droppingskris2004-11-261-0/+6
|
* Add missing filekris2004-11-261-0/+1
|
* Add missing directorykris2004-11-261-0/+1
|
* Add missing directorykris2004-11-251-0/+1
|
* Unbreak buildlth2004-11-241-0/+11
| | | | Noticed by: Henrik Andersen
* - Add math/fftw3 to BUILD_DEPENDS since it installs the header files [1]ahze2004-11-241-2/+11
| | | | | | | | - Add WITH_SSE knob since fftw3-float supports it - Add WITH_OPTIMIZED_CFLAGS knob to respect CFLAGS if not defined [1] Submitted by: KATO Tsuguru [1] Approved by: adamw (implicit)
* Bump PORTREVISION due to last commit of dependency changesahze2004-11-241-0/+1
| | | | Approved by: adamw (implicit)
* Change math/fftw3 dependency to math/fftw3-floatahze2004-11-241-4/+1
| | | | Approved by: adamw (implicit)
* BROKEN: Size mismatchkris2004-11-241-0/+2
|
* upgrade to 2.2.8ijliao2004-11-243-20/+10
|
* Add a missing libtool droppingkris2004-11-241-0/+1
|
* Add some libtool .la droppingskris2004-11-241-0/+3
|
* Use new GCONF_SCHEMAS.mezz2004-11-244-6/+4
| | | | Approved by: kwm and marcus
* Use new GCONF_SCHEMAS.mezz2004-11-242-3/+2
| | | | Approved by: pav
* Change the not yet changed maintainer fields to my FreeBSD.org account.kwm2004-11-231-1/+1
| | | | Approved by: pav (mentor)
* Don't build not needed librariesahze2004-11-232-8/+15
| | | | | | PR: ports/72176 Approved by: maintainer timeout (20 days) adamw (mentor)
* Use new INSTALLS_OMF.mezz2004-11-2314-102/+7
| | | | Approved by: bland, kwm, marcus and pav
* Use PREFIX instead of LOCALBASE for the hardcoded artsd location.lofi2004-11-231-1/+2
|
* Update to version 2004.11.21krion2004-11-233-14/+14
| | | | | PR: ports/74243 Submitted by: Ports Fury
* - Fix build on 4.xpav2004-11-222-0/+40
|
* Remove .schemas file from PLIST since it is completely handledbland2004-11-224-2/+2
| | | | by GCONF_SCHEMAS (this fixes recently reported pkg_delete failures).
* - Update to 0.2.3dlth2004-11-223-31/+19
| | | | | PR: 72849 Submitted by: Michael Handler <handler@lair.grendel.net>
* Update to 0.3.8pat2004-11-223-6/+10
|
* - Fix botched local patch which was breaking compilation with esoundpav2004-11-212-7/+6
| | | | | PR: ports/74128 Reported by: Michael C. Shultz <ringworm@inbox.lv>
* BROKEN on ia64: Does not compilekris2004-11-191-2/+2
|
* BROKEN on ia64 and sparc64: Does not compilekris2004-11-191-0/+4
|
* BROKEN on 5.x: Does not compilekris2004-11-191-0/+4
|
* BROKEN on !i386: Does not compilekris2004-11-182-1/+11
|
* - Fix build on !i386pav2004-11-181-1/+11
| | | | Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
* BROKEN: Does not compilekris2004-11-181-0/+2
|
* BROKEN: Does not build with new version of windowmakerkris2004-11-181-0/+2
|
* Update to 1.0.11ahze2004-11-182-4/+3
| | | | Approved by: adamw (mentor)
* Sync with Debian. No code changes.naddy2004-11-182-3/+3
| | | | | PR: 74047 Submitted by: Radek Kozlowski <radek@raadradd.com>
* Update to 0.5.0bland2004-11-175-253/+4
|
* Add missing dependency on multimedia/mpeg4ipahze2004-11-161-1/+2
| | | | Approved by: marcus (co mentor)
* - Update to 1.7pav2004-11-166-65/+28
| | | | | PR: ports/73967 Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
* - Provide backup master sitepav2004-11-161-1/+2
|
* - Chase recent changes to java/javavmwrapper [1]hq2004-11-152-7/+12
| | | | | | | | | | | - Update to bsd.java.mk 2.0 - Use INSTALL_DATA and INSTALL_SCRIPT macros - Register java/javavmwrapper as a run dependency - Use JAVAJARDIR in launcher script - Use LOCALBASE rather than PREFIX to invoke javavmwrapper in launcher script PR: 73856 [1] Submitted by: maintainer [1]
* - Change dependency lines for gdesklets port, gdesklets-core.pc is goingpav2004-11-152-2/+2
| | | | away in next version
* Fix fftw support by using the new slave port math/fftw3-floatahze2004-11-151-1/+2
| | | | | | | | Bump PORTREVISION PR: ports/73951 Submitted by: David Gilbert <dgilbert@daveg.ca> Approved by: pav (co mentor)
* Update to 1.0.2ahze2004-11-142-3/+15
| | | | | | | | | | Add DEFAULT_CDROM_DEVICE knob default 4.x /dev/acd0c default >5.x /dev/acd0 PR: ports/73885 Submitted by: Martin Kraft <martin.kraft@fal.de> (maintainer) Approved by: marcus (co mentor)
* Update to version 1.3.1markus2004-11-143-3/+4
| | | | Approved by: maintainer
* Add missing filekris2004-11-131-0/+1
|
* Fix build on 5.xahze2004-11-122-14/+9
| | | | | | Don't build not needed libraries Approved by: adamw (mentor)
* Update to 0.5.2, bug-fix releaseahze2004-11-122-3/+3
| | | | Approved by: adamw (mentor)
* Add tagtool, a GNOME 2 application for tagging MP3/OGG files, similar topav2004-11-125-0/+76
| | | | | | | Easytag but more lightweight PR: ports/73812 Submitted by: Anthony Ginepro <anthony.ginepro@laposte.net>
* Add CONFLICTS to speex-develahze2004-11-111-0/+2
| | | | Approved by: pav (co mentor)
* Readd PORTEPOCHahze2004-11-111-0/+1
| | | | Approved by: pav (co mentor)
* Add speex-develahze2004-11-116-35/+11
| | | | | | | | | | | | | | | | | The Speex is a patent-free, Open Source/Free Software voice codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is designed to compress voice at bitrates in the 2-45 kbps range. Possible applications include VoIP, internet audio streaming, archiving of speech data (e.g. voice mail), and audio books. In some sense, it is meant to be complementary to the Ogg Vorbis codec. -- Speex 1.1 is backwards compatible with speex 1.0 and can be used as a drop in replacement for audio/speex Approved by: pav (co mentor)
* Add goobox 0.4.0, CD player and ripper for GNOME Desktop environment.bland2004-11-118-0/+298
|
* Update to 0.5.14bland2004-11-116-30/+120
|
* New port mpeg4ip-faad version 1.1: faad plugin for mpeg4iplioux2004-11-116-0/+101
| | | | | PR: 72207 Submitted by: ahze
* - Add knob for --enable-recursivepav2004-11-111-1/+5
| | | | | | | - Take maintainership PR: ports/73791 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com>
* Bump 29 ports that use GCONF_SCHEMAS. Somehow, the diff of GNOME 2.8.x hasmezz2004-11-102-0/+2
| | | | | | | lost the small part. The small part was GCONF_SCHEMAS in bsd.gnome.mk that is taking care of gconf key and schemas files for pkg-plist. Pav has committed by re-add GCONF_SCHEMAS back in bsd.gnome.mk this afternoon. Therefore, must bump PORTREVISION to correct our pkg-plist database installed.
* Use mpeg4ip-libmp4v2 instead of mpeg4ipahze2004-11-101-2/+2
| | | | Approved by: marcus (co mentor)
* o Have faad depend on mpeg4ip-libmp4v2 so mpeg4ip can use faadlioux2004-11-102-44/+6
| | | | | | | o Bump PORTREVISION PR: 72205 Submitted by: ahze
* Update to version 3.82krion2004-11-106-56/+43
| | | | | PR: ports/73728 Submitted by: Ports Fury
* Fix comment: s/assember/assemblerkrion2004-11-101-1/+1
|
* Fix build.krion2004-11-101-1/+2
| | | | Reported by: pointyhat via kris
* Grab Maintainerahze2004-11-082-2/+2
| | | | | Approved by: jre@vineyard.net pav (co mentor)
* s|bin/bash|bin/sh| for shell scriptsahze2004-11-081-2/+5
| | | | | | | | | Remove unused knobs Bump PORTREVISION PR: ports/73652 Submitted by: david@da-quirk.org (maintainer) Approved by: adamw (mentor)
* Update to KDE 3.3.1lofi2004-11-084-5/+36
|
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-0843-16/+43
| | | | big upgrade.
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).marcus2004-11-0814-180/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release notes detailing all of the new goodies in GNOME 2.8 can be found at http://www.gnome.org/start/2.8/notes/, and the list of what was fixed in GNOME 2.8.1 can be found at http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html. This release, as well as all of our others, would not have been possible without the great efforts of our FreeBSD GNOME Team. The list of current members can be found at http://www.freebsd.org/gnome/contact.html (including our newest member, Michael Johnson <ahze@FreeBSD.org>). Special thanks also goes out to all of the loyal FreeBSD GNOME users that put up with crashes and hangs to test and debug GNOME on FreeBSD. We would especially like to thank those users that provided patches for GNOME 2.7 and 2.8: Franz Klammer <klammer@webonaut.com> Piotr Smyrak <piotr.smyrak@heron.pl> Radek Kozlowski <radek@raadradd.com> Khairil Yusof <kaeru@pd.jaring.my> Yasuda Keisuke <kysd@po.harenet.ne.jp> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Vladimir Grebenschikov <vova@fbsd.ru> GNOME 2.8 also features a new, FreeBSD-specific splashscreen that was designed by jimmac for GNOME 2.8, then daemonized by Franz Klammer <klammer@webonaut.com> and Radek Kozlowski <radek@raadradd.com>. As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh that will aid in the upgrade process. Full documentation on the GNOME 2.8 upgrade is coming following this commit. From all of us at FreeBSD GNOME, ENJOY!
* Add mboxahze2004-11-085-0/+141
| | | | | | | | | | | | | | | | | | | | | mBox is program intended to help you with organizing your music files. The most important features are: - ability to reencode mp3/ogg/wma to mp3/ogg - contains utility 'convertor' which converts whole directories to desired format. Bitrate, etc. is automatically adjusted depending on settings and source audio. - reading/writing tags in MP3 ID3v1 and ID3v2, Ogg Vorbis - reading WMA tags - FreeDB, treates encoded files as if it was CD, so you can simply select your files and - if found in database - write tags to them. - auto tagging - reads tag information from filename - batch tags editing - batch files renaming (can use tags) - directory renaming (can use tags) Approved by: adamw (mentor)
* Mastersite disappeared.linimon2004-11-072-3/+1
| | | | Submitted by: Radek Kozlowski <radek at raadradd dot com>
* Update to 0.99.12ahze2004-11-074-7/+6
| | | | | | PR: ports/73332 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Approved by: pav (co mentor)
* - Add WITHOUT_X11 knob to disable Qt GUIpav2004-11-061-3/+6
| | | | | PR: ports/73605 Submitted by: Geert Hendrickx <ghen@hmacs.cmi.ua.ac.be>
* - Update to 0.1pav2004-11-062-6/+5
|
* Add a patch for the most recent mpg123 buffer-overflow vulnerabilitysimon2004-11-062-5/+44
| | | | | | | | | noted in VuXML. PR: ports/73091 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) VuXML: http://vuxml.FreeBSD.org/20d16518-2477-11d9-814e-0001020eed82.html Approved by: clement
* Update to 2.1.0lofi2004-11-063-3/+14
| | | | | PR: 73578 Submitted by: Sergey Prikhodko <sergey@network-asp.biz>
* - Fix build on 5.xpav2004-11-052-4/+14
| | | | | PR: ports/73528 Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu>
* Use my FreeBSD.org address.linimon2004-11-031-1/+1
| | | | Reminded by: mavvie
* Add a missing dependency on libltdl.marcus2004-11-031-0/+1
| | | | Reported by: pointyhat via kris
* Update to version 0.4.11krion2004-11-023-5/+7
| | | | | PR: ports/73344 Submitted by: Ports Fury
* Update to version 1.9.2krion2004-11-027-83/+24
| | | | | PR: ports/73343 Submitted by: Ports Fury
* Add polypaudio, a sound server for UNIX that is designed to be a drop-inmarcus2004-11-0114-0/+422
| | | | | | | | | | | | | | | | | | | replacement for ESOUND with a few more bells and whistles: * Extensible plugin architecture (by loading dynamic loadable modules with dlopen()) * Support for more than one sink/source * Better low latency behaviour * Embedabble into other software (the core is available as C library) * Completely asynchronous C API * Simple command line interface for reconfiguring the daemon while running * Flexible, implicit sample type conversion and resampling * "Zero-Copy" architecture * Module autoloading * Very accurate latency measurement for playback and recordin. * May be used to combine multiple sound cards to one (with sample rate adjustment) * Client side latency interpolation
* Upgrade to just released version 1.00mbr2004-10-318-348/+256
|
* update to 0.9.6ahze2004-10-313-20/+4
| | | | | PR: ports/72771 Approved by: adamw (mentor)
* Add missing header to fix build of gstreamer-plugins on >5.xahze2004-10-301-4/+5
| | | | | | PR: ports/73260 Pointed out by: sean@mcneil.com Approved by: adamw (mentor)
* Change email to new FreeBSD.org addressahze2004-10-306-6/+6
| | | | Approved by:adamw (mentor)
* Streamtuner plugins were included in core distribution.pav2004-10-2917-187/+0
| | | | | PR: ports/73025 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
* - Update to 0.99pav2004-10-293-5/+74
| | | | | PR: ports/73025 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
* o) Fix missing installation of sample and initial config files.lkoeller2004-10-292-2/+13
|
* - Fix header files.pav2004-10-291-0/+1
| | | | | | | Note: this still does not build (fails later) PR: ports/73220 Submitted by: Michael Johnson <ahze@ahze.net> (maintainer)
* - Fix build if xmmswrapper should be buildmarkus2004-10-284-0/+62
| | | | | Submitted by: Andy Fawcett <andy@athame.co.uk> (5.x) Reported by: Acajou <acajou@gmail.com> (4.x)
* - Update to 0.11.2pav2004-10-277-63/+35
| | | | | PR: ports/73133 Submitted by: Mark Daniel Reidel <root@alu.reidel.info> (maintainer)
* Fix build on amd64krion2004-10-271-0/+14
| | | | | PR: ports/72957 Submitted by: maintainer
* Re-add accidentally removed prototypekrion2004-10-272-42/+11
| | | | | PR: ports/73021 Submitted by: maintainer
* - Update to 0.11.3pav2004-10-273-15/+17
| | | | | PR: ports/73132 Submitted by: Mark Daniel Reidel <root@alu.reidel.info> (maintainer)
* Update to 1.4vs2004-10-262-4/+4
| | | | | PR: ports/71172 Submitted by: Michael Johnson
* As previously announced, remove ruby-musicbrainz. The contents of thelinimon2004-10-236-135/+0
| | | | distfile have never been updated to reflect the latest libmusicbrainz.
* Maintenance update to 0.8.5. No notable changes.naddy2004-10-234-22/+4
|
* - Update to 0.42lth2004-10-222-3/+3
|
* Update to 1.26lth2004-10-222-3/+3
|
* Fix the build on amd64.mezz2004-10-211-0/+47
| | | | | | | | | PR: ports/72943 Reported by: pointyhat via kris sean@mcneil.com Submitted by: sean@mcneil.com (patch) Michael Johnson <ahze@ahze.net> (maintainer) Tested by: sean@mcneil.com
* Update to 0.5, and add optional D-BUS support.marcus2004-10-215-87/+15
| | | | | PR: 72934 Submitted by: maintainer
* As previously announced, remove audio/net-rhythmbox. It was broken, andlinimon2004-10-2010-256/+0
| | | | | | audio/rhythmbox has more features. Approved by: maintainer
* Upgrade to 5.3.1.brooks2004-10-206-9/+9
| | | | | | | The main change is improved startup time. There are also a number of bugfixes. See the release notes for details: http://www.slimdevices.com/su_changelog.html
* Prefent gst-register from creating a cache in /root, like the other gstreamerkwm2004-10-192-5/+6
| | | | | | | | | | ports are doing. Bump portrevision. Change maintainer e-mail to my FreeBSD.org address. PR: 71399 Submitted by: vs Approved by: pav (mentor)
* Only define WITHOUT_MPEG4IP for >=502126 and if you don't already have mpeg4ipmezz2004-10-181-2/+6
| | | | | | | | | previously installed. This is also only a temp fix until mpeg4ip is updated (ports/72206) or fixed. PR: ports/72799 Submitted by: Michael Johnson <ahze@ahze.net> (maintainer) Pointed out by: spamrefuse@yahoo.com
* Update to 0.6.2perky2004-10-183-11/+11
|
* Update to 2.1.13.ume2004-10-183-3/+5
|
* Update to 12.17.6.naddy2004-10-164-41/+22
| | | | | | Changes in this release: numerous bugfixes. Reviewed by and with: Dan Nelson <dnelson@allantgroup.com>
* Fix a glaring bug: didn't account for NOPORTDOCS.will2004-10-162-0/+5
| | | | Submitted by: markus
* Add ezstream 0.1.2, a command line utility for streaming to icecastwill2004-10-165-0/+45
| | | | | | | servers. PR: ports/71049 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* Kill off automake18, switching to automake19. Requiem Mors Pacem.ade2004-10-161-1/+1
|
* - Make sndfile-play workpav2004-10-152-0/+30
| | | | | PR: ports/72716 Submitted by: Michael Johnson <ahze@ahze.net>
* - Update to 0.1.2pav2004-10-152-5/+5
| | | | | PR: ports/72709 Submitted by: Michael Johnson <ahze@ahze.net>
* Disable depend on mpeg4ip until new mpeg4ip is committed. The current mpeg4ipmezz2004-10-151-0/+3
| | | | | | is broke, so disable this to allow other apps to get build with faad. Requested by: Michael Johnson <ahze@ahze.net> (maintainer)
* Backout previous commit because the rest of the updates can't beedwin2004-10-142-6/+45
| | | | | tested because I'm still on 5.2.1 and I can't compile gcc34 and the only packages for gcc34 I find are 4.10 or 5.3. Bummer!
* [MAINTAINER] audio/faad2: Patch for new mpeg4ip [2 of 4]edwin2004-10-142-44/+6
| | | | | | | - make faad use libmp4v2 so mpeg4ip can use faad. PR: ports/72205 Submitted by: Michael Johnson <ahze@ahze.net>
* [NEW PORT] audio/bmp-faad2: Beep Media Player (BMP) plugin for faadedwin2004-10-144-0/+105
| | | | | | | FAAD 2 - Freeware Advanced Audio Decoder 2 - BMP plugin PR: ports/71304 Submitted by: Michael Johnson <ahze@ahze.net>
* New port: audio/mBox - organizing music filesedwin2004-10-145-0/+98
| | | | | | | | | | | | | | | | | | | | | mBox is program intended to help you with organizing your music files. The most important features are: - Ability to reencode mp3/ogg/wma to mp3/ogg - contains utility 'convertor' which converts whole directories to desired format. Bitrate, etc. is automatically adjusted depending on settings and source audio. See users-guide for further information. - supports reading/writing tags in MP3 ID3v1 and ID3v2, Ogg Vorbis - supports reading WMA tags - supports FreeDB, treates encoded files as if it was CD, so you can simply select your files and - if found in database - write tags to them. - supports auto tagging - reads tag information from filename - supports batch tags editing - supports batch files renaming (can use tags) - supports directory renaming (can use tags) PR: ports/71288 Submitted by: Vladimir Osintsev <oc@nm.ru>
* [New port] audio/ifp-line (interface to iRiver music players)edwin2004-10-146-0/+78
| | | | | | | | | | | | | This port provides a simple but easy to use, and via scriptability powerful interface to control iRiver's great 'ifp' series portable music players. If there is a 'manager firmware' installed on this device, it's not possible to gain access via umass(4). This port uses libusb to connect directly via ugen. PR: ports/71987 Submitted by: Thomas E. Zander <riggs@rrr.de>
* New port: audio/coverhunter, a program fetching the covers of your digital ↵edwin2004-10-148-0/+239
| | | | | | | | | | | | | music albums CoverHunter will scan your digital music albums and try to get the cover image for each one. After that, if more than one cover was found, you can choose wich one will be set as the cover for that album. These covers may be used by XMMS, KDE, GNOME, etc. PR: ports/69053 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* New port: audio/icegenerator Direct streaming generator for Icecast/Shoutcastedwin2004-10-146-0/+59
| | | | | | | Icegenerator is a direct streaming generator for Icecast/Shoutcast PR: ports/71104 Submitted by: Nadelyaev Stanislav <funkblaster@n11.bmstu.ru>
* Fix cross-site scripting vulnerabilitylofi2004-10-149-1/+173
| | | | | | (http://www.debian.org/security/2004/dsa-541). Patches obtained from: Debian
* Update to version 1.1.1markus2004-10-146-56/+364
|
* Update to 2.0.2lofi2004-10-142-5/+5
|
* Chase the taglib shared lib versionmarkus2004-10-141-1/+1
|
* Update to version 1.3markus2004-10-143-4/+9
| | | | | | PR: ports/72536 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Approved by: Frank J. Laszlo <laszlof@vonostingroup.com> (maintainer)
* Update to 1.15erwin2004-10-142-3/+3
|
* - Remove USE_GCC=3.4, it's not neededpav2004-10-131-3/+2
| | | | | | | - Update libtool PR: ports/72607 Submitted by: Michael Johnson <ahze@ahze.net>
* Update to 1.4krion2004-10-138-101/+31
| | | | | PR: ports/72595 Submitted by: maintainer
* Retire audio/libvorbis-aotuv.knu2004-10-134-44/+0
| | | | | | The aoTuV enhancement has been merged into the mainstream. Noted by: naddy
* Update to 0.99arved2004-10-133-10/+8
| | | | | PR: 72555 Submitted by: Michael Johnson <ahze@ahze.net>
* Drop maintainershiparved2004-10-131-1/+1
|
* [Maintainer Update] Muine: Fix library mapping so minor updates don't cause ↵edwin2004-10-132-9/+3
| | | | | | | | | | breakage. Attached patch changes Muine's library mappings so minor version number changes do not break the port in the future. PR: ports/71136 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* [MAINTAINER] audio/faac: [Fix build on 6.0-CURRENT]edwin2004-10-131-1/+3
| | | | | | | | | - Fix build on 6.0 Tested and Reported by: Chris Johnson <cjohnson@wcug.wwu.edu> PR: ports/72593 Submitted by: Michael Johnson <ahze@ahze.net> Reviewed by: Chris Johnson <cjohnson@wcug.wwu.edu>
* Update to 1.1.0. Changes in this release:naddy2004-10-127-38/+44
| | | | | | | | | | * merges tuning improvements from Aoyumi's aoTuV with fixups * new managed bitrate (CBR) mode support * new vorbis_encoder_ctl() interface * extensive documentation updates * application/ogg mimetype is now official * autotools cleanup from Thomas Vander Stichele * various bugfixes
* Update to 1.1.2. Changes in this release:naddy2004-10-126-73/+36
| | | | | | | | * various bugfixes * important bugfix for 64-bit platforms * various portability fixes * autotools cleanup from Thomas Vander Stichele * new multiplexed Ogg stream documentation
* Update to version 1.3.3krion2004-10-123-5/+34
| | | | | PR: ports/72523 Submitted by: Ports Fury
* Add p5-Audio-WMA 0.01, fetch info from WMA audio files.mat2004-10-125-0/+41
| | | | | PR: ports/71590 Submitted by: Simon Barner <barner@gmx.de>
* Add p5-Ogg-Vorbis-Header 0.03, manipulate / fetch info from Ogg-Vorbismat2004-10-125-0/+48
| | | | | | | audio files. PR: ports/71577 Submitted by: Simon Barner <barner@gmx.de>
* Update to version 1.1krion2004-10-122-3/+3
| | | | | PR: ports/71867 Submitted by: Ports Fury