1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Michael Johnson
a83e019f90 Add missing man page and un-break port. 2005-02-28 22:58:41 +00:00
Michael Johnson
daf4cc81e4 - split multimedia/gstreamer-plugins in to individual ports per
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.
2005-02-28 22:16:10 +00:00
Alexey Dokuchaev
3c60e2499a Slightly adjust COMMENT and description. 2005-02-15 10:29:14 +00:00
Alexey Dokuchaev
cbf2aca38f Patch correctly for missing X/Open siginfo field instead of masking it out. 2005-02-15 09:40:04 +00:00
Kris Kennaway
cdcc1708a4 BROKEN: Incomplete pkg-plist 2005-02-13 00:49:21 +00:00
Michael Johnson
c1484c4f49 - Install icons. 2005-02-03 03:32:26 +00:00
Michael Johnson
014f839221 - Update to 0.2.0 2005-02-03 03:13:17 +00:00
Michael Johnson
4b38657e2f Fix path to glade file
Submitted by:	Joel Diaz <joeldiaz@bellsouth.net>
2004-12-18 07:21:43 +00:00
Michael Johnson
39285e4e41 Reset MAINTAINER to ports@FreeBSD.org 2004-12-01 04:29:40 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Michael Johnson
b0823ae396 Change email to new FreeBSD.org address
Approved by:adamw (mentor)
2004-10-29 22:24:47 +00:00
Kirill Ponomarev
17ae9e002a Fix WWW: line
PR:		ports/71034
Submitted by:	maintainer
2004-08-27 15:29:29 +00:00
Kirill Ponomarev
e9a993788e Fix MASTER_SITES
PR:		ports/71027
Submitted by:	maintainer
2004-08-27 13:41:00 +00:00
Joe Marcus Clarke
103670c02a Chase the gstreamer shared lib bump. 2004-08-16 21:28:25 +00:00
Kirill Ponomarev
c5a5785592 Update to 0.1.6
PR:		ports/70016
Submitted by:	maintainer
2004-08-05 07:39:06 +00:00
Joe Marcus Clarke
7c3c515b5e Bump PORTREVISION to chase the gstreamer shared lib version. 2004-08-02 20:15:42 +00:00
Pav Lucistnik
817e053e7a Add tunesbrowser, a simple music player, capable of playing music found on
iTunes(R) shares.

PR:		ports/69692
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-07-29 23:41:10 +00:00