aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 6.0.2.Brooks Davis2005-04-279-27/+51
| | | | | | | | | | | The most important fix is probably avoiding database corruption that caused the wrong artists to be associated with songs/albums. For full details, see the Changelog.html or: http://www.slimdevices.com/su_changelog.html Notes: svn path=/head/; revision=134287
* - fix segfault on attempt to play next track from empty playlist [1]Roman Bogorodskiy2005-04-272-6/+25
| | | | | | | | | | - make mpg321 be RUN_DEPEND instead of BUILD_DEPEND PR: 80365 [1] Submitted by: Andrej Zverev (maintainer) Notes: svn path=/head/; revision=134245
* Only process the var_args argument to open() if flags contain O_CREAT.Joe Marcus Clarke2005-04-272-1/+19
| | | | | | | | | This avoids a bus error crash when using esddsp. PR: 80382 Notes: svn path=/head/; revision=134228
* Remove old emailaddressTilman Keskinoz2005-04-261-3/+0
| | | | Notes: svn path=/head/; revision=134205
* Take maintainership.Kirill Ponomarev2005-04-261-1/+1
| | | | Notes: svn path=/head/; revision=134191
* - Add libcddb-docMichael Johnson2005-04-255-0/+85
| | | | | | | Libcddb documentation Notes: svn path=/head/; revision=134095
* Fix MIDI playback.Jean-Yves Lefort2005-04-251-1/+20
| | | | | | | | | PR: ports/80304 Submitted by: Emanuel Haupt <ehaupt@critical.ch> (maintainer) Approved by: adamw (mentor) Notes: svn path=/head/; revision=134088
* Open Cubic Player first appeared around December 1994 as a DOSJean-Yves Lefort2005-04-2411-0/+270
| | | | | | | | | | | | | | | | | | | binary-only module player. It supported many soundcards and module formats. At some point, the source code was released to the public under the terms of the GNU General Public License, and around 2003 Stian Skjelstad ported the code to Linux. In addition to legacy tracker formats such as mod, xm and s3m, Open Cubic Player now also supports mp3 and ogg files. PR: ports/80276 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Approved by: adamw (mentor) Notes: svn path=/head/; revision=134061
* Add a check for PACKAGE_BUILDING to allow pointyhat to build thisSam Lawrance2005-04-241-1/+1
| | | | | | | | | | port after the distfile has been manually fetched. Requested by: kris Approved by: clement (mentor) Notes: svn path=/head/; revision=134040
* Add a dependency on expat. Don't bump PORTREVISION since it won'tBrooks Davis2005-04-243-0/+3
| | | | | | | | | | change the output if it built before and packages wouldn't have built even if RESTRICTED wasn't set. Reported by: pointyhat (via kris) Notes: svn path=/head/; revision=134037
* Avoid license violation by preventing the distfile being downloadedSam Lawrance2005-04-241-2/+2
| | | | | | | automatically (previous checks were inadequate). Notes: svn path=/head/; revision=134030
* Unbreak and update to 1.0.0Sam Lawrance2005-04-242-6/+3
| | | | | | | | | PR: ports/80180 Submitted by: sylvio cesar <sylvioc@gmail.com> Approved by: clement (mentor) Notes: svn path=/head/; revision=134027
* - Update to 0.1.11Pav Lucistnik2005-04-233-17/+27
| | | | | | | | | PR: ports/79291 Submitted by: Kelly Yancey <kbyanc@kbyanc.nttmcl.com> Approved by: Jens Rehsack <rehsack@liwing.de> (maintainer) Notes: svn path=/head/; revision=134022
* Add missing USE_PERL5.Brooks Davis2005-04-223-0/+6
| | | | | | | Reported by: pointyhat (via kris) Notes: svn path=/head/; revision=133949
* Use MAKE_ARGS & PLIST_FILES/PORTDOCSVolker Stolz2005-04-223-22/+3
| | | | Notes: svn path=/head/; revision=133935
* Amarok wants kdebase.Michael Nottebrock2005-04-222-4/+4
| | | | Notes: svn path=/head/; revision=133898
* Improve the upgrade process a bit. It was previously possible forBrooks Davis2005-04-216-21/+45
| | | | | | | | | | | | | | | | | | | the log file to be owned by root because most files were opened/created before the uid was switched to non-root. That's not the case anymore so we need to be sure those files are owned by slimserv:slimserv. This isn't a problem with new installed because they are made correctly in the rc script, but on upgrades it may be an issue. Handle this by resetting the permissions of existing files and directories during the install. While I'm here, remove some leftover directory creation. It properly belongs in the startup script so the files will be created if /var is clear. Bump port revision. Notes: svn path=/head/; revision=133888
* Get build on amd64 back on trackVolker Stolz2005-04-211-1/+1
| | | | | | | Noticed by: krisbot Notes: svn path=/head/; revision=133858
* Upgrade to 6.0.1.Brooks Davis2005-04-2129-1206/+838
| | | | | | | | | | | | | | | | | | | | Stop trying to use ports versions of all the CPAN bits and do things the way the vendor expects. It's less elegant, but much easier to maintain. Do build our own versions of binary modules so we have a chance on all platforms, but use a slightly modified version of their script to do so (mostly make it non interactive and fetch the files from DISTDIR/DIST_SUBDIR rather than direct from slimdevices each build). Mark RESTRICTED. The distfiles and the build contain non-restributable bits. Some of the people building packages for linux are working on a way around this (not distributing the firmware and using alternate images), but that's no here yet. Nagged by: many :-) Prodded by: my dying cd player Notes: svn path=/head/; revision=133813
* Remove INSTALLS_SHLIB: It's not running with the correct path anywayVolker Stolz2005-04-191-1/+0
| | | | Notes: svn path=/head/; revision=133682
* - Correctly package empty directoryVolker Stolz2005-04-192-1/+2
| | | | | | | - Remove erroneous information from pkg-descr Notes: svn path=/head/; revision=133681
* - Use PLIST_FILES/PORTDOCSVolker Stolz2005-04-193-145/+10
| | | | | | | | - Use REINPLACE - Minimize Makefile-patch Notes: svn path=/head/; revision=133680
* - Use PLIST_FILESVolker Stolz2005-04-192-3/+2
| | | | | | | - Fix non-root install Notes: svn path=/head/; revision=133675
* Use PLIST_FILESVolker Stolz2005-04-192-2/+1
| | | | Notes: svn path=/head/; revision=133674
* Use MAKE_ARGS & REINPLACEVolker Stolz2005-04-192-19/+5
| | | | Notes: svn path=/head/; revision=133672
* Use MAKE_ARGS and PLIST_*Volker Stolz2005-04-193-25/+7
| | | | Notes: svn path=/head/; revision=133671
* - Nuke two-line plistVolker Stolz2005-04-192-7/+6
| | | | | | | - Sanitize post-patch target Notes: svn path=/head/; revision=133670
* Remove misleading signature (same as Whom: anyway)Volker Stolz2005-04-191-2/+0
| | | | Notes: svn path=/head/; revision=133669
* - Don't patch Makefile if imake is going to regenerate it anywayVolker Stolz2005-04-193-161/+1
| | | | | | | - Nuke two-line plist Notes: svn path=/head/; revision=133668
* - Use OPTIONSVolker Stolz2005-04-193-30/+10
| | | | | | | | - Nuke pkg-plist - Minimize Makefile-patch Notes: svn path=/head/; revision=133667
* Avoid excessive Makefile-patchVolker Stolz2005-04-192-26/+6
| | | | Notes: svn path=/head/; revision=133648
* - Use MAKE_ARGS instead of Makefile-patchVolker Stolz2005-04-192-27/+6
| | | | | | | - Sanitize packaging Notes: svn path=/head/; revision=133646
* - Don't remove timidity directories.Florent Thoumie2005-04-192-1/+1
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=133643
* - Update to 0.7.6Roman Bogorodskiy2005-04-1714-49/+311
| | | | | | | | | | | - Change pkg-descr to reflect the new patches changes - Pass maintainership to submitter PR: 79873 Submitted by: Rodrigo Graeff <delphus@gmail.com> Notes: svn path=/head/; revision=133526
* - Update to 1.0.0Michael Johnson2005-04-173-4/+5
| | | | Notes: svn path=/head/; revision=133498
* - Fix PKGNAMESUFFIX which doesn't work with make(1) on RELENG_4.Florent Thoumie2005-04-161-1/+2
| | | | | | | Noticed by: lofi, Dwayne MacKinnon <Dwayne.MacKinnon@xwave.com> Notes: svn path=/head/; revision=133476
* - Fix pkg-message:Sergey Matveychuk2005-04-161-1/+1
| | | | | | | | | | | The loader.conf switch for the AT speaker is now called speaker_load="" (not atspeaker_load="" anymore) PR: ports/79979 Submitted by: maintainer Notes: svn path=/head/; revision=133472
* - Update to 1.6.5Simon Barner2005-04-163-11/+13
| | | | | | | | | Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer) PR: ports/79175 Approved by: arved (mentor) Notes: svn path=/head/; revision=133469
* gai-visual-audio is a GAI dockapp that displays audio visualizations forJean-Yves Lefort2005-04-155-0/+60
| | | | | | | | | | | XMMS, including blur scope, spectrum analyzer, and flower spectrum. PR: ports/77396 Submitted by: David Thiel <lx@redundancy.redundancy.org> Approved by: adamw (mentor) Notes: svn path=/head/; revision=133453
* gai-album is a GAI dockapp for viewing the front and back covers ofJean-Yves Lefort2005-04-155-0/+53
| | | | | | | | | | | albums playing in xmms. PR: ports/77395 Submitted by: David Thiel <lx@redundancy.redundancy.org> Approved by: adamw (mentor) Notes: svn path=/head/; revision=133452
* - Update to 2005.04.10.Florent Thoumie2005-04-152-3/+3
| | | | | | | | PR: ports/79969 Submitted by: Ports Fury Notes: svn path=/head/; revision=133442
* - Update to 0.15.Florent Thoumie2005-04-155-38/+55
| | | | | | | | PR: ports/79970 Submitted by: Ports Fury Notes: svn path=/head/; revision=133440
* Fix a crash on startup.Jean-Yves Lefort2005-04-142-0/+27
| | | | | | | | | PR: ports/71591 Submitted by: Shawn K. Quinn <skquinn@xevious.kicks-ass.net>, Simon Barner <barner@in.tum.de> Approved by: adamw (mentor), maintainer timeout Notes: svn path=/head/; revision=133359
* Update to 1.4.6.Jean-Yves Lefort2005-04-145-21/+9
| | | | | | | | | PR: ports/79900 Submitted by: Ulrich Spoerlein <q@uni.de> Approved by: adamw (mentor) Notes: svn path=/head/; revision=133346
* Don't depend on faad, since it's marked NO_CDROM.Michael Nottebrock2005-04-132-2/+2
| | | | Notes: svn path=/head/; revision=133279
* Don't depend on the core gstreamer-plugins, they include video codecsMichael Nottebrock2005-04-132-4/+6
| | | | | | | | | | | | | and gstreamer-plugins-gconf. Instead, depend only on a selection of audio-codecs and the artsd output (which ironically is cheaper in terms of dependencies as amarok's native arts-output). Approved by: maintainer Notes: svn path=/head/; revision=133278
* Fixes a crash in the Python plugin.Jean-Yves Lefort2005-04-132-1/+19
| | | | | | | | | PR: ports/79201 Submitted by: myself Approved by: adamw (mentor) Notes: svn path=/head/; revision=133269
* reset maintainer to ports@FreeBSD.orgOliver Lehmann2005-04-131-1/+1
| | | | | | | | PR: ports/79727 Approved by: maintainer Notes: svn path=/head/; revision=133242
* s/^\.elseif/.elif/Hartmut Brandt2005-04-131-3/+3
| | | | | | | Approved by: kris Notes: svn path=/head/; revision=133240
* - update to libusb-0.1.10aYen-Ming Lee2005-04-132-2/+2
| | | | | | | | | | - bump library version to all ports that depends on libusb PR: 79084 Submitted by: John Reynolds <johnjen@reynoldsnet.org> Notes: svn path=/head/; revision=133226