Commit Graph

425 Commits

Author SHA1 Message Date
Ying-Chieh Liao
443aa643ca add dumpmpeg
Dump frames from mpeg movies
2001-06-03 13:17:42 +00:00
Ying-Chieh Liao
2326dc2216 add enjoympeg
An MPEG-1 video player
2001-06-03 12:28:05 +00:00
Doug Barton
e4c407ffab * Update to 8.cs2
* Slightly modify a comment to prevent it from triggering portlint
* Update URL for manual download
* Sort and update plist
2001-05-29 00:05:29 +00:00
Ying-Chieh Liao
c9837e17fe upgrade to 0.60.20010429
PR:		26987
Submitted by:	maintainer
2001-05-23 06:30:25 +00:00
Maxim Sobolev
bb53f3ecee Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
would be able to insert their own entries (usually language category)
upfront.
2001-05-22 18:16:59 +00:00
Maxim Sobolev
9c5376b8eb Update to 0.4.3.
PR:		27388
Submitted by:	maintainer, sobomax
Approved by:	maintainer
2001-05-18 10:04:27 +00:00
Ying-Chieh Liao
23ce3eea3f upgrade to 0.7b 2001-05-18 06:30:31 +00:00
Ying-Chieh Liao
92dc1699fb add mpgtx
A command line MPEG audio/video/system file toolbox
2001-05-15 02:19:15 +00:00
Satoshi Asami
e41710d9f3 Pass ${CONFIGURE_ENV} to MAKE_ENV too, this fixes a problem with
configure/build.

Submitted by:	will
2001-04-18 05:47:31 +00:00
Ying-Chieh Liao
ed9f99a59e add vcdimager
GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool

PR:		26606
Submitted by:	Harold Gutch <logix@foobar.franken.de>
2001-04-16 20:00:01 +00:00
Tom Hukins
bb1848dae9 Fix MASTER_SITES 2001-04-13 15:09:13 +00:00
Maxim Sobolev
8ed8aafc20 Move:
devel/sdl --> devel/sdl10
devel/sdl-devel --> devel/sdl12

Repo-copy by:	asami
2001-04-09 11:55:04 +00:00
MIHIRA Sanpei Yoshiro
6b0dbba1c9 update to 1.6
1.6   Fullscreen video, transportque algorithm, PCM soundfile
       support, letterbox cropping and hardware acceleration for
       uncompressed video, and uninterrupted resizes.

 1.5.4 64 bit Quicktime. Improved DVD decoding. Documented IDE bug

move Web page

NOTICE:
  If you use with 4.x-RELEASE, it need to add ``options USER_LDT''
  in your kernel config.

Suggested by:	Lee Hamilton <lee@subvert.net>
2001-04-08 01:29:52 +00:00
Maxim Sobolev
79c5636b98 Update to 0.4.3. 2001-04-06 13:40:23 +00:00
Maxim Sobolev
0516cc2ece Move regex pthread tweak from pre-patch to post-patch to avoid breakage on
4-*.

Prompted by:	will
2001-04-06 08:48:04 +00:00
Will Andrews
09f7871d0e Remove files not found in KDE 2.1.1.
Found by:	bento
2001-04-03 23:03:37 +00:00
Maxim Sobolev
7835620f4f Update to 0.3.4.
Submitted by:	David Hill <david@phobia.ms>
2001-04-03 09:35:07 +00:00
Will Andrews
dbba8af644 Overhaul QT/KDE support:
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
  introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1.  Two patches included in x11/kdelibs2 to fix the
  proxy authentication that was broken for 2.1.1.  Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me.  Should
  still work w/ compat shims for older USE_QT[,2] style.  Some others
  were also left alone for the same reason.

Reviewed by:	portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by:	David Faure <faure@kde.org> (proxy auth patches)
		Alex Zepeda <garbanzo@kde.org> (old patches removal)
