1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

2044 Commits

Author SHA1 Message Date
Herve Quiroz
03789324a8 Update to version 0.5.2 2004-11-23 00:41:00 +00:00
Michael Johnson
5d67f4af8d Remove double entry of libdvdread
Approved by:	adamw (implicit)
2004-11-22 21:31:44 +00:00
Michael Johnson
472ea9756d Add missing dependency on libdvdread
Approved by:	adamw (implicit)
2004-11-22 20:39:09 +00:00
Michael Johnson
36f202a259 HandBrake is a GPL'd multi-platform, multithreaded DVD to MPEG-4 ripper and
converter. HandBrake was originally available on the BeOS, but now has been
ported over to MacOS X, GNU/Linux and FreeBSD.

Features:
* Can encode directly from DVDs (even encrypted ones) or from
VIDEO_TS folders
* Supports AC3, LPCM and MPEG audio tracks
* Outputs MP4, AVI or OGM files
* Outputs AAC, MP3 or Vorbis audio
* Supports 2-pass encoding
* Supports encoding of two audio tracks
* Includes a bitrate calculator
* Supports picture deinterlacing, cropping and scaling

Known limitations:
* Does not handle DTS audio tracks
* Does not handle single VOB files or any other file format

WWW: http://handbrake.m0k.org/

PR:			74214
Submitted by:	Andrew Thompson
Approved by:	adamw (mentor)
2004-11-22 20:26:08 +00:00
Pav Lucistnik
959fdf9a38 Add bmp-extra-plugins, collection of plugins for Beep Media Player:
Input: musepack, mplayer
General: xf86audio, status
Output: crossfade, ogg, arts
Visualization: blursk, minilcd, wmdiscotux

PR:		ports/71979
Submitted by:	Jan Srzednicki <w@wrzask.pl>
2004-11-21 19:45:29 +00:00
Edwin Groothuis
84a19a7e14 [patch] multimedia/mplayer-skins: don't fetch everything!
Multimedia/mplayer-skins fetches all the files, even the ones you
	don't want to install.

	The makefile is a a long list of repeating code.

	This patch changes the DISTFILES and the repeating code.

PR:		74107
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	Thomas E. Zander <riggs@rrr.de>
2004-11-20 23:39:56 +00:00
Koop Mast
b3f2965f47 Update to version 0.8.0.
Use my FreeBSD address in the maintainer field.

Approved by:	pav (mentor)
2004-11-20 18:17:25 +00:00
Herve Quiroz
209b908961 OGMRip is an application and a set of libraries for ripping and encoding DVD
into DivX/OGM files using a wide variety of codecs. It relies on mplayer,
mencoder, ogmtools, oggenc and lame to perform its tasks.

The GUI features a clean high-compliant GNOME 2 interface and tries to minimize
as much as possible esoteric settings.

WWW:	http://ogmrip.sourceforge.net/
2004-11-19 18:23:48 +00:00
Markus Brueffer
c491a23bf7 - Add patch to make xmmsctrl.h compile with c++ (through 3rd party apps)
and gcc 3.4
- Bump PORTREVISION

Approved by:	maintainer
2004-11-19 15:45:47 +00:00
Kris Kennaway
6e1ffea754 BROKEN on !i386: Does not build 2004-11-18 22:23:27 +00:00
Kris Kennaway
5edfed3536 BROKEN on !i386: Install fails 2004-11-18 08:17:58 +00:00
Michael Johnson
0f4cc5dfdf Commit message:
- Fix build on recent versions of gcc [1]
- Add support for jpeg-mmx [2]

PR:		74045 [1]
		69832 [2]
Submitted by:	maintainer [1]
Approved by:	adamw (mentor)
2004-11-17 22:11:44 +00:00
Volker Stolz
c71bff81a7 Chase rerolled tarball
PR:		ports/74023
Submitted by:	maintainer
2004-11-17 09:39:27 +00:00
Michael Johnson
a894ef1969 Fix problem with a52 audio by statically linking
Bump PORTREVISION

Approved by:	adamw (implicit)
2004-11-17 01:05:23 +00:00
Michael Johnson
a2198c1fad Add missing files in FILESDIR 2004-11-16 22:01:02 +00:00
Michael Johnson
961b956946 - Update to 0.8.1
- Default X11 interface is now WxWindows (gtk2.0 version)
- Removed Gtk 1.2 & Gnome 1.4 support. (depreciated to wxgtk)
- Removed WITH_AUTODETECT, vlc is very modular at runtime
- Add skins2 interface (similar to xmms)
- Merge mad and id3lib support (can be disabled with WITHOUT_MAD)
- Added support for a mozilla plugin
   Lots of stuff obtained from ports/www/mplayer-plugin
   and some help from marcus
- Auto-generated pkg-plist (make life EASY :) )
- s/Linux/FreeBSD/ through out the program.
- Statically link to libavcodec/libavformat from vlc's supported
  ffmpeg snapshot for greater performance.
