aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* USE_LIBTOOLvs2005-05-242-20/+1
|
* fix the last 4 ioctl sign-extension'soliver2005-05-242-6/+15
| | | | bump PORTREVISION
* reduce ioctl sign-extension's on 64 bit systemsoliver2005-05-241-1/+19
|
* I added -g to CFLAGS by error - remove itoliver2005-05-241-1/+1
|
* - mark as broken if WITH_MMX is defined and ARCH is != i386oliver2005-05-242-4/+65
| | | | | | - fix some more 64 bit issues [i] Provided by: Gerd Knorr <kraxel@bytesex.org> [1]
* - add amd64 to ONLY_FOR_ARCHSoliver2005-05-232-5/+18
| | | | | - fix build for amd64 - fix a bug on amd64 which caused xawtv to segfault on startup
* it works on amd64 - so add it to ONLY_FOR_ARCHSoliver2005-05-231-1/+1
|
* - Fix CPU features detection for amd64 platformpav2005-05-231-0/+19
| | | | | Submitted by: Michiel Boland <michiel@boland.org> Approved by: maintainer
* Update to snapshot 20050522lioux2005-05-232-3/+3
|
* - Add some locale directories to plist that are not in mtree.ahze2005-05-221-0/+4
| | | | Pointed out by: krismail
* o Update to snapshot 20050521lioux2005-05-223-3/+5
| | | | | o Add forgotten PKGNAMESUFFIX=-devel o Fix PLIST
* - Remove gnomehier and install .desktop in share/applications ..ahze2005-05-222-19/+186
| | | | | | - Update x264 patch [1] Mostly obtained from: VLC cvs. [1]
* - Mark broken on 4.xahze2005-05-221-0/+4
|
* Extend nasty -fPIC hack from amd64 to "fix" ia64 buildkris2005-05-221-1/+1
|
* Add ONLY_FOR_ARCHS=i386 since this appears to contain i386 asmkris2005-05-221-7/+3
|
* - Attempt to fix build on alpha and maybe others.ahze2005-05-222-20/+28
| | | | Repoted by: pointyhat via kris
* add a 3rd header-include case - that makes it compile on my amd64 systemoliver2005-05-211-0/+15
| | | | but... it still coredumpes, so ONLY_FOR_ARCH stays like it is right now
* - Update to 0.9.6ahze2005-05-212-3/+3
| | | | - This version now supports ffmpeg-devel
* - Sync with multimedia/libquicktime (new location of header files)barner2005-05-201-1/+7
| | | | | Requested by: tim@spyderweb.com.au PR: ports/81238
* - Update to 1.4ahze2005-05-203-18/+32
|
* - Fix build on some configurations of 5.x by using USE_INC_LIBTOOL_VERahze2005-05-202-13/+37
| | | | | | and ln -s ${LIBTOOL} ${WRKSRC}/libtool Reported and Tested by: adamw
* Update to snapshot 20050520lioux2005-05-202-3/+3
|
* - Update disinfo, tarball was rerolledahze2005-05-201-2/+2
| | | | | | | | | Reported by: many Note: Only difference is every locale has -"POT-Creation-Date: 2005-05-17 22:58+0200\n" +"POT-Creation-Date: 2005-05-17 14:36+0200\n"
* Update to snapshot 20050519lioux2005-05-192-3/+3
|
* - Update to 1.3ahze2005-05-1920-322/+174
|
* - Fix build with new x264ahze2005-05-191-0/+112
| | | | Patch Obtained from: MPlayer CVS
* - Fix extract on 4.x from me being stupid.ahze2005-05-194-4/+6
| | | | Reported by: pav via irc.
* o Do not set BROKEN if any variation of the ffmpeg port is alreadylioux2005-05-192-10/+10
| | | | | | | | | | installed; fixed by both changing FFMPEG_{C,LD}FLAGS -I/-L searching orders and looking for libraries directly inside of the ffmpeg port BEFORE the local {C,L}DFLAGS [1] o Update to snapshot 20050518 since it works now that multimedia/x264 port has been updated to snapshot 20050518 Submitted by: ahze [1]
* - Update to 0.0.20050518ahze2005-05-196-38/+16
|
* Make sure that the configure additionally look for ALL codec librarieslioux2005-05-191-7/+4
| | | | | | | | in -L${LOCALBASE}/lib instead of adding this check for each codec alone Submitted by: mezz Reviewed by: ahze
* Update to 0.7.22arved2005-05-182-4/+3
| | | | | | | | * vcdxrip: add option "notrack" to skip ripping of a specific track * vcd-info: single argument acts like -i option * some stylistic coding changes (e.g. add _t suffix and p_ prefix) * fix clobbering a version number via strncpy * Memory leaks and errors reduced
* Update to 0.04jylefort2005-05-183-48/+14
| | | | | PR: ports/81125 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 2.0.38 releasepav2005-05-186-146/+8
| | | | | PR: ports/81131 Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
* GCfilms is a perl application that can be used to manage a movie collection.pav2005-05-185-0/+243
| | | | | PR: ports/81097 Submitted by: Remington <TastyNachos@charter.net>
* - Update to 0.8.2.20050517 since the 0.8.2.20050516 tarball was rerolled.ahze2005-05-185-211/+5
| | | | Spotted by: mezz
* - Backout part of bswap changes which completely broke playbackpav2005-05-182-27/+1
| | | | | | | of encrypted DVD discs PR: ports/80952, ports/80984 Diagnosed by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
* - libdata/pkgconfig is now included in mtreepav2005-05-175-5/+0
| | | | Approved by: marcus (portmgr hat)
* - Attempt to fix build on amd64 (and maybe ia64) by using -fPICahze2005-05-172-2/+2
| | | | Reported by: krismail
* - Update to 0.8.2.20050516ahze2005-05-173-11/+219
|
* FreeBSD 504101 doesn't need the stacksize hack anymore, which marcus hasmezz2005-05-162-2/+2
| | | | | | committed a MFC of stacksize increase in RELENG_5 a few days ago. Reviewed by: marcus
* - Consolidate lots of stuff.ahze2005-05-161-110/+23
| | | | | - Remove need for wxgtk on svlc (WITH_SKINS knob) for skins interface. x11 is only thing needed.
* - Add a temp. work around for amd64 to only use wxgtk24ahze2005-05-161-1/+5
| | | | | | vlc-devel and next vlc (0.8.2) have wxgtk26 support for amd64 Reported by: pav
* - Update to 0.9.5ahze2005-05-165-93/+29
| | | | Note: Does not build with ffmpeg-devel, but will run w/ ffmpeg-devel.
* - Fix WxGTK Gui when wxgtk24 and wxgtk26 are both installedahze2005-05-152-1/+4
| | | | | | | at the same time. This isn't a problem if you just have wxgtk26 installed or are using wxgtk24. Spotted by: mezz via irc
* - fix install path for Gnome files, using gnomehack+gnomeprefix as suggestedpb2005-05-153-73/+106
| | | | | | | | by mezz. - patch for optional Quicktime from <juhis at nallukka dot net>, PR ports/79494. - workaround for GTK FileChooser bug pointed out by <herakles at gmx dot net> (http://jira.schirmacher.de/jira-kino/browse/KINO-150?page=comments#action_10805) - bump PORTREVISION.
* - Fix my stupid typo.ahze2005-05-152-2/+2
| | | | Submitted by: bms@spc.org
* - Add CONFLICTS to vlc-develahze2005-05-151-0/+2
|
* - Add vlc-develahze2005-05-151-0/+1
|
* - Add vlc-devel after repo-copy [1] at version 0.8.2-test1ahze2005-05-1513-272/+404
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use OPTIONS - Install .desktop file and icon in share/applications and share/pixmaps instead of share/gnome/ - Changed Knobs WITHOUT_FAAD --> WITH_FAAD (disabled by default) WITH_LAME --> WITHOUT_LAME (enabled by default, disabled for package building) WITHOUT_SDL --> WITH_SDL (disabled by default) WITHOUT_TRANSCODE --> WITH_TRANSCODE (disabled by default) WITHOUT_DVD removed. - New knobs WITH_CORBA -- Corba interface via orbit2 WITH_DAAP -- iTunes(R) music shares WITHOUT_DVDNAV -- DVD (dvd menus) support WITH_DVDREAD -- Regular DVD support (non-menu) WITH_DIRAC -- diace general-purpose video codec WITHOUT_OGG -- OGG audio decoder WITH_SMB -- Samba access module WITH_TWOLAME -- Mpeg layer 2 audio Support NOTE: WITH_ knobs are disabled by default. WITHOUT_ knobs are enabled by default. NOTE2: It is recommended that you use multimedia/ffmpeg-devel instead of multimedia/ffmpeg if you want to use any of ffmpeg's postprocess features. PR: ports/80963 [1] Repocopied by: marcus [1]
* Update to 20050514 snapshotlioux2005-05-142-3/+3
|
* o Remove USE_GCC dependency on 3.4lioux2005-05-143-9/+28
| | | | | | | o Have byteswap work for both 5.x (and over) and 4.x FreeBSD branches o Fix build on 4.x by disabling gcc3 SMID code (patch-configure) Submitted by: ahze
* Change maintainer address.thierry2005-05-142-2/+2
| | | | | PR: ports/80973 Submitted by: Ulrich Spoerlein <q (at) galgenberg.net>
* - Bugfix: make xmms_remote_get_info() return correct information instead of somenovel2005-05-142-1/+22
| | | | | | | | bogus data - Bump PORTREVISION Approved by: Miguel Mendez (maintainer) Obtained from: BMP cvs
* Update to snapshot 20050513lioux2005-05-132-3/+3
|
* USE_GCC=3.4 is required; thus, mark BROKEN for OSVERSION <= 500000lioux2005-05-131-0/+5
| | | | | | | | since the required libraries will be incompatible with the ffmpeg-devel binary code. Patches are being worked on for both 2.95 and 4.0.1 gcc support Submitted by: ahze
* - s/WITHOUT_WXWINDOWS/WITHOUT_WXGTK/ahze2005-05-132-24/+52
| | | | | - Add new knob WITH_WXGTK_CONFIG=[2.4|2.6], defaults to 2.6 - Bump PORTREVISION
* Finish repo copy of wxgtk 2.4.2 ports to wxgtk24*fjoe2005-05-134-6/+6
|
* 20050512lioux2005-05-122-3/+3
|
* - Add mozilla plugin to broken list, it builds but does not work.ahze2005-05-122-6/+8
| | | | | According to videolan.org later versions of vlc (0.8.3/4) will have controls for plugin
* Connect ffmpeg-devel to build after repo copy from ffmpeglioux2005-05-121-0/+1
| | | | PR: 79511
* o Commit updates after repo copy from multimedia/ffmpeglioux2005-05-1214-372/+475
| | | | | | | | | | | | | | | | | | | | o Update to CVS snapshot 20050511 o Add FreeBSD native byteswap support o Video capture is not working and help is appreciated on this matter. Join irc.freenode.net #freebsd-multimedia to help. Some fixes have been borrowed from [2], [3] and [4] o IPV6 support fixed [1] Submitted by: ahze [1], Jacob Meuser <jakemsr@jakemsr.com> [4], Vladimir Kushnir <vkushnir@i.kiev.ua> [4] Reviewed by: ahze, Jacob Meuser <jakemsr@jakemsr.com>, Vladimir Kushnir <vkushnir@i.kiev.ua>, countless others at FreeBSD-multimedia@FreeBSD.org mailing list Obtained from: FFmpeg CVS repo [2], OpenBSD FFmpeg port [3]
* - Bump PORTREVISION due to last commit.ahze2005-05-121-0/+1
|
* - Use SCHAR_MAX [1]ahze2005-05-123-3/+10
| | | | | | - Only s/llrintf/rintf/ on 4.x and early 5.x Requested by: gavl author [1]
* Chase the Gaim 1.3.0 update.marcus2005-05-121-1/+1
|
* - Update to 1.0.0beta3pav2005-05-117-140/+281
| | | | | PR: ports/80884 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
* - Remove need for audio/speex-devel, since audio/speex as of version 1.0.5ahze2005-05-114-30/+50
| | | | supports 1.1 (speex-devel) API. speex or speex-devel can be used.
* - Back out native bswap commit for FreeBSD 4.x, where it does not compile.pav2005-05-103-3/+3
|
* o Add FreeBSD native byteswap support using <sys/endian.h>lioux2005-05-104-0/+67
| | | | | | o Bump PORTREVISION Approved by: maintainer
* On FreeBSD 4.x: rename cxm0 to bktr0 in setchannel.cedwin2005-05-092-4/+16
| | | | On all: rename tuner0 into cxm0/bktr0 in setchannel.c
* Update to 0.7.1arved2005-05-092-13/+20
| | | | | | | PR: 78436 Submitted by: Phil Oleson <oz@nixil.net> Add dummy do-build target to workaround non-working NO_BUILD
* Add the RealPlayer win32 codecsjylefort2005-05-083-3/+18
| | | | | | PR: ports/80497 Submitted by: Gil Kloepfer <fgil@kloepfer.org> Approved by: maintainer
* BROKEN on 4.x: Does not compilekris2005-05-071-1/+7
|
* Add CONFLICTS due to upcoming ffmpeg-devel portlioux2005-05-071-0/+1
|
* Correct the obmission of the Windows Media Player6 skin.obrien2005-05-063-2/+42
| | | | Approved by: maintainer
* - Fix broken plist by removing dupe bin/playdv in PLIST_FILES and pkg-plistahze2005-05-052-3/+0
|
* - Fix build on 4.xahze2005-05-051-0/+18
| | | | Reported by: Randy Pratt <rpratt1950@earthlink.net>
* Add pango, it is need for the subtitle. Totem and maybe other apps don't workmezz2005-05-052-4/+4
| | | | | | | with subtitle by default unless the gstreamer-plugins-pango is installed. Bump the PORTREVISION. Ok'ed by: marcus and ahze
* - Fix CONFLICTS in totem so slave port totem-gstreamer conflicts with totemahze2005-05-051-1/+1
| | | | and not itself.
* Update to 1.0.2.marcus2005-05-043-4/+5
| | | | Approved by: maintainer
* - Don't discard CFLAGS for WITH_DIVX5 knobpav2005-05-041-1/+2
| | | | | | PR: ports/79826 (based on) Submitted by: Jonathan Lennox <lennox@cnr.cs.columbia.edu> Approved by: maintainer timeout (15 days)
* - Fixes for FreeBSD 4.X:pav2005-05-044-0/+34
| | | | | | | | * fix unusable header (DOS line feeds) * fix build of authoring module (DOS line feeds) * fix build of Tools module (missing header) This makes multimedia/x264 compile.
* - Add missing configure args.ahze2005-05-042-0/+2
|
* - Add new OPTION, WITH_GPAC, on by default. This enables you toahze2005-05-042-6/+18
| | | | | export H.264 media in mpeg4 wrapper. - Bump PORTREVISION
* - Add gpac-libm4systemsahze2005-05-049-0/+185
| | | | | | | | | | | | Gpac MPEG-4 Systems library and headers WWW: http://gpac.sourceforge.net/ This is a small portion of gpac, only headers and mpeg4 systems library due to a chicken and egg problem similar to mpeg4ip, faad, and mpeg4ip-libmp4v2 x264 wants m4systems lib for mpeg4 output, gpac wants ffmpeg, next version of ffmpeg wants x264.
* - Update to 2.7.5 (bug fix release)barner2005-05-042-3/+3
| | | | - ChangeLog: http://nxtvepg.sourceforge.net/changelog.html
* - Fix debug support, it was backwards.ahze2005-05-042-2/+2
|
* Update to 0.8.10.kwm2005-05-0310-220/+20
| | | | | | Changelog: http://gstreamer.freedesktop.org/releases/gstreamer/0.8.10.html Approved by: maintainer (implicit)
* - Only detect MMX on i386 not amd64ahze2005-05-031-1/+1
|
* - Remove some MASTER_SITES that don't carry this version of vcdimagerahze2005-05-031-3/+1
|
* - Update to 1.1ahze2005-05-032-7/+7
|
* Upgrade to 2005-04-12 version of the CXM driver.edwin2005-05-0222-336/+24
| | | | | Upgrade to 2005-02-19 version of setchannel. Updated cxm.4, added pvr250-setchannel.1
* Add --with-xorg to CONFIGURE_ARGS if the user is using xorg.arved2005-05-021-4/+9
| | | | | Bump PORTREVISION Drop Maintainership
* Fix build on amd64 and ia64markus2005-04-301-1/+1
| | | | Submitted by: kris via pointyhat
* Fix build error on 4-stable. [*]nobutaka2005-04-303-25/+38
| | | | | | Move macro definitions from extra-patch-config.h.in to patch-src:xine-engine:xine_internal.h. Submitted by: glewis [*]
* BROKEN: Incorrect pkg-plistkris2005-04-301-0/+2
|
* Chase the libxine shared lib version bump.nobutaka2005-04-2910-14/+18
|
* Update to 1.0.1.nobutaka2005-04-295-144/+164
| | | | | | This version contains the fixes for the MMS and Real RTSP buffer overflow vulnerabilities. Security: http://www.vuxml.org/freebsd/91c606fc-b5d0-11d9-a788-0001020eed82.html
* - Update to 1.0pre7pav2005-04-267-518/+26
| | | | | PR: ports/80356 Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
* - Install .desktop fileahze2005-04-263-0/+20
|
* Move shared directory for klirc profiles into kdehier.lofi2005-04-252-2/+0
|
* Unbreak build when the WITH_3DNOW option is disabled.lawrance2005-04-251-9/+0
| | | | | | PR: ports/80299 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer) Approved by: clement (mentor)
* - Clean up the portahze2005-04-242-14/+13
| | | | - Utilize INSTALL_[PROGRAM|DATA] and DATADIR
* Add support for translations. PORTREVISION bump for changing the pkg-plist.adamw2005-04-242-5/+11
| | | | | | | | | Also, remove a redundant USE_GNOME definition, and fix some spacing. libsamplerate support is easy to build in with a few quick patches, but it hogs 100% CPU and then dies on a SIGSEGV. Someone might want to look into that, because libsamplerate support would be neat for the crossfader here.
* - Attempt to fix build on amd64 by disabling MMX/SSE code.ahze2005-04-242-10/+18
| | | | | | | | gcc complains that -fPIC is needed to link the shared lib, but I have no idea how to do this with yasm? with out disabling the shared library and just making a static library. Pointed out by: krismail
* - Add support for sparc64 [1]ahze2005-04-224-6/+28
| | | | | | - use LDFLAGS instead of -lm Submitted by: kwm via irc [1]
* Correct a number of ports that anger the tempermental Make Spiritsadamw2005-04-221-1/+1
| | | | | | | | by using C comments instead of make(1) constructs. And as long as I'm here, fix a command misspelling in vm-pop3d. As prompted by: kris
* Add WITH_EXTENDED_VORBIS_FILEINFO knob.arved2005-04-222-1/+113
| | | | | | | | | | | | | This patch includes information about the average bitrate of the file (because vorbis uses variable bit rate encoding by default and nominal might or might not match the actual effective bitrate) as well as information about the encoder which created the file. Bump PORTREVISION. PR: 74219 Submitted by: Thomas E. Zander <riggs@rrr.de> Reviewed by: Espen Skoglund <esk@ira.uka.de>
* - Chase shared lib bump in x264ahze2005-04-214-20/+216
| | | | | | - Only s/lrint/rint/ on < 504000 Patch Update Obtained from vlc cvs
* - Chase shared lib bump in x264ahze2005-04-212-12/+281
| | | | Patch Update Obtained mostly from mplayer cvs
* - Update to 0.0.20050421 (cvs snapshot)ahze2005-04-2110-178/+140
|
* Project X - a free Java based demux utilityhq2005-04-216-0/+91
| | | | | | | | | | | | | | | | Copyright (C) 2001-2004 dvb.matt European digital radio & television uses the DVB standard to broadcast its data. Project X gives you a look behind the transmissions and tries its best to handle & repair many stream types and shows what went wrong on reception. It is intended for educational purposes only, as a non-commercial test project. It may not be used otherwise. Most parts are only experimental. WWW: http://sourceforge.net/projects/project-x PR: 79769 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* - Update to 10.0.4ahze2005-04-212-5/+5
| | | | | | This release fixes a buffer overflow where a malicious RAM file could overflow a buffer and execute arbitrary code on a victim's machine.
* Update to version 0.8.1:hq2005-04-212-3/+3
| | | | | | | | | * Added support for MPlayer 1.0 pre7 * Updated libbacon to 2.10.1 * Fixed HAL support * Added preliminary support for NetBSD * UI improvements * Many fixes
* Update libcdio to 0.73.arved2005-04-203-6/+6
| | | | Chase shared library version.
* Update to 0.8.0 with the following changes:hq2005-04-182-4/+3
| | | | | | | | - Added support for multiple audio and subtitle streams in ogm and matroska containers - Added telecine, progressive and deinterlace support for NTSC DVD - Added a denoise option - Many fixes
* Update to 1.0.1.marcus2005-04-181-1/+1
|
* Update to 1.0.1.marcus2005-04-183-12/+18
| | | | Approved by: maintainer timeout
* Fix the build when -fforce-addr is added to CFLAGSlioux2005-04-181-1/+1
| | | | Approved by: maintainer
* Remove BROKEN on alpha ARCHlioux2005-04-181-4/+0
| | | | | | PR: 77869 Submitted by: Geoff Buckingham <geoffb@chuggalug.clues.com> Verified by: kwm
* o Update to 0.104lioux2005-04-184-17/+19
| | | | | | | o Auto detect gtk 1.2, only building playdv accordingly [1] PR: 79734 [1] Submitted by: ahze [1]
* Update to 0.8.0lioux2005-04-172-11/+4
|
* Fix typo in a comment.brueffer2005-04-162-2/+2
|
* Fix the build when -fforce-addr is added to CFLAGS.kwm2005-04-152-0/+2
| | | | Foot work and patch provided by: lioux
* - Update to latest checksums.flz2005-04-141-111/+111
| | | | Approved by: maintainer (implicit)
* - correct linux real player codecs detection, by Conrad J. Sabatierpav2005-04-133-3/+27
| | | | | | | | | | | | <conrads@cox.net> - introduce new vidix patches to enable -vo xvidix for some accidently mistreated radeon and matrox cards, reported by Andre Albsmeier <andre@albsmeier.net> - explicitly forbid -fforce-addr gcc optimization as it reliably breaks all ffmpeg descendants, by Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> PR: ports/79828 Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-1210-11/+11
| | | | after 5.4-RELEASE.
* On FreeBSD-5.3 systems before importing of lrintf into math.h mplayervs2005-04-121-1/+13
| | | | | | | can't be linked if WITH_OPTIMIZED_CFLAGS is defined. PR: ports/79119 Submitted by: maintainer
* De-obrienize: move ${ARCH} conditional expression to after bsd.port.pre.mk.adamw2005-04-121-3/+3
|
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-1111-13/+13
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* BROKEN: Does not compilekris2005-04-111-0/+2
|
* Remove XAWVER from Xaw3d LIB_DEPENDS re. Xaw3d will be depended upon justlesi2005-04-101-1/+1
| | | | | | | fine without explicit version in there, while specifying it can occasionally confuse (cf. ports/78527). Packages depend on specific versions of Xaw3d and X libraries anyway and ports will get the right version number through imake.
* - Remove unneeded glib12 dependencyahze2005-04-101-1/+0
|
* - s/gtk12/glib12/ , gtk12 isn't needed.ahze2005-04-101-1/+1
|
* - Add mjpegtools-yuvfiltersahze2005-04-104-0/+77
| | | | | | | | | | | | | | | | | | | | | | | Mjpegtools YUV video stream processing tools yuvdeinterlace: A non destructive deinterlacer. Converts to a double frame rate, alf height, progressive yuv stream for further processing by temporal based filters. Then re-interlaced before encoding. The reinterlacer doesn't exist at this time. yuvafps: A linear frame averaging, frame rate converter. Does a better job than the frame dropping/duplicating converters. yuvfade: Will fade the video to black after X number of frames. Uses a trial and error method of fading to black yuvwater: Attempts to detect and remove semi-transperant watermarks from the source. Produces a PGM file of the detected watermark which is used to remove or reduce the effect.
* - Update to 0.4.8pav2005-04-102-3/+3
| | | | | PR: ports/79728 Submitted by: Lewis Thompson <lewiz@compsoc.man.ac.uk> (maintainer)
* Update maintainer's email address.linimon2005-04-082-2/+2
| | | | Requested by: maintainer
* Drop maintainership.lofi2005-04-071-1/+1
|
* Upgrade to 0.6arved2005-04-063-5/+15
|
* The package list is generated incorrectly in some situations.vs2005-04-052-3/+6
| | | | | PR: ports/79544 Submitted by: ser_canof AT tin.it via maintainer
* Chase libshout2 shlib version.kwm2005-04-042-2/+2
| | | | Forgotten/missed by: lofi
* Drop maintainershiplioux2005-04-041-1/+1
|
* Update WWW taglioux2005-04-041-1/+1
|
* - Fix autosymlink for real playerpav2005-04-042-1/+18
| | | | | | PR: ports/78633 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Approved by: maintainer timeout (3 weeks)
* Update to 1.4.1lioux2005-04-032-4/+3
|
* Update to 1.5lioux2005-04-032-3/+3
|
* Update to 0.9.0-pre2lioux2005-04-0310-272/+8
|
* Remove multimedia/linux-divxplayer since developer's dropped thelioux2005-04-037-105/+0
| | | | application
* - Add a new knob, WITHOUT_AVIFILE, to disable multimedia/avifile support toahze2005-04-031-1/+12
| | | | | hopefully fix build on !i386 !amd64. Avifile support is only enabled for i386 and amd64
* Now fetchable againkris2005-04-022-4/+0
| | | | Approved by: portmgr (self)
* Now buildable again.kris2005-04-021-2/+0
| | | | Approved by: portmgr (self)
* Really fix plist the right way.kwm2005-04-014-6/+4
| | | | | Cluebat provided by: marcus Approved by: portmgr (krion)
* Properly cleanout mt locale.krion2005-03-302-4/+0
| | | | | Reported by: awful pointyhat via brutal kris Approved by: portmgr (implicit)
* BROKEN: Incorrect pkg-plistkris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* BROKEN: Unfetchablekris2005-03-273-0/+6
| | | | Approved by: portmgr (self)
* Spell LIB_DEPENDS correctly for the jpeg-mmx plugin. [1]kwm2005-03-264-4/+4
| | | | | | | | And bump portrevision for that plugin. Fix plist when the gconf plugin is installed. [2] Submitted by: [1] pointyhat via kris, [2] marcus Approved by: portmgr (marcus)
* - The previous patch incorrectly corrected the pkg-plist, with is a patchclsung2005-03-231-1/+0
| | | | | | | | to revert this error. PR: 79152 Submitted by: Henri Michelon (maintainer) Approved by: portmgr
* Look for -luclmmbase under LOCALBASE instead of PREFIX (which ismi2005-03-236-31/+175
| | | | | | | | | | | | X11BASE). Submitted by: pointyhat via kris While here fix some more of the warnings, use OpenSSL's MD5 code instead of vendor's own copy, and use srandomdev instead of srandom(hostname+time). Approved by: portmgr (Kirill)
* - Fix pkg-plistahze2005-03-232-2/+3
| | | | | | | - Bump PORTREVISION Pointed out by: sf Approved by: portmgr (marcus)
* Remove directory ${X11BASE}/share/applications at deinstallation,pb2005-03-221-0/+1
| | | | | | if empty. Approved by: portmgr (krion)
* Update MASTER_SITES to fix fetching.novel2005-03-222-2/+2
| | | | | | PR: 79060 Submitted by: Andreas Fehlner (maintainer) Approved by: portmgr (marcus)
* - Speed up configure by not using two unneeded configure scripts.ahze2005-03-212-0/+6
|
* Upgrade devel/uclmmbase and mbone/vic to their latest respectedmi2005-03-2114-100/+188
| | | | | | | | | | | | | | | versions. Use BSD's bsd.lib.mk to build uclmmbase and avoid building (most of the) functionality, that is present in our base libraries (btree, md5, etc.) In vic stop using PERL, use Tcl/Tk-8.4, respect CC and CFLAGS and some other improvements. vic is thus unbroken on 5.x Per fenner's (much) earlier e-mail, grab maintainership for the time being. PR: ports/75066 (obsoleted) Approved by: fenner (implicitly)
* Update from 10.0.2 to 10.0.3. No discernable changes...mi2005-03-212-6/+5
|
* Add gconf gstreamer-pluginkwm2005-03-212-2/+8
| | | | Requested by: marcus
* Cleanup:vs2005-03-214-8/+5
| | | | | - use PLIST_FILES - Unbreak xmps-win32-plugin by fixing plist
* Update to KDE 3.4lofi2005-03-2114-245/+65
|
* Chase the slit of gconf to a seperate port.kwm2005-03-212-4/+4
|
* Slit off gstreamer gconf stuff in a seperate port.kwm2005-03-216-32/+70
| | | | | Requested by: lofi Approved by: maintainer (implicit)
* - Disable XVID support by default on 4.x becauseahze2005-03-192-6/+30
| | | | | xvid wants gcc 3.x. Xvid support can be enabled with WITH_XVID knob.
* - Define WITHOUT_LIVEMEDIA if WITH_MOZILLA=mozilla-devel and OSVERSION is > ↵ahze2005-03-182-0/+2
| | | | 500000 since livemedia is c++ and will break build
* Reset maintainer to ports@FreeBSD.orgskv2005-03-182-3/+1
| | | | Approved by: portmgr (krion)
* Remove this patch now that flac 1.1.2 has arrived.kwm2005-03-172-62/+0
| | | | Approved by: maintainer (implicit)
* Fix a problem when playing mp3 would pause after a few seconds.kwm2005-03-174-2/+204
| | | | | Approved by: maintainer (implicit) Obtained from: Gstreamer CVS
* - Fix plist [1]ahze2005-03-174-8/+18
| | | | | | - Add post-patch line to speed up configure for non-gstreamer-plugins-* Pointed out by: krion via pointyhat [1]
* Don't gratuitously use gnomeprefix/gnomehack.lofi2005-03-171-1/+1
|
* - Add audio/gstreamer-plugins-shout2 with new USE_GSTREAMER=shout2ahze2005-03-172-0/+10
|
* Fully-qualify the path to update-desktop-database and update-mime-database inmezz2005-03-172-2/+3
| | | | the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
* new version of libFLACnaddy2005-03-168-12/+12
|
* Update to 0.8.4.kwm2005-03-164-8/+8
| | | | Disable CPU_FLAGS, gst-ffmpeg does some optimalizations on it own like mmx.
* - Strip ^M ni a file so that patch applies correctly.flz2005-03-161-0/+4
| | | | | PR: ports/78909 Submitted by: Sven Berkvens-Matthijsse <sven@berkvens.net>
* Add pointer to web site.pb2005-03-151-0/+2
| | | | | PR: ports/78842 Submitted by: Phil Oleson <oz at nixil dot net>
* o Integration of pr 78670, including introduction ofpav2005-03-154-6/+61
| | | | | | | | | | | | | files/patch-libfaad2-common.h o Remove explicitly disabling real codecs as they can be manually added after installation if root really wants to (reported by Scott Lipcon <scott@libcon.org>) o Fix mplayer's x264 lib support is older than the version provided by the ports tree as of today. Including new patchfile files/patch-libmpcodecs-ve_x264.c (by Bruce M. Simpson <bms@spc.org>) Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
* Disable CPUFLAGS by default, add switch WITH_CPUFLAGS to disable this. [1]kwm2005-03-156-52/+74
| | | | | | | | | | | Make configure faster for plugins. [1] Sprinkle some plugins around that apeard in this release. Disable example building, we don't use them so why build them. [2] Remove some useless ECHO_CMD's. Submitted by: [1] ahze Requested by: [2] adamw Approved by: maintainer (implicid)
* - Added patches to enable 3rd party C++ apps to compile with gcc 3.4.flz2005-03-154-1/+34
| | | | | PR: ports/78831 Submitted by: Espen Skoglund <esk@ira.uka.de> (maintainer)
* Use GMAKE to prevent a freeze during buildhq2005-03-141-0/+1
| | | | Obtained from: Olivier Rolland <billl@users.sourceforge.net> (author)
* Update to 0.6.11.pb2005-03-147-71/+7
| | | | | PR: ports/77539 Submitted by: Phil Oleson <oz at nixil dot net>
* - Fix build on amd64 and 4.x.flz2005-03-144-1/+107
| | | | | PR: ports/78717 Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
* - Don't use gcc34 on 4.x by adding -O2 to CFLAGSahze2005-03-148-71/+15
| | | | | - Use USE_LIBTOOL_VER instead of USE_INC_LIBTOOL_VER since we don't have USE_GCC=3.4 anymore
* Add INSTALLS_SHLIB.marcus2005-03-141-0/+1
| | | | Found by: my GNOME 2.10 upgrade
* Bump library version number due to last x11-toolkits/fox-develkrion2005-03-131-2/+2
| | | | update.
* Drop maintainershiplioux2005-03-132-2/+2
|
* Complete the removal of nautilus-media.marcus2005-03-131-1/+0
| | | | Reminded by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
* - Add mirrors as distfile unfetchable from main site (temporary?)sem2005-03-121-1/+4
| | | | | | PR: ports/78727 Submitted by: Frank Altpeter <frank.altpeter@gmail.com> Approved by: maintainer
* -Update to 0.12.0, works with GTK 2.6/GNOME 2.10.mezz2005-03-121-1/+6
| | | | | http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20050306_1 -A few clean up such as correct paths, dependencies and etc.
* Conditionally enable the initial thread stacksize hack on systems that needmarcus2005-03-126-20/+38
| | | | it.
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-1247-30/+47
|
* Presenting GNOME 2.10 for FreeBSD!marcus2005-03-129-142/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy!
* - Add CONFLICTS= mplex-*ahze2005-03-111-0/+1
| | | | | PR: ports/76709 Submitted by: Ulrich Spoerlein <q@uni.de>
* - Add CONFLICTS= mjpegtools-*ahze2005-03-111-0/+2
| | | | | PR: ports/76709 Submitted by: Ulrich Spoerlein <q@uni.de>
* Drop maintainershiplioux2005-03-111-1/+1
|
* Change maintainer's e-mail.novel2005-03-111-1/+1
| | | | | | PR: 78669 Submitted by: maintainer Approved by: krion (mentor)
* Chase ImageMagick shlib version.krion2005-03-111-2/+2
|
* Pass over maintainership to ahze: there goes my baby but to a welllioux2005-03-101-1/+1
| | | | caring step father; he has submitted the last 3 major fixes
* Pass over maintainership to ahze: he has been working very hard onlioux2005-03-101-1/+1
| | | | the last couple updates
* Update to 1.4.0lioux2005-03-102-3/+5
| | | | | PR: 78453 Submitted by: "Evgueni V.Gavrilov" <aquatique@rusunix.org>
* Update to 0.7.5lioux2005-03-102-3/+3
| | | | | PR: 78452 Submitted by: "Evgueni V.Gavrilov" <aquatique@rusunix.org>
* Fix symbol conflict between the ffmpegcolorspace elements in gst-plugin andkwm2005-03-108-2/+48
| | | | | | gst-ffmpeg. Submitted by: marcus
* Forgot to cvs add this patch, this patch fixes build with flac 1.1.0 andahze2005-03-092-0/+62
| | | | is 1.1.2 friendly
* Chase libmusepack shlib version.kwm2005-03-082-4/+4
| | | | Correct patch to libmms.
* - Update to 0.8.8ahze2005-03-084-8/+0
|
* - Update to 0.8.8ahze2005-03-0812-116/+22
| | | | Approved by: marcus (blanket)
* Bump PORTREVISION on all ports that received the imlib2 shlib chase.adamw2005-03-083-3/+3
|
* 1: Upgrade imlib2 to 1.2.0vanilla2005-03-073-3/+3
| | | | | | | | 2: chase shared library version to 3. PR: ports/78347 Submitted by: Russell Jackson <raj at cserv62.csub.edu> Somepart by: me
* - Chase ImageMagick shlib bumppav2005-03-073-5/+5
| | | | | PR: ports/78455 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer)
* update to 0.99.6oliver2005-03-0610-278/+320
| | | | | PR: 77882 Submitted by: maintainer
* Drop maintainershiplioux2005-03-054-4/+4
|
* Update Maintainer Email Addresses.thierry2005-03-051-1/+1
| | | | | PR: ports/78429 Submitted by: Robin Schoonover (maintainer)
* - add a knob, WITHOUT_DVD, to disable dvd pluginsahze2005-03-042-4/+30
|
* Bump PORTEPOCH since new DISTVERSION is smaller than previous onelioux2005-03-042-0/+2
|
* Update to 0.8.4alioux2005-03-038-28/+232
|
* - Update to 0.7.1 -- mainly a bug fix release:hq2005-03-034-35/+18
| | | | | | | | | | * fixed merging ac3 streams in avi containers * fixed video bitrate allowed range * fixed compilation without subtitles support * fixed some invalid casts * added x264 support - Add WITH_DEBUG switch
* - Enable some depreciated library functions to fix build ofahze2005-03-023-0/+37
| | | | | multimedia/mjpegtools - Bump PORTREVISION
* - Update to 0.2.38ahze2005-03-023-4/+33
| | | | | PR: 77995 Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
* Respect the user's USE_LINUX setting.trevor2005-03-027-7/+2
|
* Use MASTER_SITE_LOCAL.lofi2005-03-011-1/+2
| | | | Suggested by: kris
* Bump PORTREV as a hint to the package cluster after discussion with krisvs2005-03-011-1/+1
|
* Distsite disappeared, point to fosterhome.lofi2005-03-011-1/+1
|
* - split multimedia/gstreamer-plugins in to individual ports perahze2005-03-0148-2465/+1544
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gstreamer plugin (52 new ports). - Chase changes to ports that used USE_GNOME=gstreamerplugisn to use new USE_GSTREAMER= macro, Bump PORTREVISION's -- Examples of new USE_GSTREAMER macro: USE_GSTREAMER= dvd lame flac .include <bsd.port.mk> If you want to use USE_GSTREAMER after <bsd.port.pre.mk> you must follow one of the examples listed below WANT_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_VORBIS) USE_GSTREAMER+= vorbis .endif or USE_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_FAAD) USE_GSTREAMER+= faad .endif Note: USE_GSTREAMER=yes will always add a dependency to ports/multimedia/gstreamer-plugins -- Thanks to krion for runing this on pointyhat Thanks to kwm for helping with this, and many bug fixes , and updates.
* Don't pass the -d switch to cp(1) as it is a linux-ism.bms2005-02-283-0/+35
| | | | | PR: ports/78086 Submitted by: conrads at cox dot net (with cleanups)
* Change email address in ports maintained by me to barner@FreeBSD.orgbarner2005-02-281-1/+1
| | | | Approved by: arved (mentor)
* BROKEN: Incomplete pkg-plistkris2005-02-281-0/+2
|
* Build WAV-plugin (bump PORTREV)vs2005-02-282-2/+3
| | | | | PR: ports/78122 Submitted by: Zahemszky Gabor via maintainer
* Correct pkg-plist.nobutaka2005-02-272-1/+3
| | | | Submitted by: ade
* - Install documentationpav2005-02-261-3/+8
| | | | | PR: ports/78000 Submitted by: Phil Oleson <oz@nixil.net> (maintainer)
* - Update to 0.0.9pav2005-02-268-17/+185
| | | | | PR: ports/78002 Submitted by: Phil Oleson <oz@nixil.net> (maintainer)
* - Fix build on amd64 [1]pav2005-02-262-5/+12
| | | | | | | | - Switch to bash 3 PR: ports/73746 [1] Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> Approved by: maintainer timeout (4 months)
* Fix "ownership" of lib/bmp/General and make the plugins respect the newvs2005-02-253-21/+8
| | | | | | | world order (i.e. they shouldn't try to remove this directory) Induced by PR: ports/77618 Submitted by: beep-media-player maintainer
* Bump library version number due to last x11-toolkits/fox-develkrion2005-02-251-2/+2
| | | | update.
* - Update to 0.7.0 with the following changes:hq2005-02-244-3/+46
| | | | | | | | | | | | | * Manual cropping and scaling * Custom temporary directory * Rip from DVD structure * Minor UI redesign * Many many fixes - Add a patch to fix the issue that caused error messages to be displayed in the console (incorrect cast) [1] Obtained from: Olivier Rolland <billl@users.sourceforge.net> (author) [1]
* Fix plist with WITH_FREETYPE knobahze2005-02-242-3/+3
|
* - Update to 1.0.0.b2ahze2005-02-2411-213/+177
| | | | | | | | | | | | | | | - 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
* - Incorrect pkg-plist corrected. One directory was left after deinstall.clsung2005-02-221-0/+1
| | | | | PR: ports/77870 Submitted by: Henri Michelon (maintainer)
* Chase updated distfiles.lofi2005-02-221-112/+112
| | | | | PR: ports/77793 Submitted by: maintainer
* - update MASTER_SITESdinoex2005-02-211-4/+4
|
* - Add --with-xvmc-lib configure option to CONFIGURE_ARGS to find libXvMCNVIDIAnobutaka2005-02-211-1/+2
| | | | | | | shared library correctly. - Add WITH_XVMC knob. Submitted by: Jon Spencer <jon@jackson-spencer.ca>
* New port dvd-slideshow. set of scripts to make it easier for me to burn apav2005-02-204-0/+96
| | | | | | | slideshow-style dvd with some simple menus PR: ports/77625 Submitted by: Phil Oleson <oz@nixil.net>
* - Disable scrobbler plugin, port does not expect it and it breaks on 4.xpav2005-02-171-0/+10
|
* Chase libcdio shlib version,arved2005-02-153-5/+6
| | | | Bump PORTREVISION
* - Add mirror which still have the file. It will vanish soon probably, anywaypav2005-02-152-2/+4
| | | | Reported by: krismail
* - Fix plist on amd64 by putting i386 specific items under WITH_VIDIXpav2005-02-141-15/+3
| | | | | | - Fix plist in share/locale area Approved by: maintainer timeout (2 weeks)