summaryrefslogtreecommitdiff
path: root/multimedia (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Correct use of SDL, update lib dependency of SDL [1]Joe Marcus Clarke2003-10-032-2/+25
| | | | | | | | | | | | | * Better DVD device handling for FreeBSD [2] PR: 57475 [1] 57545 Suggested by: Thierry Thomas <thierry@pompo.net> [1] Obtained from: sf [2] Submitted by: maintainer Notes: svn path=/head/; revision=90160
* Add mmpython 0.2, retrieves metadata from mp3, ogg, avi, jpgKirill Ponomarev2003-10-035-0/+184
| | | | | | | | | | and other formats. PR: 55425 Submitted by: larse@isi.edu Notes: svn path=/head/; revision=90110
* Enable IPv6 in XMMSEdwin Groothuis2003-10-031-1/+4
| | | | | | | | | | | | | This patch enables IPv6 in XMMS. Starting from version 1.2.8, XMMS natively supports IPv6. However, it needs to be explicitely enabled on ./configure. PR: ports/57022 Submitted by: Samuel Tardieu <sam@rfc1149.net> Notes: svn path=/head/; revision=90090
* Chase up new MASTER_SITE_SAVANNAH.Edwin Groothuis2003-10-031-1/+2
| | | | | | | | PR: ports/56970 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=90089
* Use USE_SDL.Peter Pentchev2003-10-021-6/+3
| | | | | | | | PR: 57481 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=90030
* Add xmms-status-plugin 1.0,Kirill Ponomarev2003-10-016-0/+59
| | | | | | | | | | XMMS control applet for GNOME 2 panel / KDE tray. PR: 57299 Submitted by: Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=90007
* Update to 0.99.5.Joe Marcus Clarke2003-09-303-4/+3
| | | | | | | | PR: 57432 Submitted by: maintainer Notes: svn path=/head/; revision=89930
* Apply the ffmpeg configure patch conditionally. This patch breaksJoe Marcus Clarke2003-09-304-0/+12
| | | | | | | | | | the build on i386. Reported by: Jeremy Messenger <mezz7@cox.net> Approved by: lioux (implicit) Notes: svn path=/head/; revision=89926
* Chase the libxmms shared lib version.Joe Marcus Clarke2003-09-302-2/+2
| | | | | | | Reported by: Koop Mast <einekoai@chello.nl> Notes: svn path=/head/; revision=89919
* Fix another build problem on ia64.Joe Marcus Clarke2003-09-302-0/+20
| | | | | | | | Submitted by: marcel Approved by: lioux (implicit) Notes: svn path=/head/; revision=89908
* Fix build on ia64.Joe Marcus Clarke2003-09-302-4/+22
| | | | | | | | Submitted by: marcel Approved by: lioux (implicit) Notes: svn path=/head/; revision=89882
* Fix the ESD output sink. With this patch, rhythmbox works again with theJoe Marcus Clarke2003-09-304-0/+56
| | | | | | | | | | gstreamer backend. Approved by: lioux Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=119155 Notes: svn path=/head/; revision=89881
* * Update to 0.92.Joe Marcus Clarke2003-09-285-35/+23
| | | | | | | | | | | | | | | - Important fix of a remote buffer overflow attack via asf streaming - Some minor fixes * Check for the updated KAME ipv6-patch. Looks okay. * Change pkg-message, pointing at at a work-in-progress FAQ PR: 57324 57296 Submitted by: Mezz <mezz7@cox.net> (based on) maintainer Notes: svn path=/head/; revision=89706
* - Remove -pthread from CFLAGS for -current.Hidetoshi Shimokawa2003-09-264-7/+47
| | | | | | | - Distfile has been updated(PAL support). Notes: svn path=/head/; revision=89449
* Remove -Werror to fix build on Alpha.Joe Marcus Clarke2003-09-252-0/+40
| | | | Notes: svn path=/head/; revision=89369
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-2/+2
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* o Add WITH_FREETYPE2 knob: handles optional drawtext vhook pluginMario Sergio Fujikawa Ferreira2003-09-224-2/+34
| | | | | | | | | | o Fixes bento build Submitted by: bento, kris, Steve O'Hara-Smith <steve@sohara.org> Notes: svn path=/head/; revision=89106
* Fix build by removing some bogus plist entries.Joe Marcus Clarke2003-09-211-4/+0
| | | | Notes: svn path=/head/; revision=89092
* Update. Sole change is in mpeglib/lib/util/mmx/cpu_accel.c and appears toWill Andrews2003-09-202-2/+2
| | | | | | | be asm() -> __asm(). Notes: svn path=/head/; revision=89072
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.Will Andrews2003-09-182-2/+2
| | | | Notes: svn path=/head/; revision=89050
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,Joe Marcus Clarke2003-09-1823-74/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users Notes: svn path=/head/; revision=89023
* Chase multimedia/xmms library bump.Edwin Groothuis2003-09-172-2/+2
| | | | | | | | Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Approved by: (unbreak of port builds) Notes: svn path=/head/; revision=89020
* unbreak package at bento(i386/RELENG_4):FUJISHIMA Satsuki2003-09-146-40/+76
| | | | | | | | | | | | | o get rid of hardcoded CONFIGURE_TARGET from pkg-plist. o utilize USE_SDL as pkg-plist includes its modules. o utilize USE_GETOPT_LONG as configure detects libgnugetopt. o utilize PTHREAD_LIBS to avoid linking both libc and libc_r in -STABLE. o supply CPPFLAGS/LDFLAGS to configure to detect ogg/vorbis/id3tag and others. o and add number of modules built accordingly. o then sort pkg-plist. Notes: svn path=/head/; revision=88979
* AlienMind skin is updated.Norikatsu Shigemura2003-09-102-4/+4
| | | | | | | | | | | | Update Cyrus skin in distinfo. Result of diff 2003-02-18 and 2003-09-03. mv readme README PR: ports/56674 Submitted by: Thomas E. Zander <riggs@o503.hadiko.de> (maintainer) Notes: svn path=/head/; revision=88949
* o Chase lib version change of multimedia/xmms. [1]Norikatsu Shigemura2003-09-101-1/+15
| | | | | | | | | | | | | | o Fix build on recent current (by -pthread option is deprecated). [2] o WITH_LANG is added. [2] PR: ports/56630 [1] Submitted by: Guido Berhoerster <ich@guido-berhoerster.org> [1] Tod McQuillin <devin@spamcop.net> [1] Ivanchenko V. I. <webmaster@asiamusic.ru> [1][2] Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer) Notes: svn path=/head/; revision=88947
* Update the Ruby/GNOME2 suite to 0.7.0.Akinori MUSHA2003-09-101-0/+1
| | | | Notes: svn path=/head/; revision=88895
* Update to 0.9.9Mario Sergio Fujikawa Ferreira2003-09-083-6/+2
| | | | Notes: svn path=/head/; revision=88716
* Update to 1.2.8Mario Sergio Fujikawa Ferreira2003-09-083-19/+3
| | | | Notes: svn path=/head/; revision=88715
* Fix build on alpha ARCH machines that do not support MVI code. CheckMario Sergio Fujikawa Ferreira2003-09-081-0/+6
| | | | | | | | | | PR for more information PR: 48506 Submitted by: naddy Notes: svn path=/head/; revision=88714
* chase lib version change of multimedia/xmmsEdwin Groothuis2003-09-082-2/+2
| | | | | | | | PR: ports/56505 Submitted by: Espen Skoglund <esk@ira.uka.de> Notes: svn path=/head/; revision=88702
* Update to 0.4.7Mario Sergio Fujikawa Ferreira2003-09-0714-278/+348
| | | | | | | Submitted by: Steve O'Hara-Smith <steve@sohara.org> Notes: svn path=/head/; revision=88700
* [Maintainer update] multimedia/xmms to 1.2.8Edwin Groothuis2003-09-077-55/+39
| | | | | | | | | | | | | | | | | | Update to xmms 1.2.8. See http://www.xmms.org/next_version.php for a full description. Please note that if you're running -current, some options will be automaticly disabled due to the absence of -pthread in the current gcc. For example, libmikmod might do this because of its --ldadd option: [~] edwin@ref5>libmikmod-config --ldadd -pthread PR: ports/56504 Submitted by: Espen Skoglund <esk@ira.uka.de> Notes: svn path=/head/; revision=88697
* - fix MASTER_SIITESDirk Meyer2003-09-061-1/+1
| | | | | | | http://people.freebsd.org/~fenner/portsurvey/ Notes: svn path=/head/; revision=88650
* - Update to version 0.99.4Kirill Ponomarev2003-09-042-2/+2
| | | | | | | | | | | | o Fix possible crasher due to an old version of glade o Update the subtitle and languages menus after having played a DVD or ogm file PR: 56412 Submitted by: maintainer Notes: svn path=/head/; revision=88507
* Fix operate with libkse/libthr (-CURRENT).Sergey A. Osokin2003-09-041-0/+55
| | | | | | | | | Submitted by: deischen Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer) PR: 56358 Notes: svn path=/head/; revision=88494
* Fix build on -CURRENT.Will Andrews2003-09-032-2/+4
| | | | | | | | Submitted by: Andy Fawcett <andy@athame.co.uk> Tested by: deischen Notes: svn path=/head/; revision=88410
* Additions to win32-codecsEdwin Groothuis2003-09-033-5/+10
| | | | | | | | | | | | | o Add extra Quicktime codecs available from mplayerhq.hu o Update pkg-descr to the current list of codecs o Change website pointer to mplayer codecs page PR: ports/55223 Submitted by: Dominic Marks <dom@wirespeed.org.uk> Approved by: Holger Lamm" <holger@e-gitt.net> (maintainer) Notes: svn path=/head/; revision=88384
* - Update to version 0.99.3Kirill Ponomarev2003-08-313-3/+8
| | | | | | | | PR: 56251 Submitted by: maintainer Notes: svn path=/head/; revision=88223
* - Update to version 0.6.9Kirill Ponomarev2003-08-303-87/+100
| | | | | | | | PR: 56207 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer) Notes: svn path=/head/; revision=88106
* - Update to version 0.9.1Kirill Ponomarev2003-08-304-12/+9
| | | | | | | | PR: 56194 Submitted by: Ports Fury Notes: svn path=/head/; revision=88084
* Enables the audioid suboption for mplayer -tv.Norikatsu Shigemura2003-08-295-1/+54
| | | | | | | | | PR: ports/56125 Patched by: Nikolay Nikolaev <nicknickolaev@yahoo.com> Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer) Notes: svn path=/head/; revision=87968
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-267-4/+7
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Fix build with gettext-0.12.1.Joe Marcus Clarke2003-08-251-0/+10
| | | | | | | Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=87647
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-257-7/+7
| | | | Notes: svn path=/head/; revision=87644
* Update for new device name (/dev/fw?.?).Hidetoshi Shimokawa2003-08-182-3/+3
| | | | Notes: svn path=/head/; revision=87197
* xdvshow uses evil busy loop in the decoding routine and it doesn't workHidetoshi Shimokawa2003-08-182-0/+19
| | | | | | | | | as expected with some thread libraries. For an adhoc workaround for this problem, insert usleep() in the loop to force context switch. The original code should be rewritten using a conditional variable. Notes: svn path=/head/; revision=87196
* Fix breakage introduced by my last commit by restoring the DATADIRJoe Marcus Clarke2003-08-171-0/+2
| | | | | | | | | PLIST_SUB. Reported by: bento via kris Notes: svn path=/head/; revision=87129
* - Fix LIB_DEPENDSKirill Ponomarev2003-08-162-9/+13
| | | | | | | | | | - Fix pkg-plist PR: 55629 Submitted by: Ports Fury Notes: svn path=/head/; revision=87073
* Fix compile error in src/input/input_gnome_vfs.c.MANTANI Nobutaka2003-08-131-0/+11
| | | | | | | Reported by: Mike Harding <mvh@ix.netcom.com>, adamw, Randy Bush <randy@psg.com> Notes: svn path=/head/; revision=86895
* Update xvid to latest release and chase library dependencies in portsMichael Nottebrock2003-08-129-13/+23
| | | | | | | | | that depend on it. Approved by: arved (Mentor) Notes: svn path=/head/; revision=86866