- Knob Changes or New Knobs:
   WITHOUT_FAAD   (Enabled default)
   WITHOUT_FLAC   (Enabled default)
   WITHOUT_DTS    (Enabled default)
   WITHOUT_DVD    (Enabled default)
   WITHOUT_CDROM  (Enabled default, this is vcd & cddb support)
   WITHOUT_LAME   (Enabled default)
   WITHOUT_MAD    (Enabled default)
   WITHOUT_HTTPD  (Enabled default)
   WITHOUT_VORBIS (Enabled default)
   WITHOUT_LIBMATROSKA (Enabled default)
   WITHOUT_LIVEMEDIA   (Enabled default)
   WITHOUT_SDL         (Enabled default)
   WITHOUT_SLP         (Enabled default)
   WITHOUT_LIBMPEG2    (Enabled default)
   WITH_MOZILLA_PLUGIN (Disabled default, defaults to www/mozilla if defined)
    [mozilla|mozilla-devel|firefox]
   WITH_ARTS      (Disabled default)
   WITH_TOOLAME   (Disabled default)
   WITH_LIBCACA   (Disabled default)
   WITH_LIBTREMOR (Disabled default)
   WITH_LIBTHEORA (Disabled defalut)
   WITH_OPENGL    (Disabled default)
   WITH_SSL       (Disabled default)
   WITH_SVG       (Disabled default)
   WITH_SKINS     (Disabled default)
   DEBUG          (Disabled default)

Note: WITH_ Knobs are disabled default unless auto-detected
      WITHOUT_ Knobs are enabled default unless defined

Please read the first section of  ports/multimedia/Makefile before building
to tune VLC towards your personal preferences.

ffmpeg-patch partly obtained from gentoo

Changelog: http://developers.videolan.org/vlc/NEWS

Approved by:	pav (co mentor)
-------------------------------------------------------------
2004-11-16 21:59:37 +00:00
Michael Johnson
205abbb9c9 Add an auto-generated plist to fix any plist problems
with any dependency

Pointed out by:	pointyhat via kris many times
Approved by:	marcus (co mentor)
2004-11-16 09:23:26 +00:00
Volker Stolz
fcd00d8763 Minor Makefile-twiddle: Balance quotes
Submitted by:	maintainer
2004-11-15 09:36:43 +00:00
Jeremy Messenger
0fcebac3e3 Update to 0.11.0. Three new ports (Ruby/RSVG, Ruby/GnomePrint and
Ruby/GnomePrintUI) will be add in ruby-gnome2-all later when I am done with
create and test with those new ports tonight or tomorrow.
2004-11-15 06:18:35 +00:00
Michael Johnson
e27752debf Update to 1.3b
Approved by:	pav (co mentor)
2004-11-14 17:21:11 +00:00
Mario Sergio Fujikawa Ferreira
cdd19ce367 Yet improve support for FreeBSD optimized byteswap routines 2004-11-14 03:54:44 +00:00
Mario Sergio Fujikawa Ferreira
40cdf8297a Update to 0.9.7 2004-11-14 01:52:38 +00:00
Mario Sergio Fujikawa Ferreira
a26b53bace Fix build on FreeBSD 4.x branch: use a patch only on 5.x branch
Reviewed by:	ahze,
		Geoffrey Mainland <mainland@apeiron.net>,
2004-11-14 01:16:22 +00:00
Mario Sergio Fujikawa Ferreira
a11321d97b o Update to 0.7.7
o Remove BROKEN tag for ARCH alpha 5.x: a trial, we might have to
  add this back later on
o Uphold NOPORTDOCS
o Un"echo" do-install target
o Remove PLIST, replace with PLIST_{BIN,DOCS} in Makefile
2004-11-13 21:22:50 +00:00
Koop Mast
4dfb6f735f Update to version 0.99.19 [1].
Use new GCONF_SCHEMAS option.

PR:		72841 [1]
Submitted by:	ahze
Approved by:	maintainer (timeout 3,5 weeks), pav (mentor)
2004-11-13 19:28:55 +00:00
Mario Sergio Fujikawa Ferreira
26716c88ed Fix build if < 500035 (GCC < 3.1) 2004-11-13 19:01:48 +00:00
Pav Lucistnik
16bdce3aa0 - Fix path to lsdvd
- Update WWW, dependencies

PR:		ports/73874
Submitted by:	Andreas Fehlner <fehlner@gmx.de> (maintainer)
2004-11-13 11:41:20 +00:00
Kevin Lo
90637316bf Fix MASTER_SITES. Pointed out by kris. 2004-11-12 14:31:52 +00:00
Michael Johnson
80a70f80e4 Fix build on amd64
Submitted by:	Sean McNeil
Approved by:	pav (co mentor)
2004-11-11 22:29:50 +00:00
Michael Johnson
38625447db Remove nvidia support for 4.x users (libXvMCNVIDIA.so is linked to libc.so.5)
Submitted by:	Serge Gagnon <ser_gagnon@sympatico.ca>
Approved by:	Thomas E. Zander (maintainer)
		pav (co mentor)
