aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/py-gstreamer80
Commit message (Collapse)AuthorAgeFilesLines
* - Retire gstreamer 0.8.0ahze2007-06-027-137/+0
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Use libtool15 port instead of included version to avoid objformat a.out botchkris2007-02-102-0/+4
|
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-10-144-1/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann <pneumann@gmail.com> tmclaugh mux Yuri Pankov <yuri.pankov@gmail.com> chinsan Thomas <freebsdlists@bsdunix.ch> Brian Gruber <knightbg@yahoo.com> Franz Klammer <klammer@webonaut.com> Dominique Goncalves <dominique.goncalves@gmail.com> Pascal Hofstee <caelian@gmail.com> Yasuda Keisuke <kysd@po.harenet.ne.jp> backyard <backyard1454-bsd@yahoo.com> Andris Raugulis <endrju@null.lv> <endrju@null.lv> Eric L. Chen <d9364104@mail.nchu.edu.tw> Pawel Worach <pawel.worach@gmail.com> QuiRK on #freebsd-gnome Shane Bell <decept0@gmail.com> luigi sajd on #freebsd-gnome sat Chris Coleman <chrisc@vmunix.com> kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz <joeldiaz@mac.com> Enjoy! Approved by: portmgr (implicit, kris)
* - Transfer MAINTAINER to multimedia@ahze2006-06-101-1/+1
| | | | | Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports)
* Portlint:mezz2006-06-061-0/+1
| | | | -Add SHA256 in distinfo.
* - Update gstreamer to 0.10ahze2006-04-303-4/+3
| | | | | | | - Move all old gstreamer 0.8 ports to gstreamer*80 [1] - Chase all ports with new gstreamer or gstreaemer moves Repocopied by: marcus [1]
* Grab maintainership for gnome@.marcus2006-04-171-1/+1
|
* Reset kwm due to no response about email.linimon2006-04-151-1/+1
| | | | Hat: portmgr
* Conversion to a single libtool environment.ade2006-02-232-2/+5
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* Update to 0.8.2.kwm2005-06-223-24/+7
| | | | Changelog: http://gstreamer.freedesktop.org/releases/gst-python/0.8.2.html
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* - split multimedia/gstreamer-plugins in to individual ports perahze2005-03-011-2/+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.
* Update to version 0.8.1.kwm2004-11-302-3/+3
| | | | | | Changelog: http://gstreamer.freedesktop.org/releases/gst-python/0.8.1.html Approved by: pav (mentor)
* Update to version 0.8.0.kwm2004-11-213-27/+27
| | | | | | Use my FreeBSD address in the maintainer field. Approved by: pav (mentor)
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
| | | | big upgrade.
* Chase the gstreamer shared lib bump.marcus2004-08-171-1/+1
|
* Chase gstreamer shared lib version.marcus2004-08-031-0/+1
|
* Update to 0.7.92.marcus2004-07-062-4/+3
| | | | | PR: 68699 Submitted by: maintainer
* Chase the gstreamer shared lib version, and bump PORTREVISION wheremarcus2004-06-151-0/+1
| | | | appropriate.
* Sync with new bsd.autotools.mkade2004-06-051-1/+1
|
* Add py-gstreamer, Python bindings around the GStreamer multimedia system.marcus2004-04-104-0/+91
PR: 65361 Submitted by: Koop Mast <kwm@rainbow-runner.nl>