summaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* Update to snapshot 20050530lioux2005-05-312-3/+3
|
* Update to 20050529 snapshotlioux2005-05-302-3/+3
|
* - Depend on shared library of matroska instead of static library sinceahze2005-05-292-2/+2
| | | | it now installs shared library.
* o Update to snapshot 20050528lioux2005-05-292-3/+3
| | | | o .mkv (matroska) container files work again
* Update to 1.4.2lioux2005-05-292-3/+3
| | | | | PR: 80241 Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
* o Update to 0.7.6lioux2005-05-292-4/+10
| | | | | | | o There is a shared library now PR: 80240 Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
* Update to 0.9.0-pre3lioux2005-05-286-12/+6
| | | | | PR: 81190 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
* - Add PTHREAD_LIBS to fix build in tinderbox. Works in non-tinderbox ..ahze2005-05-281-1/+1
| | | | Pointed out by: kris via pointyhat
* - Chase tarball reroll (dang... 4 ports this week)ahze2005-05-271-2/+2
| | | | | | | Only difference is MMX/SSE auto-detection support was added via /proc and darwin support, this will have no effect to freebsd. Reported by: krismail
* - Add gstreamer-plugins-allahze2005-05-265-0/+129
| | | | | | | Meta-port of all gstreamer plugins with options Note: this has OPTIONS below bsd.port.pre.mk but great care has been taken to make sure this works in and out of a tinderbox.
* Grammar nit.adamw2005-05-261-1/+1
|
* o Update to snapshot 20050526lioux2005-05-266-43/+97
| | | | | | | | | o Fix PLIST typos o Improve WITH{,OUT}_BUILTIN_VECTOR Makefile support o Re-enable theora support [1]. This is still being investigated o This version's ffplay recognizes neither .mkv nor .ogm Reviewed by: kwm [1]
* - Update to 0.9.7ahze2005-05-263-14/+3
|
* update libzvbi port to 0.2.16oliver2005-05-261-1/+1
|
* - Update to 2.0.40pav2005-05-262-4/+3
| | | | | PR: ports/81480 Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
* - Add redundant lib depends on libmp4av to mpeg4ip-libmp4v2 to helpahze2005-05-241-1/+3
| | | | | with updating to 1.3 - Bump PORTREVISION
* 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-231-1/+19
|
* I added -g to CFLAGS by error - remove itoliver2005-05-231-1/+1
|
* - mark as broken if WITH_MMX is defined and ARCH is != i386oliver2005-05-232-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-222-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-212-19/+186
| | | | | | - Update x264 patch [1] Mostly obtained from: VLC cvs. [1]
* - Mark broken on 4.xahze2005-05-211-0/+4
|
* Extend nasty -fPIC hack from amd64 to "fix" ia64 buildkris2005-05-211-1/+1
|
* Add ONLY_FOR_ARCHS=i386 since this appears to contain i386 asmkris2005-05-211-7/+3
|
* - Attempt to fix build on alpha and maybe others.ahze2005-05-212-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-191-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-176-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-175-0/+243
| | | | | PR: ports/81097 Submitted by: Remington <TastyNachos@charter.net>
OpenPOWER on IntegriCloud