aboutsummaryrefslogtreecommitdiff
path: root/multimedia/pitivi/Makefile
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
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* BROKEN on !i386: Configure failsKris Kennaway2005-08-311-1/+7
| | | | Notes: svn path=/head/; revision=141524
* Remove gnomeprefix we don't need it, thus make pointyhat happy.Koop Mast2005-08-091-1/+1
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=140827
* Update to 0.1.10.Koop Mast2005-07-191-9/+12
| | | | Notes: svn path=/head/; revision=139586
* Register conflict with gnonlin.Koop Mast2005-06-021-0/+2
| | | | Notes: svn path=/head/; revision=136680
* Chase the slit of gconf to a seperate port.Koop Mast2005-03-201-2/+2
| | | | Notes: svn path=/head/; revision=131736
* 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-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix plistKoop Mast2005-01-091-0/+1
| | | | | | | Submitted by: poinyhat via kris Notes: svn path=/head/; revision=125985
* Add pitivi a gstreamer based non-linear multimedia editor.Koop Mast2004-12-201-0/+32
Notes: svn path=/head/; revision=124622