summaryrefslogtreecommitdiff
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* portlint fixesChristian Weisgerber2007-08-071-2/+2
| | | | | | | | PR: 115259 Submitted by: David Yeske <dyeske@gmail.com> Notes: svn path=/head/; revision=197305
* - Update to 1.2Nicola Vitale2007-08-064-30/+25
| | | | | | | - Remove WIT(OUT)_EXAMPLES stuff from Makefile Notes: svn path=/head/; revision=197216
* - Update to 1.2.2Nicola Vitale2007-08-065-23/+68
| | | | Notes: svn path=/head/; revision=197212
* - Update to 1.28Nicola Vitale2007-08-063-13/+27
| | | | Notes: svn path=/head/; revision=197210
* - Add WITHOUT_ID3V23 knob which disables id3v23 tags support [1]Roman Bogorodskiy2007-08-062-2/+6
| | | | | | | | | | - Make pkg-descr shorter to pet portlint Reported by: "Herbert J. Skuhra" <h.skuhra@gmail.com> [1] crsd on #freebsd-gnome [1] Notes: svn path=/head/; revision=197200
* Update to version 2.0.23.19Frank J. Laszlo2007-08-058-108/+24
| | | | | | | | | | Contains various security an bug fixes PR: ports/115219 Submitted by: Ralf vd Enden <tremere@cainites.net> (maintainer) Notes: svn path=/head/; revision=197191
* sexySPC is a plugin for xmms that plays SPC files, based on theMartin Wilke2007-08-054-0/+41
| | | | | | | | | | | | | SNESAPU emulation core. Currently on runs on x86 only, due SNESAPU being written in NASM x86 assembly. WWW: http://www.sourceforge.net/projects/sexyspc/ PR: ports/115223 Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> Notes: svn path=/head/; revision=197184
* - Update to 3.9.0Martin Wilke2007-08-053-12/+21
| | | | Notes: svn path=/head/; revision=197174
* - Drop MaintainershipMartin Wilke2007-08-051-1/+1
| | | | Notes: svn path=/head/; revision=197113
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-046-7/+7
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Screwed up, fix plist once morePav Lucistnik2007-08-032-17/+17
| | | | | | | Pointed out by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=197036
* Use QMAKEFLAGS to deuglify this port just a bit.Michael Nottebrock2007-08-032-35/+6
| | | | Notes: svn path=/head/; revision=197035
* - Fix plist problems caused by untested PORTNAME changePav Lucistnik2007-08-032-16/+19
| | | | | | | | PR: ports/115158 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=197012
* -Use _build/_run in QT_COMPONENTS.Michael Nottebrock2007-08-022-6/+14
| | | | | | | -USE_GCC=4.2+ on amd64 Notes: svn path=/head/; revision=196994
* Fix pkg-plistLars Engels2007-08-021-0/+1
| | | | | | | | Spotted by: pav Approved by: miwi (mentor) Notes: svn path=/head/; revision=196988
* Update to 2.1.2.Roman Bogorodskiy2007-08-023-5/+5
| | | | Notes: svn path=/head/; revision=196981
* - Update to 2.1. The update was actually merged from easytag-devel port withRoman Bogorodskiy2007-08-025-42/+40
| | | | | | | | | | a few minor modification. - Take maintainership Approved by: Wesley Shields (former maintainer) on irc Notes: svn path=/head/; revision=196980
* - Add ffmpeg knopMartin Wilke2007-08-022-1/+13
| | | | | | | | | | | - Pass maintainership to submitter PR: 115062 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=196972
* - Introduce WITH_NAS knobRoman Bogorodskiy2007-08-022-3/+21
| | | | | | | - Minor style nits Notes: svn path=/head/; revision=196959
* xmms-curses is a simple application for controlling XMMS from the command line.Ion-Mihai Tetcu2007-08-025-0/+46
| | | | | | | | | | | | It is designed to make common, simple tasks fast and easy to do. It is operated using arrow keys and standard XMMS keys, to make it easy and intuitive to learn. WWW: http://xmms-curses.sourceforge.net/ And yes, I know that "xmms's dead, baby, xmms is dead..." Notes: svn path=/head/; revision=196950
* - Update to 0.2.10Andrew Pantyukhin2007-08-016-118/+120
| | | | | | | | - Disable translations (msgfmt problems) - Rely on dbus and disable mmkeys Notes: svn path=/head/; revision=196875
* Update to 0.8.1Lars Engels2007-07-313-5/+4
| | | | | | | | | PR: ports/114737 Submitted by: KATO Tsuguru <tkato432 (AT) yahoo.com> Approved by: miwi (mentor) Notes: svn path=/head/; revision=196856
* - Update to 1.8Andrew Pantyukhin2007-07-312-11/+5
| | | | | | | - Don't check for perl<5.6 Notes: svn path=/head/; revision=196797
* Update to 1.3.1.0Michael Nottebrock2007-07-302-4/+4
| | | | Notes: svn path=/head/; revision=196768
* The configure script in this port attempts to detect the presense ofDon Lewis2007-07-301-0/+11
| | | | | | | | | | | | | | | | | | | complex math support by compiling a test program containing this statement: val = ccosh(cacosh(1.5) / 100.0); This does not work with GCC 4.2 in -CURRENT because the compiler totally optimizes away the statement, so the lack of these complex functions in the library is not detected. This causes the actual build to fail because the linker is unable to find various complex math functions in the system library. Fix the test by declaring "val" as volatile to prevent the compiler from optimizing away the expression. PR: ports/115028 Notes: svn path=/head/; revision=196767
* - Bump forgotten ports to chase libvorbis updateAndrew Pantyukhin2007-07-302-4/+4
| | | | Notes: svn path=/head/; revision=196745
* - Unbreak with WITH_XORG= x11 xext sm iceMartin Matuska2007-07-301-12/+18
| | | | | | | | | | - Cleanup of USE_TK - Other small fixes Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=196734
* - Unbreak build with USE_XORG= x11 xextMartin Matuska2007-07-301-1/+2
| | | | | | | | | - Replace LIB_DEPENDS by USE_TK Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=196720
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-3022-2/+27
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Bump the PORTREVISION for libvorbis recently update with shared libraryJeremy Messenger2007-07-301-1/+1
| | | | | | | version changed. Notes: svn path=/head/; revision=196694
* - Update to 2.2.0Pav Lucistnik2007-07-293-8/+19
| | | | | | | | | | | - Add option for new wavpack plugin PR: ports/114992 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: Simon Olofsson <simon@olofsson.de> (maintainer) Notes: svn path=/head/; revision=196648
* - Update to 1.3.3Pav Lucistnik2007-07-294-20/+12
| | | | | | | | PR: ports/113219 Submitted by: Jack L. <xxjack12xx@gmail.com> (maintainer) Notes: svn path=/head/; revision=196612
* Command-line encoder that outputs aacPlus v2 files (ie. Advanced Audio Coding +Pav Lucistnik2007-07-294-0/+38
| | | | | | | | | | | | Spectral Band Resonation + Parametric Stereo, or AAC + SBR + PS), also known as HE-AAC+ (High Efficiency AAC+). Developed by Coding Technologies, based on the reference code obtained from 3GPP, repackaged to compile on contemporary Linux by Matteo Croce. WWW: http://teknoraver.campuslife.it/ Notes: svn path=/head/; revision=196610
* - Update WWWPav Lucistnik2007-07-291-1/+1
| | | | Notes: svn path=/head/; revision=196602
* - pet portlint by using USE_GETTEXTAlexander Botero-Lowry2007-07-291-0/+1
| | | | | | | | PR: 114645 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=196600
* - Add missed dependency on libgnomecanvasPav Lucistnik2007-07-291-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=196570
* - Update automake19 dependency to new world orderPav Lucistnik2007-07-281-3/+4
| | | | | | | | | - Still does not compile Reported by: pointyhat Notes: svn path=/head/; revision=196520
* - Add backup mirrorMartin Wilke2007-07-281-1/+2
| | | | | | | | Submitted by: pointyhat via pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=196510
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-2862-90/+110
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* - Update to 1.2.0Martin Wilke2007-07-287-42/+43
| | | | | | | | Approved by: maintainer timeout (security, 1 day), simon (secteam) Security: http://www.vuxml.org/freebsd/b73335a5-3bbe-11dc-8e83-0016179b2dd5.html Notes: svn path=/head/; revision=196460
* Add missing x11-toolkits/swt and devel/itext to RUN_DEPENDSHerve Quiroz2007-07-281-1/+4
| | | | | | | | | PR: 114792 Submitted by: Olivier Smedts <olivier@gid0.org> Approved by: maintainer Notes: svn path=/head/; revision=196433
* Fix PLIST.Alexey Dokuchaev2007-07-241-7/+16
| | | | | | | Reported by: sat Notes: svn path=/head/; revision=196224
* - Remove --mandir and --infodir from CONFIGURE_ARGS. They are now defaultRong-En Fan2007-07-241-1/+0
| | | | | | | | | | in bsd.port.mk. Tested with: my tinderbox on i386 6 Approved by: portmgr Notes: svn path=/head/; revision=196216
* - Update to 3.3.2Andrew Pantyukhin2007-07-232-12/+12
| | | | Notes: svn path=/head/; revision=196145
* - Better SSE detection [1]Alexey Dokuchaev2007-07-231-1/+4
| | | | | | | | | | - Reindent comment about GCC 4.x PR: ports/114709 [1] Submitted by: trasz [1] Notes: svn path=/head/; revision=196141
* Chase libgpod shared library version bump.Alexey Dokuchaev2007-07-234-8/+8
| | | | Notes: svn path=/head/; revision=196140
* Update libgpod and gtkpod to most recent versions, 0.5.2 and 0.99.10,Alexey Dokuchaev2007-07-236-44/+44
| | | | | | | | | | respectively. Based on PR: ports/114563, ports/114564 Submitted by: Herbert J. Skuhra Notes: svn path=/head/; revision=196139
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-2321-29/+9
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - make use of USE_LDCONFIGDirk Meyer2007-07-221-1/+1
| | | | Notes: svn path=/head/; revision=196076
* Mark as deprecated: last release 2000, depends on forbidden port misc/compat3x.Mark Linimon2007-07-221-0/+3
| | | | Notes: svn path=/head/; revision=196044