Commit graph

25 commits

Author SHA1 Message Date
Diane Bruce
b33fd50e92 - Fix build when WITH_LZO is not defined. This disables NuppelVideo import
support which needs lzo.

Reviewed by:	erwin, itetcu
2008-08-15 22:42:37 +00:00
Michael Johnson
cd575571b4 Update to 1.0.4 2007-09-16 18:51:36 +00:00
Michael Johnson
a87776afa7 Fix build/runtime with new ffmpeg
Reported by:	pav
Obtained from:	transcode cvs
2007-07-31 15:34:10 +00:00
Michael Johnson
31d2c596f7 - Update to 1.0.3
- Switch to auto-plist due to get rid of 41 PLIST_SUB's that are hard to maintain
2007-04-17 17:22:05 +00:00
Stanislav Sedov
b742c8c26d - Fix detecting of device types
Currently, this patch handles all devfs cases (it uses realpath to resolve
symlinks). However, submitter supposes, that we should have a generic way
to detect which device the file belongs to. I'll leave the PR in suspended
state for a better solution come up.

PR:		ports/101450
Reported by:	Chad Fraleigh <chadf@bookcase.com>
Approved by:	multimedia (ahze)
2007-01-03 11:27:48 +00:00
Stanislav Sedov
0d2725682b - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
2006-09-20 11:21:59 +00:00
Ade Lovett
4f8465ce6c Fix hardcoded (!?) references to gtk12 to point to gtk-12 from the
libtool conversion.

Submitted by:	pointhat, itetcu_@IRC, others
Approved by:	portmgr (implicit)
2006-02-27 22:27:50 +00:00
Michael Johnson
ce95a79ed7 - Update to 1.0.0 final
PR:		ports/84916
Submitted by:	Ulrich Spoerlein <q@galgenberg.net>
Approved by:	Hendrik Scholz <hscholz@raisdorf.net> (maintainer)
2005-08-29 03:17:57 +00:00
Michael Johnson
2e4c368c2a - Update to 1.0.0rc1
PR:		ports/82931
Submitted by:	Jose M Rodriguez  <josemi@freebsd.jazztel.es>
Approved by:	Hendrik Scholz <hscholz@raisdorf.net> (maintainer)
2005-07-05 17:04:13 +00:00
Pav Lucistnik
f025a0b0f3 - Update to 1.0.0beta3
PR:		ports/80884
Submitted by:	Hendrik Scholz <hendrik@scholz.net> (maintainer)
2005-05-11 15:04:48 +00:00
Michael Johnson
a63de73f0d - Update to 1.0.0.b2
- Update WWW: line to new web page
- rename WITH_LIBXML2 knob to WITH_XML
- add freetype2 knob, WITH_FREETYPE
- remove WITH_SUBRIP knob
- remove dependency on nasm, all done with inline c assembly.
- Rename WITH_LIBTHEORA to WITH_THEORA
- use libquicktime now instead of openquicktime, with new
  knob WITH_QUICKTIME

PR:		ports/77860
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
Amd64 Build:	pav
2005-02-23 18:06:15 +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
Pav Lucistnik
43fc430a3a - Fix modfps filter [1]
- Fix plist

PR:		ports/70774 [1]
Submitted by:	Stefan Walter <sw@gegenunendlich.de>
Approved by:	maintainer timeout (1 month)
2004-10-11 23:12:03 +00:00
Volker Stolz
095e4ee051 Fix build problems using WITH_LIBDV since the libdv upgrade.
PR:		ports/70187
Submitted by:	Hendrik Scholz (maintainer)
2004-08-09 12:17:15 +00:00
Pav Lucistnik
352c4ed92e - Update to 0.6.12
- Add WITH_LIBTHEORA knob (submitted by Michael Johnson)
- Don't build WITH_NASM if it's installed

