Commit Graph

2171 Commits

Author SHA1 Message Date
Mario Sergio Fujikawa Ferreira
91ada3514c Update to 0.8.4-rc5 2005-01-10 00:48:49 +00:00
Koop Mast
cd38be476b Update to 0.8.7.
Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.7.html
Chase polypaudio lib bump.

Approved by:	maintainer (implicit)
2005-01-09 19:12:20 +00:00
Koop Mast
9a45188feb Fix plist
Submitted by:	poinyhat via kris
2005-01-09 18:30:13 +00:00
Tilman Keskinoz
4edaca626b Update to 2.7.4
PR:		75765
Submitted by:	Simon Barner <barner@gmx.de>
2005-01-09 16:19:24 +00:00
Mario Sergio Fujikawa Ferreira
6b10375f58 o New port cupid version 0.0.1: GNOME Gstreamer based video/audio
capture solution
o Video capture does not work since there is no gstreamer video
  source plugin for FreeBSD just yet
2005-01-08 21:10:10 +00:00
Mario Sergio Fujikawa Ferreira
ccd6077a33 Update to 1.0.1 2005-01-08 16:52:50 +00:00
Mario Sergio Fujikawa Ferreira
d3a5bfc9a7 - Fix PLIST: Makefile typo s/PLIST_DOCS/PORTDOCS/
- Bump PORTREVISION

Submitted by:	kris (pointyhat)
Approved by:	portmgr (krion)
2005-01-08 16:45:03 +00:00
Norikatsu Shigemura
36801f53b7 Fix checksum mismatch error by updating distfiles.
PR:		ports/75943 [1]
Pointed out by:	Stacey Roberts <stacey@vickiandstacey.com> [1]
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Approved by:	maintainer (implicitly)
2005-01-08 15:50:35 +00:00
Kirill Ponomarev
54e7a93b9a Fix build on ia64. 2005-01-08 12:38:10 +00:00
Norikatsu Shigemura
82e09504c4 o Fix checksum mismatch error.
o Add new skins.
o Cosmetic sort.
o Accordingly, bump PORTVERSION.

Approved by:	Thomas E. Zander <riggs@rrr.de>
Committed at:	Murayakuba Japanese style pub
2005-01-08 11:19:09 +00:00
Norikatsu Shigemura
6dfdf73651 Oops, remove BROKEN by previous commit.
Pointy hat to:	myself
Approved by:	portmgr (implicitly)
2005-01-04 05:35:51 +00:00
Norikatsu Shigemura
db76bba8c9 Fix plist error.
Approved by:	portmgr (marcus),
		Thomas E. Zander <riggs@rrr.de> (maintainer)
2005-01-04 05:25:22 +00:00
Mario Sergio Fujikawa Ferreira
f064b916e5 Official MASTER_SITES seem to be down since XMAS with no reason.
While a resolution is sought, house a copy of the distfile under
MASTER_SITE_LOCAL 's lioux directory to insure the build of the
port

Reported by:	kris (pointyhat)
Approved by:	portmgr (marcus)
2005-01-04 04:58:17 +00:00
Kris Kennaway
b75f0cd22a BROKEN: Broken pkg-plist
Approved by:    portmgr (self)
2005-01-02 01:24:18 +00:00
Kris Kennaway
ce3d881cbe Does not compile on alpha
Approved by:    portmgr (self)
2005-01-02 00:53:51 +00:00
Alexander Leidinger
64cf27c85d Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
   warnings in some cases [2]
 - fix a cut&past error in the linux_base-8 pkg-install script [3]
 - convert the binary knob "USE_LINUX" to a version specifier, e.g.
   USE_LINUX=<value> specifies a dependency upon
   emulators/linux_base-<value>, exceptions are a value of "7" (which
   does what you want and adds a dependency to linux_base) and any
   value without a corresponding port in
   PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
   the default linux_base)
 - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
   this allows us to use the USE_LINUX_PREFIX knob for linux_base and
   paves the way for splitting up future linux base ports into
   individual pieces
 - remove RESTRICTED from some GPL licensed ports, even when we only
   distribute binaries, we get them from official linux sites, so
   anyone can grab them there if he needs to
 - add a dependency upon the linux X11 bits where necessary (based upon
   guesswork)
 - don't use USE_X_PREFIX in some linux ports since it adds a dependency
   to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
   solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
 - bump the portrevision of the linux ports ("better safe than sorry"
   algorithm)
 - pass maintainership of the important linux infrastructure to a
   mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
   doesn't like this: tell us your bikeshed color at freebsd-emulation@,
   my color would be "linuxolator@" in case someone cares...)
 - add a pkg-install script for linux-fontconfig, but don't use it;
   everything should work without it (the FreeBSD fc-cache program should
   do all the work), but in case we need it we just need to decomment the
   pkg-install part in the Makefile
 - fix some dependencies
 - fix some bugs
 - add some static plists
 - unbreak the ports with dependecies to more than one linux_base

