mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Add note about changes to gstreamer-plugins and gnomehier ports.
This commit is contained in:
parent
7852d9e096
commit
04766c4f93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131103
24
CHANGES
24
CHANGES
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user