Commit graph

89 commits

Author SHA1 Message Date
Michael Johnson
1f08544d94 Disable H.264 encoder support unless WITH_H264 is defined 2005-01-22 01:35:02 +00:00
Michael Johnson
17f5cfcdac Disable lame support unless WITH_LAME is defined since lame can not be packaged. 2005-01-22 00:18:25 +00:00
Michael Johnson
fb975cadf9 Use GCC 3.4 if built with WITH_MOZILLA_PLUGIN=mozilla-devel on 4.x 2005-01-22 00:14:08 +00:00
Michael Johnson
8eb9e3c8fa - Fix typo
- Depend on shared library of x264
2005-01-20 06:50:30 +00:00
Koop Mast
6771c18f2b Bump portrevision to chase shlib dump of libtheora and new location. 2005-01-13 19:04:06 +00:00
Michael Johnson
de4eaeaa5f Add support for H.264 via multimedia/x264 and WITHOUT_H264 knob. 2005-01-12 05:24:07 +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
Tilman Keskinoz
898bfc7019 libcdio: Update to 0.71
vcdimager: Update to 0.7.21
vlc: Chase share library bumps, Bump PORTREVISION
2004-12-08 22:19:42 +00:00
Michael Johnson
00ec4f0faa - Use new ffmpeg 0.4.9.p1 from ports and remove ffmpeg snapshot
- Add a few mirrors to MASTER_SITES
- Bump PORTREVISION due to new dependency on ffmpeg in ports
2004-12-07 08:11:58 +00:00
Michael Johnson
c59222d249 Fix spelling in pre-everything
Pointed out by:	Radek Kozlowski
2004-11-27 21:35:04 +00:00
Michael Johnson
c8f135e88b - Fix fatal typos [1]
- Add WITH_VLC_DEFAULT_FONT knob for subtitles font
   defaults to ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf [2]
- Fix build if you have a old version of vlc installed [3]
- Fix build on opengl visual plugin on >5.x [3]
- Enable pthreads on ffmpeg
- Remove XVID support in favor of libavcodec via ffmpeg
- Bump PORTREVISION

Many thanks to mezz and pav for building vlc countless times in testing.

Font picked by:	mezz [2]
Submitted by:	Piotr Smyrak [1]
Reported by:	Piotr Smyrak [3]
Tested by:	mezz
		pav
		Piotr Smyrak [3]
2004-11-27 06:43:41 +00:00
Michael Johnson
8403d73e49 Disable toolame support, it needs a newer vesion to build
PR:		ports/74367
Reported by:	Frederic Praca
Approved by:	adamw (implicit)
2004-11-25 21:36:55 +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
Michael Johnson
b0823ae396 Change email to new FreeBSD.org address
Approved by:adamw (mentor)
2004-10-29 22:24:47 +00:00
Jeremy Messenger
2592c76765 -Use gcc 3.4 (update from 3.3).
-Use xvid default, xvid is becoming very popular. WITHOUT_XVID still exists.
-Always autodetect esound since this can be changed at runtime.
-Always autodetect gnome for gnome interface.
-Make gtk interface optional but still default interface.

PR:		ports/72675
Submitted by:	Michael Johnson <ahze@ahze.net> (maintainer)
2004-10-14 22:12:32 +00:00
Edwin Groothuis
a41c4d686f [MAINTAINER] multimedia/vlc: update pkg-descr and COMMENT
Update pkg-descr and COMMENT to better fit the current
	version of VLC