This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.

Known bugs:
 - the linux-mesa and linux-devtools ports install libGL*.so symlinks
 - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
   the linux X11 port, so linx_Base-8 moans at deinstall time)

Future work (interested souls should coordinate with freebsd-emulation@):
 - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
   or modify the behavior of USE_XLIB in the USE_LINUX case
   AFAIK trevor has some patches.
 - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
   the PREFIX?= workaround in some linux ports
   Should be discussed/coordinated on/with x11@.
 - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
 - update to a more recent linux base

PR:			69997, 70539 (and maybe others)
Discussed with/on:	java@, x11@, trevor, portmgr
Tested by:		mezz, portmgr, pointyhat
RPM hunted down by:	Joseph Gelinas <scirocco@tasam.com> [1]
Requested by:		portmgr [2]
Submitted by:		kris [3]
Approved by:		portmgr
2004-12-31 18:24:10 +00:00
Pav Lucistnik
7db44073b9 - Chase libxine update
Pointy hat to:	the usual suspect
2004-12-31 17:22:54 +00:00
Tilman Keskinoz
a57e85ca8c Update to 0.5
Chase xine Shared Library version
2004-12-31 14:00:40 +00:00
Oliver Lehmann
b4d7d61581 update to libzvbi 0.2.11 2004-12-31 11:36:46 +00:00
MANTANI Nobutaka
e6a0a1fb4d Fix compile error on 4.x.
Submitted by:	kan
2004-12-30 18:59:33 +00:00
Michael Johnson
8b668b1861 Add a new knob, WITHOUT_TRANSCODE
WITHOUT_TRANSCODE=yes
  Disable transcode of multimedia via transcode (multimedia/transcode).
  This option allows you to convert a media file, dvd, A/V stream, etc
  in to another format. This also allows you to transcode multimedia
  on-the-fly and stream to a network and/or local playback.
2004-12-30 02:27:19 +00:00
Michael Johnson
fd3a1b0a30 Remove a few un-needed lines since we don't use a configure script anymore. 2004-12-30 01:56:30 +00:00
MANTANI Nobutaka
fa01c31ca8 Sync with libxine shared library version bump. 2004-12-30 00:59:15 +00:00
MANTANI Nobutaka
2c7890e14f Update to 0.99.3. 2004-12-30 00:42:38 +00:00
MANTANI Nobutaka
a912c9debc Update to 1.0. (At last!) 2004-12-30 00:39:19 +00:00
Sergey Matveychuk
222f9ba322 - Fix plist, pointed out by kris
- Don't install .la. Install .a instead
- Silence sed invocation
- Bump autoconf dependancy
- Bump PORTREVISION
- Use DATADIR macro

PR:		ports/75355
Submitted by:	maintainer
2004-12-29 18:58:21 +00:00
Koop Mast
80d951324e Update to version 0.8.3.
Remove -E from reinplace line [1].

Submitted by:	bland [1].
2004-12-29 13:44:01 +00:00
Koop Mast
b3bf3f5a5a Remove USE_REINPLACE=yes, we don't use it anymore [1].
Remove USE_PYTHON=yes [1].
Remove optional libgnomeui dependencie. Its only used for the examples. And
we don't build those [2].

Discussed with:	maintainer [1],[2].
Submitted by:	bland [1]
Approved by:	maintainer (implicit)
2004-12-29 13:08:15 +00:00
Pierre Beyssac
b2fe032924 Use ${PTHREAD_LIBS} as suggested by krion and kriss. 2004-12-28 00:34:47 +00:00
Pierre Beyssac
255b106c12 Fix build again (in a different way) for FreeBSD 4.x. 2004-12-27 21:16:14 +00:00
Mario Sergio Fujikawa Ferreira
f892171856 o Remove ports/multimedia/gstreamer-player since it is no longer
maintained by the developers
o People are advised to try other frontends such as
  ports/multimedia/totem-gstreamer though this is not an official
  replacement (just a suggestion)

Prompted by:	kwm
2004-12-26 09:08:48 +00:00
Koop Mast
fdae77ad9d Update to version 0.8.8.
Disable doc build for the moment.
Changelog: http://gstreamer.freedesktop.org/releases/gstreamer/0.8.8.html

