1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Tom McLaughlin
cdbf770fb1 - Remove patch-src_muine.exe.config.in now that affected dependent ports
use ltverhack
- Remove USE_REINPLACE while I'm at it.
2006-02-04 23:06:29 +00:00
Tom McLaughlin
6354efb669 Fix pkg-plist after Mono 1.1.12.1 update. 2006-01-14 22:00:26 +00:00
Tom McLaughlin
adf3edca18 Belatedly bump PORTREVISION due to dbus-sharp update. 2006-01-05 02:43:27 +00:00
MANTANI Nobutaka
617463e5ce Sync with libxine shared library version bump. 2005-12-10 21:06:42 +00:00
Tom McLaughlin
531ef35a4c Add SHA256 to my BSD# ports
Project by:	BSD# <http://www.mono-project.com/Mono:FreeBSD>
2005-12-01 03:39:25 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00
Tom McLaughlin
e36417a73f - Add fix for updated gtk# (patch-src_PlaylistWindow.cs: Muine mailing list)
- Correct pkg-plist for gacutil changes with Mono 1.1.9.x
- Include bsd.mono.mk.

Approved by:    ahze (mentor)
Project by:     BSD# <http://www.mono-project.com/Mono:FreeBSD>
2005-11-10 04:40:30 +00:00
Tom McLaughlin
af0d13fec3 Bump PORTREVISION to chase glib update that came with Gnome 2.12
- Initially I planned to make a large Mono commit right after Gnome 2.12
  was merged but the new Gnome has in part caused me to delay merging
  updates to Mono and friends.

Approved by:	mezz (co-mentor)
2005-11-06 07:36:17 +00:00
Jean-Yves Lefort
872d7f80ee Chase libid3tag update. 2005-10-28 07:59:53 +00:00
Tom McLaughlin
dc5fb47034 - Chase move of gtk-sharp to gtk-sharp10 and gtk-sharp-devel to
gtk-sharp20 for affected ports.
- Also correct incorrect RUN_DEPENDS=${BUILD_DEPENDS} still remaining
  in mcatalog, bless, f-spot, and gecko-sharp10.

Approved by:	ahze (mentor)
2005-09-29 03:43:25 +00:00
Tom McLaughlin
60a8ff30fa - Chase libxine shared library version.
Approved by:	ahze (mentor)
2005-09-22 02:14:42 +00:00
Tom McLaughlin
f5301b5add - Change maintainership of my Mono related ports over to the BSD#
project mailing list.  This is the mailing list listed as the
  maintainer for all my other Mono related ports.

Approved by:	ahze (mentor)
2005-09-20 01:00:40 +00:00
Jeremy Messenger
f3b29b531b - Add a missing dependency, libvorbis.
- Add a new knob, WITH_FAAD, current turn off by default.
- Chase xine.12 -> xine.13.
- Fix the dbus, lib/dbus-1.0/services -> share/dbus-1/services.
- Add install the plugins.
- Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool
  and few others become as runtime dependency, which they are just need to be
  in the build dependency.
- Bump the PORTREVISION.

BSD# - Project by:	http://www.mono-project.com/Mono:FreeBSD
2005-07-10 21:45:42 +00:00
Jeremy Messenger
1a48670d3d Update to 0.8.3.
BSD# - Project by:	http://www.mono-project.com/Mono:FreeBSD
2005-05-16 22:42:55 +00:00
MANTANI Nobutaka
6a40d7a441 Chase the libxine shared lib version bump. 2005-04-28 17:40:02 +00:00
Koop Mast
c0178cd7af Chase the slit of gconf to a seperate port. 2005-03-20 16:05:54 +00:00
Koop Mast
39eb235209 Mark ignore it doesn't run with recent gstreamer.
Also pet portlint.

Approved by:	maintainer
2005-03-18 23:12:04 +00:00
Christian Weisgerber
c658929967 new version of libFLAC 2005-03-16 14:50:13 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +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
MANTANI Nobutaka
fa01c31ca8 Sync with libxine shared library version bump. 2004-12-30 00:59:15 +00:00
Joe Marcus Clarke
e8aa15ef25 Bump PORTREVISION to chase the gtkhtml3 shared library version. 2004-12-08 06:34:54 +00:00
Jeremy Messenger
b877396947 - Add an OPTION to use gstreamer over xine as the playback backend. Xine is
still default.
- Use new GCONF_SCHEMAS

PR:		ports/74399
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org> (maintainer)
Project by:	BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
2004-11-26 06:45:43 +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
Edwin Groothuis
5b2e209044 [Maintainer Update] Muine: Fix library mapping so minor updates don't cause breakage.
Attached patch changes Muine's library mappings so minor
	version number changes do not break the port in the future.

PR:		ports/71136
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-10-13 01:58:56 +00:00
Pav Lucistnik
d8503d2203 Add muine, GNOME audio player written in Mono.
PR:		ports/69462
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-07-24 16:37:31 +00:00