2001-04-03 08:14:43 +00:00
Maxim Sobolev
9d77d03a9c Fix the build on -current (PTHREAD_LIBS conversion victim).
Prompted by:	Michael McGoldrick <mtm98@doc.ic.ac.uk>
2001-04-02 09:12:43 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Mario Sergio Fujikawa Ferreira
89b4eb4843 Add graceful creation/removal of global Skins dir.
Approved by:	maintainer
2001-03-29 02:32:02 +00:00
Maxim Sobolev
25243e9c5f Allow MAINTAINER to be redefined in slave ports.
Submitted by:	maintainer
2001-03-28 18:23:41 +00:00
Kris Kennaway
7a3b248f5c Don't fail on a read-only ${PORTSDIR}
Approved by:	maintainer
2001-03-25 23:27:07 +00:00
Will Andrews
cd5ac27b08 Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, what
this involves is this:  Cull GL from Qt by default, but still provide a
Qt+GL library that may or may not have threads.  Then also provide a Qt
library that has threads but not GL.  This allows us to make KDE2 depend
on a library that will *not* have threads, ever.  Threads will be
revisited at a later date.  Ports that require GL support need to be
updated to use the hacked library, libqtgl.so.4.  The net result is that
we bloat our qt2 package by 1.5-2.5MB for compatability.  Also, static
qt will not have GL support.

Introduce bsd.kde.mk, which will be tested on bento before becoming
fully activated.

Replace qt22-static with qt2-static, since it's just a proxy.  Update
qt-designer to depend on qt23.  Also make the old hack to package the
correct lib obsolete by using PLIST_SUB instead.

Miscellaneous changes:  remove LIBQTFILE from CONFIGURE_ENV, it's not
used anymore.  Solve namespace pollution problems with the devel/pth and
devel/libgnugetopt ports.  Hopefully.

Suggested by:	ade, asami, sobomax (bsd.kde.mk)
Repocopied by:	asami (qt22-static --> qt2-static)
2001-03-24 22:15:59 +00:00
David E. O'Brien
30af7b687e rpm' and rpm2cpio' have been repocopied from "misc" to "archivers". 2001-03-20 20:28:14 +00:00
Will Andrews
926792ed13 Add xawtv 3.37, a TV viewing application and a few TV utilities.
PR:		25515
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-03-20 03:12:55 +00:00
Will Andrews
f11ccbb44d Add xmms-avi 1.2.2, an avifile based .avi and .asf file playback
plugin for XMMS.  Very cool!

PR:		24939
Submitted by:	Roman Shterenzon <roman@xpert.com>
2001-03-20 02:32:42 +00:00
Mario Sergio Fujikawa Ferreira
1d8c969514 - Update patches in sync with rev 1.3 of Makefile and distinfo,
activating the new source files
2001-03-18 15:00:30 +00:00
Mario Sergio Fujikawa Ferreira
05f587a0cf - Weird, the new distfile was rolled but no version changed
- Bump PORTREVISION to alert users
- Changes:
o Several source file copyright notice changes
o Changes on the win32 build system
o Addition of debug (debug.*) and yuv file storing (store.*) code
o Removal of some experimental code
2001-03-18 14:21:14 +00:00
Mario Sergio Fujikawa Ferreira
9fd9f89fb0 - First import since repocopy from libdixdecore:
1) Enable port in CATEGORY Makefile

2) Add port into CVSROOT/modules

3) This a port of the developer version of libdivxdecore

4) Fix typo: port created on year 2001, not 20001.

5) Update port to developer Version 4.0 alpha48 2001-02-22.
   PORTVERSION=0.4.0.48

6) This port downloads a source only CVS tag developer version.
   Therefore, it comes without the tools necessary to build it
   (makefile, configure, ...)

7) Inherit (copy) from the non-developer version distfile
   the structure necessary to build it. Patch it to suit this port
   specific needs. More specifically, add new source code files to
   makefile(s): yuv2rgb.c (Changelog #13).

8) Since it is a developer version of another port, it can
   use some of its structure such as DESCR, PLIST. Therefore local
   copies are not necessary.

- Library changes in new version:

o Changelog:

1) Added VO and VOL header in the MPEG-4 bitstream to encore
2) Added YUV input in encore
3) Provided a sample test code for encore
4) Rewrote the bitstream handling in the encore
5) Some cleanup and minor optimize in the modules in encore
6) Fade/Cross Fade Improved
7) Added VO and VOL header parser in decore
8) Added various functions to support the YUV output formats
9) Splitted the YUV to RGB 16 bit conversion routine in 2 different
   routines (555 and 565 16 bit color mode) in decore
10) Modified the interface to take care of the new characteristics
    (more output format supported, possibility to change the output
    format at run-time). These changes are backward compatible
    (previous API call are still valid)
11) Modified the parser to be able to decode the stream with/without
    the VOL at the same time
12) Removed all the boring warnings until Level 3 of Visual C++
13) ANSI C Implementation of the yuv2rgb.c added (2001-01-23,
    00:00:00 GMT)

o Bugs Corrected:

1) Some bug has been fixed in the post processing algorithm
   (chrominance deblocking and vertical deblocking)