Approved by:	maintainer(implicit)
2004-12-25 22:52:13 +00:00
Mario Sergio Fujikawa Ferreira
8e4d4c560d o Pet devel/portlint(1)
- Remove extraneous whitespaces at end of lines
- Place DISTVERSION on the correct location
2004-12-25 12:49:11 +00:00
Mario Sergio Fujikawa Ferreira
5bb578428d Remove deprecated USE_SIZE 2004-12-25 11:43:58 +00:00
Mario Sergio Fujikawa Ferreira
7cfe2a7ab9 o Forced commit message to correct previous one
- Add CONFLICTS with multimedia/libdivxdecore
- NO_LATEST_LINK due to multimedia/libdivxdecore
2004-12-25 11:08:09 +00:00
Mario Sergio Fujikawa Ferreira
f56c469ff1 Add CONFLICTS with multimedia/libdivxdecore 2004-12-25 11:06:28 +00:00
Pierre Beyssac
798b644532 Remove tweak not needed for newer libdv: it breaks build on some systems. 2004-12-24 02:53:38 +00:00
Edwin Groothuis
e159cc97da multimedia/linux-realplayer: update to 1.0.2
Realplayer 1.0.1 was not fetchable, so I did the update to 1.0.2.

	Please verify that the ports fetches before comitting, since I am
	behind a rigid firewall, and I could figure out how to teach
	fetch(1) to use a HTTP_PROXY for https.

	One thing I am not so sure about is the following addition to
	pkg-plist:
	+@unexec rmdir %D/lib/linux-mozilla 2>/dev/null || true

	Since I couldn't find the directory in any of the mtree files in
	/etc/mtree, I think it's okay to remove the directory if it's empty,
	right?

PR:		ports/75390
Submitted by:	Simon Barner <barner@gmx.de>
2004-12-23 01:35:50 +00:00
Mario Sergio Fujikawa Ferreira
39abd90c90 o Update to 0.8.4-rc4b
o Disable gstreamer backend which is not currently working

PR:		75375
Reported by:	Mats Dufberg <mats@dufberg.se>
2004-12-22 04:39:58 +00:00
Kris Kennaway
900dfa479e Now builds on i386 2004-12-22 02:20:00 +00:00
Kirill Ponomarev
d954af1115 Fix plist.
Remove symbolic link recursion in the default skin dir.

PR:		ports/75338
Submitted by:	maintainer
2004-12-21 10:48:03 +00:00
Michael Johnson
7dc5723840 Update to 1.0pre5try2 (0.99.5_5) to fix several security flaws in streaming code base
o Potential heap overflow in Real RTSP streaming code
o Potential stack overflow in MMST streaming code
o Multiple buffer overflows in BMP demuxer
o Potential heap overflow in pnm streaming code
o Potential buffer overflow in mp3lib

PR:		ports/75336
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
2004-12-20 22:31:07 +00:00
Pierre Beyssac
1ff5b2bb4e Fix bug in menu creation caused by bad ImageMagick interaction.
PR:		ports/75289
Submitted by:	Andy Sparrow <spadger@best.com>
2004-12-20 22:06:31 +00:00
Koop Mast
b7e1d4dd30 Add pitivi a gstreamer based non-linear multimedia editor. 2004-12-20 19:39:53 +00:00
Michael Nottebrock
56466dbd7b Update to 1.0.3. 2004-12-20 09:28:45 +00:00
Kris Kennaway
3e57c8d5d9 Don't remove system locale directories (not listed in the relevant
BSD.*.dist), but do remove locale directories that are not listed
there.  Moreover, don't try to unconditionally @dirrm these
directories since they're shared with other ports and are likely to
still be in use.
2004-12-20 06:25:32 +00:00
Mario Sergio Fujikawa Ferreira
02e9e1a0a7 Bump PORTREVISION for previous PLIST_FILES fix 2004-12-20 00:22:24 +00:00
Mario Sergio Fujikawa Ferreira
e4021db204 Fix typo: PLIST_BIN -> PLIST_FILES 2004-12-20 00:20:43 +00:00
Michael Johnson
6e271ee0da - Remove ffmpeg snapshot and depend on multimedia/ffmpeg
- Move multimedia/mpeg4ip dependency to multimedia/mpeg4ip-libmp4v2
- Fix build on some configurations on 4.x
- Bump PORTREVISION

PR:		ports/74754
Submitted by:	Andrew Thompson (maintainer)
2004-12-19 01:59:40 +00:00
Mario Sergio Fujikawa Ferreira
43d52f58ce First try at fixing build on 4.x branch
PR:		73297
Submitted by:	Sven Berkvens-Matthijsse <sven@berkvens.net>
2004-12-19 01:52:30 +00:00