diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-13 23:43:07 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-13 23:43:07 +0800 |
commit | 15f39795e9c1647e00001267d7581cd7f37c184a (patch) | |
tree | 62e55f4cabc8cb7f021259a8891f2a12169b1c3c | |
parent | 9e493b59aba4d48d3a4da8d8ff9923083458a052 (diff) | |
download | freebsd-ports-gnome-15f39795e9c1647e00001267d7581cd7f37c184a.tar.gz freebsd-ports-gnome-15f39795e9c1647e00001267d7581cd7f37c184a.tar.zst freebsd-ports-gnome-15f39795e9c1647e00001267d7581cd7f37c184a.zip |
- Add note about changes to gstreamer-plugins and gnomehier ports.
-rw-r--r-- | CHANGES | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -10,6 +10,30 @@ in the release notes. All ports committers are allowed to commit to this file. +20050313: +AUTHOR: ahze@FreeBSD.org, kwm@FreeBSD.org + The following changes were committed: + + * USE_GNOME=gstreamerplugins has been deprecated. + The new method which uses bsd.gstreamer.mk is: + USE_GSTREAMER=plugin-name + + Example: + USE_GSTREAMER= dvd + + or + + WANT_GSTREAMER= yes + .include <bsd.port.pre.mk> + .if defined(WITH_DVD) + USE_GSTREAMER= dvd + .endif + + * misc/gnomehier now creates a mtree file and each port + using USE_GNOME=gnomehier or gnomeprefix now use the + BSD.gnome-x11.dist mtree file to help "keep" directories + and not accidentally add gnome directories to a port. + 20050207: AUTHOR: portmgr@FreeBSD.org The following changes were committed: |