PR:		ports/72663
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-14 04:06:58 +00:00
Edwin Groothuis
b1d6224bcc welcome new maintainer 2004-10-14 03:06:10 +00:00
Dirk Meyer
94c8c12b9f - drop maintinership 2004-10-13 20:53:28 +00:00
Dirk Meyer
e9966a3038 - fix build problem if an older vlc is still installed.
Submitted by:	Stefan Eßer
2004-10-12 04:25:35 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Dirk Meyer
8f8bde6815 - new options: WITHOUT_NLS, WITH_WXWINDOWS, WITHOUT_WXWINDOWS
- fix threading problems by droping wxwindows plugin.
Approved by:	portmgr (marcus)
2004-09-21 19:42:02 +00:00
Dirk Meyer
a638bf5813 - unbreak for am64 2004-09-01 06:02:04 +00:00
Dirk Meyer
1842ddffa8 - modify OSVERSION for thread problem
PR:		70494
2004-08-19 19:28:35 +00:00
Kirill Ponomarev
887bbfb813 Chase libraries for new audio/speex version.
Reminded by:	Christian Hiris <4711@chello.at>
2004-07-25 14:10:25 +00:00
Kirill Ponomarev
591244e022 Chase libraries for new audio/speex version. 2004-07-23 09:17:55 +00:00
Dirk Meyer
79ea8d9208 - fix build with net/liveMedia (patch partly obtained from vlc cvs)
PR:		69410
Submitted by:	Michael Johnson
2004-07-23 03:56:07 +00:00
Dirk Meyer
97260ae4d9 - fix pkg-list for option WITH_LIBMATROSKA 2004-07-16 06:24:54 +00:00
Michael Nottebrock
9845b5e2d7 Update XviD to version 1.0.1, chase shared library bump through dependencies,
disable xvid support in avifile and bump PORTREVISION in transcode for
added dependency on xvid4conf.
2004-06-11 21:48:50 +00:00
Dirk Meyer
7018664054 - fix typo in option WITHOUT_GGI
PR:		67799
Submitted by:	Paul Seniura
2004-06-11 02:59:29 +00:00
Dirk Meyer
5eb1b2403f - Update to 0.7.2
- New knobs
- fix typo in option WITHOUT_GGI
PR:		67138
Submitted by:	Michael Johnson
2004-05-26 05:54:17 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Dirk Meyer
22af50109c - make PKGNAMESUFFIX more flexible 2004-03-26 18:47:27 +00:00
Dirk Meyer
22ac93df8e - make PKGNAMESUFFIX more flexible
- make portlint happy
2004-03-26 17:19:24 +00:00
Dirk Meyer
9ffde2d4a5 - update to 0.7.1
- new option FFMPEG_PORT
- use PLIST_FILES for MMX
2004-03-21 06:42:15 +00:00
Edwin Groothuis
c9ea361463 Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
2004-03-16 04:23:56 +00:00
Dirk Meyer
b6637bd69b - mark BROKEN on alpha 4.x
won't build cause relocation problems in linking.
- mark BROKEN for CURRENT > 502010
  builds, but dumps core when calling spinlock,
  tested with more then one threaded lib.
2004-03-15 05:20:27 +00:00
Dirk Meyer
72cbc826b4 - Fix problmes when -lpthread does exist.
PR:		63457
2004-03-13 08:07:23 +00:00
Dirk Meyer
bfaeee781c - use libmad
- new options:
WITH_AUTODETECT WITH_LIBMPEG2 WITH_LIBMATROSKA WITHOUT_LIBID3TAG
- clean dependencies from ports/63583

63583
Michael Johnson
- install 2 man pages
- better gnome support
- support for libmatroska
- new options:
WITH_GNOME WITH_ESOUND WITH_AALIB WITH_CDDB WITH_GGI WITH_LIBTHEORA
WITH_LIVEMEDIA WITH_SPEEX WITH_SVGALIB WITH_XOSD WITH_OPTIMIZED_CFLAGS

- dropped cause of bad dependency list:
WANT_GNOME does not work here linke in mplayer.
2004-03-03 17:53:47 +00:00
Dirk Meyer
4857d67313 - add SIZE 2004-02-26 05:56:07 +00:00
Dirk Meyer
f37590a79e - Fix plist for alpha 2004-02-20 05:52:26 +00:00
Dirk Meyer
e99a681c5c - fix package on sparc64 2004-02-11 07:16:33 +00:00
Dirk Meyer
914d85728b - Fix package on amd64 arch 2004-02-07 13:59:44 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Dirk Meyer
1e12c1cf27 - change USE_SDL
PR:		61805
2004-01-26 19:23:22 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Dirk Meyer
61206c8582 - Update to 0.7.0
- USE_GCC, cause it won't build with gcc-2.95.x in STABLE
2004-01-07 18:22:09 +00:00