/devel/py-pylib/

/git/freebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* - Do not install docs, even when unwanted doxygen is aroundsat2007-08-161-1/+3
|
* - Update libmtp to 0.2.0sat2007-08-169-43/+14
| | | | | | | - Chase shlib version bump in amarok and gnomad2 PR: ports/115218 Submitted by: Petar Zhivkov Petrov <pesho.petrov@gmail.com>
* - Add some missing dependecies and OPTIONSdanfe2007-08-151-5/+28
| | | | | | | - Bump PORTREVISION PR (based on): ports/115021 Submitted by: Herbert J. Skuhra
* - Fix build on amd64az2007-08-142-0/+32
| | | | Pointed by: kris via email
* - Update to 0.4.0sat2007-08-143-9/+9
| | | | - Update pkg-descr
* - Update to 3.0.2sat2007-08-139-76/+67
|
* Fix build on 64bit platformsarved2007-08-132-0/+40
|
* portlint fixesnaddy2007-08-081-2/+2
| | | | | PR: 115259 Submitted by: David Yeske <dyeske@gmail.com>
* - Update to 1.2nivit2007-08-064-30/+25
| | | | - Remove WIT(OUT)_EXAMPLES stuff from Makefile
* - Update to 1.2.2nivit2007-08-065-23/+68
|
* - Update to 1.28nivit2007-08-063-13/+27
|
* - Add WITHOUT_ID3V23 knob which disables id3v23 tags support [1]novel2007-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]
* Update to version 2.0.23.19laszlof2007-08-068-108/+24
| | | | | | | Contains various security an bug fixes PR: ports/115219 Submitted by: Ralf vd Enden <tremere@cainites.net> (maintainer)
* sexySPC is a plugin for xmms that plays SPC files, based on themiwi2007-08-064-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>
* - Update to 3.9.0miwi2007-08-063-12/+21
|
* - Drop Maintainershipmiwi2007-08-051-1/+1
|
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-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)
* - Screwed up, fix plist once morepav2007-08-042-17/+17
| | | | Pointed out by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
* Use QMAKEFLAGS to deuglify this port just a bit.lofi2007-08-042-35/+6
|
* - Fix plist problems caused by untested PORTNAME changepav2007-08-032-16/+19
| | | | | PR: ports/115158 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
* -Use _build/_run in QT_COMPONENTS.lofi2007-08-032-6/+14
| | | | -USE_GCC=4.2+ on amd64
* Fix pkg-plistlme2007-08-031-0/+1
| | | | | Spotted by: pav Approved by: miwi (mentor)
* Update to 2.1.2.novel2007-08-033-5/+5
|
* - Update to 2.1. The update was actually merged from easytag-devel port withnovel2007-08-035-42/+40
| | | | | | | a few minor modification. - Take maintainership Approved by: Wesley Shields (former maintainer) on irc
* - Add ffmpeg knopmiwi2007-08-032-1/+13
| | | | | | | | - Pass maintainership to submitter PR: 115062 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: maintainer
* - Introduce WITH_NAS knobnovel2007-08-022-3/+21
| | | | - Minor style nits
* xmms-curses is a simple application for controlling XMMS from the command line.itetcu2007-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..."
* - Update to 0.2.10sat2007-08-016-118/+120
| | | | | - Disable translations (msgfmt problems) - Rely on dbus and disable mmkeys
* Update to 0.8.1lme2007-08-013-5/+4
| | | | | | PR: ports/114737 Submitted by: KATO Tsuguru <tkato432 (AT) yahoo.com> Approved by: miwi (mentor)
* - Update to 1.8sat2007-07-312-11/+5
| | | | - Don't check for perl<5.6
* Update to 1.3.1.0lofi2007-07-312-4/+4
|
* The configure script in this port attempts to detect the presense oftruckman2007-07-311-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
* - Bump forgotten ports to chase libvorbis updatesat2007-07-312-4/+4
|
* - Unbreak with WITH_XORG= x11 xext sm icemm2007-07-311-12/+18
| | | | | | | - Cleanup of USE_TK - Other small fixes Approved by: garga (mentor, implicit)
* - Unbreak build with USE_XORG= x11 xextmm2007-07-301-1/+2
| | | | | | - Replace LIB_DEPENDS by USE_TK Approved by: garga (mentor, implicit)
* - Make Python 2.5.1 the default Python versionalexbl2007-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
* Bump the PORTREVISION for libvorbis recently update with shared librarymezz2007-07-301-1/+1
| | | | version changed.
* - Update to 2.2.0pav2007-07-303-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)
* - Update to 1.3.3pav2007-07-294-20/+12
| | | | | PR: ports/113219 Submitted by: Jack L. <xxjack12xx@gmail.com> (maintainer)
* Command-line encoder that outputs aacPlus v2 files (ie. Advanced Audio Coding +pav2007-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/
* - Update WWWpav2007-07-291-1/+1
|
* - pet portlint by using USE_GETTEXTalexbl2007-07-291-0/+1
| | | | | PR: 114645 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* - Add missed dependency on libgnomecanvaspav2007-07-291-1/+1
| | | | Reported by: pointyhat
* - Update automake19 dependency to new world orderpav2007-07-291-3/+4
| | | | | | - Still does not compile Reported by: pointyhat
* - Add backup mirrormiwi2007-07-291-1/+2
| | | | | Submitted by: pointyhat via pav Approved by: portmgr (pav)
* - Chase increase of audio/libvorbis shlib version.miwi2007-07-28