2004-11-11 21:53:14 +00:00
Pav Lucistnik
3279ce249e - Fix dependencies
Reported by:	pointyhat via kris
Pointy hat:	all mine
2004-11-11 08:34:51 +00:00
Mario Sergio Fujikawa Ferreira
5249cc2c80 Update to 0.8.4 release candidate 2 2004-11-11 03:11:48 +00:00
Michael Johnson
16b906cc9e Mark broken if older version of faad has been installed with WITHOUT_MPEG4IP
Reviewed by:	lioux
2004-11-10 13:15:56 +00:00
Mario Sergio Fujikawa Ferreira
bc96b55f4b o New port mpeg4ip-libmp4v2 version 1.1: Mpeg-4 library and tools
from mpeg4ip
o These tools were separated from the main mpeg4ip port so that
  some ports such as audio/faad can depend on this smaller port
  rather than the big mpeg4ip one

PR:		72204
Submitted by:	ahze
2004-11-10 01:42:24 +00:00
Michael Nottebrock
0d5722c076 Pthread-check fix for this one as well. 2004-11-10 01:20:16 +00:00
Mario Sergio Fujikawa Ferreira
2511267b0f o Update to 1.1
o Deploy OPTIONS

PR:		72206
Submitted by:	ahze
2004-11-10 01:02:45 +00:00
Pav Lucistnik
70810b38b3 Add xfce4-xmms-controller, a full-featured XMMS controller for the Xfce4
Panel. It features playback control, playlist navigation, volume
control and launching XMMS. It is customisable and supports the mouse
scroll wheel.

PR:		ports/73696
Submitted by:	Robin Schoonover <end@endif.cjb.net>
2004-11-09 23:43:32 +00:00
Volker Stolz
b8a80b2663 Really get rid of pkg-plist 2004-11-09 08:45:46 +00:00
Volker Stolz
b17cc1cb1f Update to 0.0.8:
- 'qxine' is now spelled 'qplayer'
- Get rid of pkg-plist

PR:		ports/73407
Submitted by:	maintainer
2004-11-09 08:15:10 +00:00
Edwin Groothuis
cbdecdf2b9 Upgrade to the 2004 November 7th version of the CXM driver by John
Wehle, which gives better support for FreeBSD 5.3.

I don't have my PVR250 on 5.x, so feedback from you is appreciated!
2004-11-09 00:42:13 +00:00
Volker Stolz
ca9fe663d4 - Add WITHOUT_SKINS-knob, suggested by Matthias Buelow (PR 72162)
- Add WITH_NVIDIA-knob, suggested by Michael Johnson

Closes PR:	ports/72162
Submitted by:	maintainer
KDE reviewing by: lofi
2004-11-08 09:16:50 +00:00
Michael Nottebrock
14a1da27f4 Update to KDE 3.3.1 2004-11-08 00:34:12 +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
Joe Marcus Clarke
58406bee89 Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).
This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.

This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team.  The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).

Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD.  We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:

Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>

GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.

As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8.  There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process.  Full documentation on the GNOME 2.8
upgrade is coming following this commit.

From all of us at FreeBSD GNOME, ENJOY!
2004-11-07 22:24:32 +00:00
Pav Lucistnik
f299876a35 Add gdvrecv, a set of tools for FreeBSD to receives audio and video data from a
digital camcorder via an IEEE 1394 (widely known as FireWire) link and stores
them into an DV file.

PR:		ports/73442
Submitted by:	Henri Michelon <michelon@e-cml.org>
2004-11-06 23:38:04 +00:00
Pav Lucistnik
3c844061b7 Add exportvideo, an utility extracts the video data from a nuppelvideo
file and writes a YUV4MPEG stream which can be piped to mpeg2enc.
In other words, it exports the nuppelvideo .nuv format for encoding
(S)VCD/DVD compliant MPEGs with mjpegtools.

PR:		ports/73417
Submitted by:	Frank W. Josellis <frank@dynamical-systems.org>
2004-11-06 20:17:06 +00:00
Kevin Lo
dd058dd47c - Fix WWW.
- Install modules to correct directory.

PR: ports/72930
Submitted by: MAINTAINER
2004-11-06 03:29:25 +00:00
Pav Lucistnik
6a81221960 Add gxmms, a simple GNOME panel applet that lets you control the basic
functions of the X MultiMedia System (XMMS). It has the following
features:

* Scrollable track time progress bar
* Volume control with mouse scrollwheel
* Buttons: Previous track - Play / Pause - Stop - Next track - Eject
* Real-time tooltips with track title and time
* Control repeat and shuffle properties
* Show/Hide main window, playlist editor, graphical eq and more
* Internazionalization (i18n)

PR:		ports/73480
Submitted by:	Radek Kozlowski <radek@raadradd.com>
2004-11-04 13:56:44 +00:00
Pav Lucistnik
675401b768 - Update maintainer's address
PR:		ports/73510
Submitted by:	Narayan Newton <narayannewton@gmail.com> (maintainer)
2004-11-04 12:52:56 +00:00
Volker Stolz
86b39c3d69 - Fix previous commit: Some old distinfo creeped in 2004-11-04 07:50:02 +00:00