Commit graph

19 commits

Author SHA1 Message Date
adam
a302f5ab7d Fixes for ImageMagick v7. 2016-05-16 19:41:17 +00:00
adam
e201902012 Switch to FFMPEG v2 2015-11-21 17:14:26 +00:00
adam
eab9ac713a Clean-up, generally to make it build on Mac OS X 2012-07-07 15:50:19 +00:00
gls
0d60913d55 Add two files left out of the PLIST when lzo option is enabled.
Should fix PR/43403, noted by Ryo HAYASAKA.
2010-06-03 19:33:33 +00:00
drochner
1da0d2dd2f update to 1.1.3
changes:
-Support for CubicKeys4 and Sinc8 zoom algorithms
-bugfixes
2009-08-17 17:25:51 +00:00
drochner
025004d687 update to 1.1.2
This is a major update, too much to list here.
2009-07-07 16:38:29 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
joerg
e3a71de58f filter_tomsmocomp is only present on i386. Mark as DESTDIR safe. 2008-09-17 18:52:10 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
xtraeme
cdb01e3fee Do not depend on x264 directly, now that ffmpeg-devel has been fixed
all shared libraries for the plugins are created correctly.

PKGREVISION++
2008-02-20 12:06:16 +00:00
xtraeme
dac9a5476a Update to 1.0.5: bugfixes and misc speedups. 2008-02-20 10:20:04 +00:00
xtraeme
50089460c6 Fix installation on systems with gcc4... looks like the filter_tomsmocomp
is only built when the compiler is not gcc4.
2006-08-24 16:06:25 +00:00
xtraeme
f5816e18b6 Add missing files when "dv" option is enabled. 2006-01-25 08:53:34 +00:00
xtraeme
bcc7dff0e7 Add missing files via PKG_OPTIONS.
Bump PKGREVISION.
2006-01-25 08:26:29 +00:00
xtraeme
2b64a03eb0 Welcome to transcode-1.0.2.
The list of changes is very very large... please see the NEWS/Changelog
file or use the webbrowser, google...

Now transcode uses bsd.options.mk for some dependencies:

        * liba52        (enabled)
        * freetype2     (enabled)
        * mjpegtools    (enabled)
        * mpeg3         (enabled)
        * lzo           (disabled)
        * libxml2       (enabled)
        * libdv         (disabled)
        * gtk           (disabled)
        * imagemagick   (enabled)

Enjoy it! I've used this version on my NetBSD/i386 -current and it worked
correctly.
2006-01-24 05:33:21 +00:00
veego
71050b5026 Add back lib/transcode/export_xvid.so to PLIST which was removed in rev 1.2.
This file is just an symlink to export_xvid4.so created by the Makefile
and not part of an .la File.

Move lib/transcode/libxvidcore.so.4 to PLIST.i386, because the link is only
created on i386.

Bump PKGREVISION.

Old HOMEPAGE and MASTER_SITES are no longer valid. Change it to the new
pages for transcode 0.6.14, but only two MASTER_SITES have the old file.

ToDo: Update to 0.6.14.
2005-02-27 12:03:09 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
drochner
5276fee313 repair some damages:
-properly libtoolize some libraries to get dynamically loadable modules,
 use a hack from SDL to make libtool work with nasm (thanks wiz for
 the hint)
-run aclocal and autoconf, otherwise the autoconf version skew scews
 things up
 XXX we shouldn't use autoconf et al for the build but commit
 patches to configure and Makefile.in
-make sure we don't get trapped by the X11R6 freetype2 nonsense
2004-05-12 16:19:32 +00:00
wiz
2d755633d2 Reimport graphics/transcode as multimedia/transcode. 2004-05-10 13:47:07 +00:00