2) Bug fixed in YUV to RGB 16 bit conversion routine
2001-03-13 21:40:37 +00:00
Mario Sergio Fujikawa Ferreira
4ac3e19abc Fix typo: port created on year 2001, not 20001 2001-03-13 00:44:00 +00:00
FUJISHIMA Satsuki
879e57e564 update to 1.03.
PR:		25646
Submitted by:	John Saunders <john@nlc.net.au>
(Non-response from maintainer)
2001-03-12 22:49:21 +00:00
Kris Kennaway
75d418e6c5 Fix and sort plist 2001-03-10 05:48:01 +00:00
Ying-Chieh Liao
854ba21979 follow the standard in the porters handbook
Submitted by:	dannyboy
2001-03-09 01:56:01 +00:00
Ying-Chieh Liao
45821c2e7c add vcdtools, enable you to create your own VCD 2001-03-08 17:54:12 +00:00
Ying-Chieh Liao
5063635753 add vcdpad
VCDpad : pad vcd mpegs
2001-03-08 17:35:03 +00:00
Kevin Lo
aae940f110 Fix pkg-plist
Approved by: will
2001-03-08 09:13:35 +00:00
Will Andrews
9be970d7c9 Clean up ugly wording of instructions on how to use kscd.
Submitted by:	demon (with slight modifications)
2001-03-05 13:03:00 +00:00
Will Andrews
34849535be Attempt to fix conflicts with a local getopt.h (specifically, the fix is
for libgnugetopt's getopt.h).  Not tested, but should work.
2001-03-05 12:17:08 +00:00
Maxim Sobolev
a2a5360b80 There is no libgcc_r.a anymore. 2001-02-28 11:22:46 +00:00
Will Andrews
26121d15ae Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result of
the KDE team's excellent work, I am initiating burn sequence for KDE
1.x.  All base KDE1 ports are hereby nuked.  I am also reluctantly
reassuming maintainership of the KDE2 ports.  Official KDE 2.1 packages
built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's
official ftp mirrors now.  Enjoy!

Note:  It seems that the KDE people rerolled their kdelibs and kdebase
packages, and a quick examination of diffs reveal minor changes, but the
port should still work.  I'll fix the packaging problems that bento runs
into.

Approved by:	kevlo
2001-02-26 19:24:49 +00:00
Kris Kennaway
2957cb7d5a Upgrade to mtv 1.2.1 2001-02-26 02:13:36 +00:00
Mario Sergio Fujikawa Ferreira
00fe42da33 Upgrade to version 0.53.5
PR:		25307
Submitted by:	maintainer
2001-02-23 18:02:27 +00:00
Maxim Sobolev
ad42bd331f Add two missed static libraries.
Submitted by:	"pkg_delete /var/db/pkg/*"
2001-02-20 15:29:02 +00:00
Maxim Sobolev
7943b38622 Update SDL shared library version number. 2001-02-16 19:48:10 +00:00
Mario Sergio Fujikawa Ferreira
c4e85efd6f typo clean up police: \s -> \t 2001-02-14 04:12:50 +00:00
Mario Sergio Fujikawa Ferreira
d71257fb1b Fix typo in CODEC installation detection adhoc rotines:
- Both change CODEC_PORT to a relative reference and update
CODEC_DETECTION_FILE to a cleaner syntax.

Submitted by:	sobomax
2001-02-13 05:15:43 +00:00
Mario Sergio Fujikawa Ferreira
b6c95c2858 New port of a xmps plugin for Win32 (TM) Codecs
Reviewed by:	sobomax
2001-02-13 03:16:31 +00:00
Mario Sergio Fujikawa Ferreira
105055cfcc Initial revision of this port. It will now have a history of its own. :)
Remove all non-codec related information.

Also, add audio as a secondary category since the codecs cover
video as well as audio only types.

PR:		25035
Reviewed by:	sobomax
Approved by:	maintainer
2001-02-13 03:05:49 +00:00
Mario Sergio Fujikawa Ferreira
7041a426cb Move all codecs to a port of their own, since the codecs present
on this port can be also used by other ports -> graphics/win32-codecs.
Therefore, all codec related code will be removed,

Depend on that port from now on.

A positive side effect is that this port can now produce a package
since the RESTRICTED flag (related to the codecs) can be removed.

Update LEGAL, win32-codecs instead of avifile is now RESTRICTED.

PR:		25035
Reviewed by:	sobomax
Approved by:	maintainer
2001-02-13 02:41:23 +00:00