PR:		ports/63402
Submitted by:	Hendrik Scholz <hendrik@scholz.net> (maintainer)
2004-02-26 17:58:26 +00:00
Oliver Lehmann
90db56e292 Readd a patch which got removed but is still needed for the WITH_SUBRIP knob
PR:	ports/53085
2003-06-09 11:46:13 +00:00
Adam Weinberger
3b4015c7fd Update to 0.6.7.
PR:		ports/52837
Submitted by:	Hendrik Scholz <hendrik@scholz.net> (maintainer)
2003-06-04 16:56:43 +00:00
Tilman Keskinoz
74d2a1519a Update to 0.6.4
Changes:
- update MASTER_SITES since the maintainer changed
- add %%WITH_NASM%% knob to Makefile and pkg-plist to honor WITH_NASM
  option correctly. Attention: WITH_NASM gets set if bin/nasm is
  found but this may not be enough for transcode as nasm >= 0.98.34
  is needed. Checking for bin/nasm-0.98.35 might be a way of achieving
  this but leads to more work when updating nasm itself.
- add WITH_SUBRIP knob suggested by Michael Nottebrock in
  ports/47923 and implemented in ports/48649.
- incorporate dvd_reader.c patch by Atte Peltomaeki which has already
  been added in ports/48649
- remove the transcode.c patch from ports/48649 since it made its way
  into the main distribution
- add threading patch by Andriy Gapon in ports/48126
- pkg-plist update

PR:		50377
Submitted by:	maintainer
2003-04-05 22:53:51 +00:00
Edwin Groothuis
967a553f48 Maintainer update of graphcs/transcode
- add two patches to allow transcode to compile
 - remove .la files from lib/transcode
 - update pkg-plist
 - make portlint happier

PR:		ports/47688
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
2003-02-04 05:03:43 +00:00
Mario Sergio Fujikawa Ferreira
1f15e76403 o Fix build in -STABLE
o Enable port to locate lame libs in a PREFIX safe environment
o Bump PORTREVISION

PR:		44885
Submitted by:	somebody@kashmir.etowns.net,
		MAINTAINER
2002-11-04 19:49:52 +00:00
Mario Sergio Fujikawa Ferreira
e39c210957 o Update to 0.6.2 CVS snapshot
o USE_REINPLACE
o Fix libfame problems [1]
o Optional ogg and mjpeg [1]
o Remove libmpeg2
o Use distfile supplied ffmpeg instead of ports' ffmpeg (should be
  revised later)

PR:		43379 [1], 44008
Submitted by:	adam@vectors.cx [1],
		MAINTAINER
Reviewed by:	MAINTAINER
2002-10-29 17:16:55 +00:00
Ying-Chieh Liao
097158b452 - Add a patch to make transcode compile on -CURRENT.
- Add a Makefile-hack to make transcode's configure-script recognize
  liba52 when liba52 was compiled with djbfft.
  conceived by: lioux
- Cater for updated libfame (Makefile & pkg-plist changes).
- Remove unnecessary .la-files after installation (and from pkg-plist).
  suggested by: Alexander Leidinger
- Add a few missing entries to pkg-plist.
- Bump portrevision.

PR:		38506
Submitted by:	Michael Nottebrock <lofi@lofi.dyndns.org>
Approved by:	maintainer
2002-05-26 13:41:12 +00:00
Mario Sergio Fujikawa Ferreira
36feea27c9 o Update to 0.6.0 pre4
o Remove patches either already applied in distribution or
  turned into perl regexp(s)
o Update both COMMENT and DESCR
o Add several WITH_* options

PR:		37138
Submitted by:	MAINTAINER,
		Michael Nottebrock <michaelnottebrock@gmx.net>
Approved by:	MAINTAINER
2002-04-18 04:53:53 +00:00
Dirk Meyer
134c459abe Fixed:
transcode's configure doesn't find libdv because it fails to link
in -ldl. Enclosed is a new patch-ag.
Also, the port's Makefile has a couple of typos

PR:		36703
Submitted by:	mreimer@vpop.net
2002-04-03 20:44:17 +00:00
Dirk Meyer
d516b6cfe4 transcode is a console based utility for video conversion. It supports
VOB source files, AC3 sound and divx output (and many more).

sharfile disfunctional, each file should end with newline.
mailclient seems to eat tabs away.

PR:		32986
Submitted by:	hendrik@scholz.net
2002-03-30 12:02:14 +00:00