aboutsummaryrefslogtreecommitdiff
path: root/audio/marlin
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Update to 0.9Pav Lucistnik2005-11-074-14/+11
| | | | Notes: svn path=/head/; revision=147508
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* - Update to 0.8Pav Lucistnik2005-07-125-9/+24
| | | | Notes: svn path=/head/; revision=139011
* - Add dependency on gstreamer-plug-gconfPav Lucistnik2005-03-221-2/+2
| | | | | | | | Missed by: kwm Approved by: portmgr (krion) Notes: svn path=/head/; revision=131892
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* - split multimedia/gstreamer-plugins in to individual ports perMichael Johnson2005-02-281-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gstreamer plugin (52 new ports). - Chase changes to ports that used USE_GNOME=gstreamerplugisn to use new USE_GSTREAMER= macro, Bump PORTREVISION's -- Examples of new USE_GSTREAMER macro: USE_GSTREAMER= dvd lame flac .include <bsd.port.mk> If you want to use USE_GSTREAMER after <bsd.port.pre.mk> you must follow one of the examples listed below WANT_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_VORBIS) USE_GSTREAMER+= vorbis .endif or USE_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_FAAD) USE_GSTREAMER+= faad .endif Note: USE_GSTREAMER=yes will always add a dependency to ports/multimedia/gstreamer-plugins -- Thanks to krion for runing this on pointyhat Thanks to kwm for helping with this, and many bug fixes , and updates. Notes: svn path=/head/; revision=130046
* Use new GCONF_SCHEMAS.Jeremy Messenger2004-11-232-3/+2
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=122241
* Use new INSTALLS_OMF.Jeremy Messenger2004-11-232-2/+1
| | | | | | | Approved by: bland, kwm, marcus and pav Notes: svn path=/head/; revision=122196
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* - Update to 0.7Pav Lucistnik2004-10-113-4/+5
| | | | Notes: svn path=/head/; revision=118623
* Chase the gstreamer shared lib bump.Joe Marcus Clarke2004-08-161-0/+1
| | | | Notes: svn path=/head/; revision=116442
* Add marlin, an audio editor similar to Audacity, with Gstreamer backend.Pav Lucistnik2004-08-119-0/+210
It can open files, record from microphone and rip from AudioCD. Notes: svn path=/head/; revision=115964