aboutsummaryrefslogtreecommitdiffstats
path: root/audio/lindele
Commit message (Collapse)AuthorAgeFilesLines
* Drop maintainershipjylefort2006-11-031-1/+1
|
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-2/+2
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* Add SHA256 checksumedwin2006-06-081-0/+1
|
* - Update gstreamer to 0.10ahze2006-04-302-3/+1
| | | | | | | - Move all old gstreamer 0.8 ports to gstreamer*80 [1] - Chase all ports with new gstreamer or gstreaemer moves Repocopied by: marcus [1]
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
|
* Remove WWW from pkg-descr, since the URL is no longer valid.jylefort2005-10-251-2/+0
|
* Change my MAINTAINER email address to jylefort@FreeBSD.orgjylefort2005-04-132-2/+2
| | | | Approved by: adamw (mentor)
* Chase the slit of gconf to a seperate port.kwm2005-03-211-2/+2
|
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
|
* - split multimedia/gstreamer-plugins in to individual ports perahze2005-03-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* - Update to 0.1.1pav2005-01-207-77/+48
| | | | | PR: ports/76386 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
| | | | big upgrade.
* BROKEN on 5.x: Does not compilekris2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* Chase the gstreamer shared lib bump.marcus2004-08-171-1/+1
|
* Bump PORTREVISION to chase the gstreamer shared lib version.marcus2004-08-031-0/+1
|
* Add lindele, yet another simple GNOME music player.pav2004-07-297-0/+138
PR: ports/69639 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>