aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* - Respect X11BASE [1]rafan2006-11-301-0/+2
| | | | | | - Define USE_XLIB since it uses Reported by: pointyhat [1]
* - Update to 0.9.2miwi2006-11-304-18/+48
| | | | | PR: 105951 Submitted by: Rene Ladan<r.c.ladan@gmail.com> (maintainer)
* make buildable on FreeBSD 4oliver2006-11-307-15/+121
| | | | | PR: ports/103769 Approved by: maintainer timeout (62 days)
* - Update to 0.24rafan2006-11-305-325/+33
| | | | | | | | - Add dbus support option - Remove patches merged into upstream PR: ports/105897 Submitted by: Peter Johnson <johnson.peter at gmail.com> (maintainer)
* Fix a crash in the plugin code, and use vfork(2) instead of fork(2).shaun2006-11-272-0/+17
| | | | Submitted by: mi
* Remove stale patchlofi2006-11-271-11/+0
|
* Update to 1.1.2lofi2006-11-272-4/+4
|
* - Update to 1.3miwi2006-11-234-16/+14
| | | | | PR: ports/105769 Submitted by: nivit@email.it (Nicola Vitale) (maintainer)
* Fix plist when the REALPLAYER option is not selected.shaun2006-11-222-3/+7
| | | | | PR: ports/105725 (partial) Submitted by: Christian Laursen <xi@borderworlds.dk>
* Mark BROKEN again on ia64.shaun2006-11-221-1/+5
|
* - Update to 1.0rc1, which brings goodies like native WMV9/VC-1 playback, fasterpav2006-11-219-181/+120
| | | | | | | | h.264 decoding, ability to switch audio stream during DVD playback and much more Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer) Thanks to: itetcu
* Fix the INDEX build for the old FreeBSD (4.x).mezz2006-11-191-0/+5
| | | | | Reported by: a few Submitted by: shaun
* GNUstep port of MPlayerOSXdinoex2006-11-185-0/+136
| | | | | | | | | | | | | Mplayer.app have many useful features: * PlayList * Statistics * Info Panel * Fullscreen * Add/remove subtitles * Full source code available * Sttings and Preferences Panel WWW: http://www.sonappart.net/gnustep/mplayer/
* BROKEN: Incomplete pkg-plistkris2006-11-172-0/+4
|
* Poe: A Pugnacious Ogg Editor. Poe is a vorbis comment editor. It tries todinoex2006-11-175-0/+110
| | | | | | | | | | follow the vorbis comment header specification closely, while being convenient and flexible to use. Towards that end, it doesn't have a static 'form' style interface. Instead, it has an editable table of comments. The contents of the table change dependent upon preference settings, and what comments are in the ogg file you are editing. WWW: http://www.eskimo.com/~pburns/Poe/
* Track libnotify updatejylefort2006-11-141-2/+2
|
* Fix build with latest x264ahze2006-11-131-3/+14
| | | | | Reported and tested by: Pav Forgotten by: ahze
* - Fix pkg-plistmiwi2006-11-132-5/+12
| | | | | | | | - Add dbus optional - Bump PORTREVISION PR: 105438 Submitted by: Max Brazhnikov<makc@issp.ac.ru> (maintainer)
* - Update to 1.2miwi2006-11-134-17/+10
| | | | | PR: 105459 Submitted by: nivit@email.it (Nicola Vitale) (maintainer)
* MASTER_SITE_GNOME no longer mirrors gstreamer 0.8ahze2006-11-121-3/+1
|
* Fix the autocheck for the new path of gtk20 (X11BASE -> LOCALBASE).mezz2006-11-111-1/+1
| | | | | | PR: ports/104480 Submitted by: Raaf <raaf@luna.afraid.org> Approved by: FreeBSD GNOME Team introduced the breakage, we fix it.
* 1. Fix problems with pkg-plist when WITHOUT_NLS or WITH_ICONS are truebsam2006-11-093-20/+23
| | | | | | | | 2. Don't smash modification times gratuitously 3. Update to 10.0.8.805-20060718 PR: 105280 Submitted by: "Eric P. Scott" <eps+pbug0611 at ana.com>
* update libzvbi to 0.2.23oliver2006-11-091-1/+1
|
* Fix build of 4.x INDEX by backing out of last commitahze2006-11-081-2/+1
| | | | will have to find a real fix later
* Only include Makefile.common on 5.x+ since it contains code that 4.x makeahze2006-11-081-4/+4
| | | | | | doesn't like. Note that gstreamer-plugins is still marked IGNORE on 4.x Reported by: Nicki de Wet <nicki@astcape.co.za>
* Revert back the previous commit, remove RUN_DEPENDS:bsam2006-11-081-3/+1
| | | | | | | | | | | | - graphics/linux-png - graphics/linux-gdk-pixbuf [1] They are not needed to run linux-realplayer. PORTREVISION is not bumpted since the package should never be created (graphics/linux-gdk-pixbuf is marked as CONFLICTS with another running dependency x11-toolkits/linux-gtk2). PR: 105140 [1] Submitted by: Nicholas Taylor <net20 at cam.ac.uk> [1]
* This utility rips Music and Sound class objectsmiwi2006-11-075-0/+56
| | | | | | | | | | | | | from .umx and .uax files in Unreal or Unreal Tournament. It rips all the exports in the file that it understands (currently 'xm', 'it', 's3m', and 'WAV'). Adding support for an export is fairly trivial, so you can add them in a minute or two. WWW: http://pages.cthome.net/chrismp/umr/ PR: ports/104696 Submitted by: Alexander Logvinov <ports@logvinov.com>
* Mark BROKEN on 4.x, does not buildahze2006-11-072-0/+2
| | | | Reported by: pointyhat via kris
* - Update gxine to 0.5.8.alepulver2006-11-0710-46/+76
| | | | | | | - Add LIRC option (default off). PR: ports/105201 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
* - Update to 0.17clsung2006-11-063-6/+6
| | | | | PR: ports/105199 Submitted by: chinsan
* Test WITH_FLAC instead of WITHOUT_FLAC.lawrance2006-11-042-2/+2
| | | | Reported by: kris
* Mark DEPRECATED since not many programs use gstreamer80 anymore andahze2006-11-042-0/+5
| | | | code rot has already hit a few gstreamer80 plugins.
* Fix x264ahze2006-11-041-4/+6
|
* - Fix build with latest x264ahze2006-11-041-3/+15
| | | | Reported by: pointyhat via kris
* - update to 0.9.3.pb2006-11-033-4/+9
| | | | - add missing run dependencies.
* - Add mastersite.jmelo2006-11-011-2/+2
| | | | | | | - Pass maintainership. PR: ports/104106 Submitted by: Lars Engels <lars.engels@0x20.net>
* - Add mastersite.jmelo2006-11-011-3/+4
| | | | | | | - Pass maintainership PR: ports/104105 Submitted by: Lars Engels <lars.engels@0x20.net>
* - Mark for removal in 2 months (No new releases in the past 5 years)miwi2006-11-011-0/+2
|
* - Pass maintainership to submittermiwi2006-11-011-1/+1
| | | | | | (Notes: request of ports@ http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036304.html ) Submitted by: Conrad J. Sabatier <conrads at cox.net>
* Remove expired leaf ports:vd2006-10-3110-184/+0
| | | | | | | | | 2006-10-26 archivers/linux-unace 2006-10-12 audio/gdesklets-cornerxmms 2006-10-12 deskutils/gdesklets-sensor-displayconstraints 2006-10-17 devel/sdl_ldbad 2006-10-27 lang/pdss 2006-10-17 multimedia/slideshow
* Add a port option to build with FLAC support.lawrance2006-10-314-4/+26
| | | | | | PR: ports/104155 Submitted by: Roland Smith <rsmith@xs4all.nl> Approved by: Stepan Zastupov <redchrom@gmail.com> (maintainer, timeout 3 weeks)
* Tidy up.lawrance2006-10-312-4/+4
| | | | | PR: ports/104101 Submitted by: Stepan Zastupov <redchrom@gmail.com> (maintainer)
* - Fix with Python 2.5.alepulver2006-10-311-0/+307
| | | | | PR: ports/104451 Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer)
* - Update to 0.9.0.20061020ahze2006-10-313-20/+43
|
* - Update to 0.0.20061030ahze2006-10-316-22/+40
|
* Unbreak by making fetchable againmarkus2006-10-271-3/+1
| | | | | | PR: ports/104162 Submitted by: Pawel Pekala <c0rn@o2.pl> Approved by: portmgr (erwin), maintainer timeout (2 weeks)
* Add two more run-time dependencies to ensure, the installed realplaymi2006-10-271-1/+3
| | | | | | works "out of the box". Approved by: portmgr (erwin)
* Correct the PORTREVISION= -> PORTREVISION?= for the slave ports.mezz2006-10-241-1/+1
| | | | | Pointyhat: mezz Approved by: portmgr (implicit, marcus)
* - Fix the missing dependencies for DVD, it needs ugly and mpeg2dec ofmezz2006-10-243-2/+17
| | | | | | | | | | | gstreamer plugins to get DVD function. - Fix the eject by add a patch to use cdcontrol. Same patch as in nautilus-cd-burner/files/patch-src_nautilus-burn-drive.c. - Bump the PORTREVISION on both totem and totem-gstreamer. PR: ports/76633 Submitted by: Kevin Oberman <oberman@es.net> Approved by: portmgr (marcus)
* Fix the ensure_current_registry_forking() fails if zombie already killed bymezz2006-10-222-0/+99
| | | | | | | | | | | signal handler. Patch was took from Ubuntu. Bump the PORTREVISION. https://launchpad.net/distros/ubuntu/+source/control-center/+bug/59217 http://bugzilla.gnome.org/show_bug.cgi?id=355499 PR: ports/104617 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> Approved by: portmgr (marcus)
* Second try to fix the pygst.pyc to avoid multimedia/quodlibet pokes on thismezz2006-10-221-7/+3
| | | | | | | | file when quodlibet installed. Generate the file in ${PYTHON_SITELIBDIR} rather than in ${WRKSRC} that seems help. Bump the PORTREVISION. Reported by: pointyhat (in quodlibet log) Approved by: portmgr (kris)
* - Fix pkg-plistmiwi2006-10-214-4/+23
| | | | | | | - Bump Portrevision Submitted by: Pointyhat via kris Approved by: portmgr (erwin), maintainer
* BROKEN: Incorrect pkg-plistkris2006-10-211-0/+2
| | | | Approved by: portmgr (self)
* Fix build for users trying to upgrade audacious, by removing CPPFLAGSlawrance2006-10-202-4/+2
| | | | | | | | | assignment from the port Makefile. It was causing header conflicts between the previously installed version and the port build. PR: ports/104101 Submitted by: Roland Smith <rsmith@xs4all.nl> Approved by: portmgr (erdwin)
* Do not remove dbus directories that are owned by devel/dbus.marcus2006-10-182-3/+1
| | | | | Reported by: pointyhat via kris Approved by: portmgr (implicit)
* - multimedia/gmencoder now has the correct plist after the GNOME update.stas2006-10-181-2/+0
| | | | | | PR: ports/103916 Submitted by: "Pawel Pekala" <c0rn@o2.pl>, me (stas) Approved by: portmgr (erwin)
* BROKEN: Touches filesystem prior to 'make install'kris2006-10-161-0/+2
| | | | Approved by: portmgr (self)
* Unbrake build in -DWITHOUT_X11 case by --disable-fontconfig.itetcu2006-10-151-1/+2
| | | | | | | PR: ports/104340 Submitted by: Jeremie Le Hen <jeremie@le-hen.org> Approved by: maintainer (Thomas E. Zander) Approved by: portmgr (clement)
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-1424-116/+131
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* Add new entries for:marcus2006-10-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | accessibility/orca audio/gstreamer-plugins-pulse audio/pulseaudio devel/dbus-glib devel/gnome-vfs-monikers editors/gedit-plugins misc/pciids multimedia/gstreamer-plugins-annodex multimedia/gstreamer-plugins-bz2 sysutils/hal sysutils/hal-device-manager sysutils/gnome-mount sysutils/gnome-power-manager sysutils/gnome-volume-manager sysutils/policykit sysutils/gstreamer-plugins-hal www/gstreamer-plugins-neon Approved by: portmgr (implicit, kris)
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-10-1442-579/+579
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann <pneumann@gmail.com> tmclaugh mux Yuri Pankov <yuri.pankov@gmail.com> chinsan Thomas <freebsdlists@bsdunix.ch> Brian Gruber <knightbg@yahoo.com> Franz Klammer <klammer@webonaut.com> Dominique Goncalves <dominique.goncalves@gmail.com> Pascal Hofstee <caelian@gmail.com> Yasuda Keisuke <kysd@po.harenet.ne.jp> backyard <backyard1454-bsd@yahoo.com> Andris Raugulis <endrju@null.lv> <endrju@null.lv> Eric L. Chen <d9364104@mail.nchu.edu.tw> Pawel Worach <pawel.worach@gmail.com> QuiRK on #freebsd-gnome Shane Bell <decept0@gmail.com> luigi sajd on #freebsd-gnome sat Chris Coleman <chrisc@vmunix.com> kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz <joeldiaz@mac.com> Enjoy! Approved by: portmgr (implicit, kris)
* Revert previous commit, I had stale i386 headers on my amd64kris2006-10-121-1/+1
| | | | Approved by: portmgr (self)
* Revert previous commit, I had stale i386 headers on my amd64 box.kris2006-10-121-0/+2
| | | | Approved by: portmgr (self)
* - Update to 0.7.5clsung2006-10-103-41/+31
| | | | | | PR: ports/104140 Submitted by: chinsan Approved by: maintainer (Phil Oleson)
* Add patches from upstream:hq2006-10-102-0/+82
| | | | | | - Fix build on amd64 - Fix build with mplayer < 1.0pre8 - Fix audio overhead
* - Update to 0.10.0-rc4hq2006-10-105-49/+63
| | | | - Unbreak (fix pkg-plist)
* Remove bmpx-devel, it is obsolete.novel2006-10-108-402/+0
|
* Update to 0.32.0.novel2006-10-103-137/+181
|
* - Expose one more headersat2006-10-091-4/+6
| | | | | | - Bump portrevision Submitted by: mi
* - Unbreak port.shaun2006-10-095-25/+105
| | | | | | | - Mozilla plug-in is optional, but we need Mozilla (or another Gecko browser) to compile it. - Dump the error log to stdout on failure when a building package. - Update primary master site; add mirror.
* - Move to LOCALBASEstas2006-10-087-46/+41
| | | | | | | | | | | - Use new EFL framework - Update all e17 ports to the lates stable cvs snapshot - Add additional knobs/options to ports makefiles to control the feature set - Add a bunch of new e17 applications/libraries - Minor improvements/modification. Approved by: vanilla (old maintainer), sem (mentor)
* Disable bktr on !i386kris2006-10-081-2/+2
|
* * Fix build with SDLkris2006-10-082-5/+14
| | | | | | * Fix build on amd64 Pointy hat to: lioux
* - Add backup MASTER_SITESmiwi2006-10-071-1/+3
| | | | | | PR: ports/103953 Submitted by: Kyryll A Mirnenko <mirya@matrix.ua> Approved by: raaf (maintainer)
* - Disable gtk frontend of 4.xahze2006-10-072-8/+10
| | | | Reported by: kris mail
* - Add the REALPLAYER and QUICKTIME(off) OPTIONS. If QUICKTIME OPTION is off,acm2006-10-073-41/+65
| | | | | | | | this port could install without problem of vulnerabilities. - Bump PORTREVISION - Other few modifications Sponsored by: FreeBSD Bugathon
* - Fix build by forcing known good CFLAGSpav2006-10-071-0/+1
| | | | | | PR: ports/103832 Submitted by: Randy Pratt <bsd-unix@earthlink.net> Approved by: M. Yu. Brazhnikov <makc@issp.ac.ru> (maintainer)
* Log from Maintainer:miwi2006-10-074-26/+36
| | | | | | | | | | | | | | | | | | | | | | mplayer does not necessarily these config files to work properly. They are needed however if one wants to set system-wide defaults different from mplayer's built-in settings. Therefore, o these files have more example character and are now installed in ${PREFIX}/share/mplayer/examples/etc o this is mentioned in files/pkg-message.in Also there are further cleanups: o The port now recognizes the new skin dir accorting to ports/103891. Please commit these two diffs together in order to maintain dependency consistency o pkg-message in the port root dir should be removed from the tree as we are using files/pkg-message.in for quite some time now PR: ports/103892 Submitted by: Denis Eremenko <moonshade@pnhz.kz> Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer)
* - Fix build problemesmiwi2006-10-073-1904/+1904
| | | | | | PR: ports/103891 Submitted by: Denis Eremenko <moonshade@pnhz.kz> Approved by: "Thomas E. Zander" <riggs@rrr.de>
* Add CONFLICTS with the recently added port multimedia/pvrxxx.alepulver2006-10-061-0/+2
| | | | | PR: ports/102765 Submitted by: usleepless <usleepless@gmail.com>
* Add multimedia/pvrxxx, a patched version of pvr250 to support 150/500 cards.alepulver2006-10-068-35/+1577
| | | | | PR: ports/102765 Submitted by: usleepless <usleepless@gmail.com>
* Get this port to generate the .pyc and .pyo files, because other ports willmezz2006-10-062-3/+12
| | | | | | | | creating them and causing the plist error. See ee multimedia/quodlibet for an example. Bump the PORTREVISION. PR: ports/103985 Submitted by: Alexander Botero-Lowry <alexbl@freebsd.org>
* - Update to 1.1.1miwi2006-10-053-9/+4
| | | | | PR: ports/103849 Submitted by: nivit(at)email.it (Nicola Vitale) (maintainer)
* Catch-up with multimedia/x264's libx264 version bump.itetcu2006-10-041-1/+1
| | | | Pontyhat to: ahze
* - Update to 0.15clsung2006-10-043-5/+6
|
* - Chase multimedia/x264 updaterafan2006-10-031-2/+2
| | | | | PR: ports/103912 Submitted by: Anish Mistry <amistry at am-productions.biz> (maintainer)
* o Fix build: Rollback modification of files/patch-libavcodec_x264.clioux2006-10-032-1/+12
| | | | | | | o Bump PORTREVISION (Some ARCHs build but should be rebuilt) PR: 103889 Submitted by: Hans Nieser <h.nieser@xs4all.nl>
* - Update to 0.14clsung2006-10-032-4/+4
|
* - Remove unneeded patchahze2006-10-016-46/+20
| | | | | | | - Fix plist Reported by: Kostik Belousov <kostikbel@gmail.com> Pointyhat to: me
* - Chase x264 updateahze2006-10-017-12/+12
|
* - Update to 0.0.20060926ahze2006-10-018-54/+100
| | | | - Add an option for a gtk encoder frontend
* Flip over to NOT_FOR_ARCHS=sparc64kris2006-09-291-1/+1
|
* Flip over to NOT_FOR_ARCHS=sparc64 which does not have bktr supportkris2006-09-291-1/+1
|
* Builds on amd64, assuming elsewhere tookris2006-09-291-2/+0
|
* Also builds on amd64kris2006-09-291-1/+1
|
* Now builds on amd64, assuming it's fixed elsewhere tookris2006-09-291-1/+0
|
* Don't override x-mplayer2.desktop file from kdelibsarved2006-09-273-1/+25
| | | | | | Add missing @dirrm for obscure locale directories Reported by: pointyhat
* - Update to 1.0rafan2006-09-272-4/+4
| | | | | PR: ports/103674 Submitted by: Nicola Vitale <nivit at email.it> (maintainer)
* - update to 0.23.1alexbl2006-09-273-154/+153
| | | | | | | | - transfer maintainership to submitter PR: 102631 Submitted by: Peter Johnson <johnson.peter@gmail.com> Approved by: novel (mentor), maintainer timeout (3 weeks)
* Update mplayer/Abyss to version 1.6.bsam2006-09-272-5/+5
| | | | | | PR: 103535 Submitted by: bsam (me) Approved by: Thomas E. Zander <riggs at rrr.de> (maintainer)
* Upgrade to 0.05.sumikawa2006-09-262-5/+11
|
* - Update to 0.13clsung2006-09-252-5/+5
| | | | | | | - Transfer to perl@ for maintaining this port PR: ports/103545 Submitted by: maintainer (Gea-Suan Lin)
* Fix build on 4.x: fix devel/sdl header includelioux2006-09-253-12/+17
| | | | | PR: 102431 Submitted by: Shaun Amott <shaun@FreeBSD.org>
* Update MASTER_SITESlioux2006-09-251-1/+1
| | | | | PR: 97729 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* Update to 0.9.3lioux2006-09-256-10/+32
| | | | | PR: 103452 Submitted by: ale
* - Update to pwcbsd-1.3.1miwi2006-09-252-6/+9
| | | | | | | | - Fixes build with new SDL port - Minor bugfixes PR: ports/103562 Submitted by: Raaf <freebsd@luna.afraid.org> (maintainer)
* - Don't install programming reference PORTDOCS since we now have dirac-referenceahze2006-09-252-1655/+33
|
* - Add dirac-referenceahze2006-09-253-0/+1636
| | | | Programming reference for dirac
* - Update to 0.98.1pav2006-09-2416-257/+358
| | | | | PR: ports/103528 Submitted by: Rainer Alves <rainer.alves@gmail.com> (maintainer)
* BROKEN: Incomplete pkg-plistkris2006-09-241-0/+2
|
* Reassign from inactive maintainer, to new maintainer who has been submittinglinimon2006-09-241-1/+1
| | | | | | PRs for updates. Hat: portmgr
* - Fix building with recent version of gcc (3.4.6) [1]stas2006-09-242-2/+27
| | | | | | | | | - Test for pcvt_ioctl.h existence as it was removed recently. Include iokb.h instead if its'nt exists. [1] - Replace deprecated variable. [2] Submitted by: [1] Rainer Alves <rainer.alves@gmail.com>, [2] me (stas) Approved by: sem (mentor)
* - Fix SDL-dependent ports broken by last update.stas2006-09-216-20/+1
| | | | Approved by: kris (portmgr), sem (mentor)
* - Fix build after SDL updatemich2006-09-201-4/+0
| | | | Submitted by: stas
* Update to 0.8.2arved2006-09-203-26/+40
| | | | Make lame plugin optional.
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-2028-102/+51
| | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
* Fix plist.lofi2006-09-192-0/+2
|
* - Add srpm checksumssat2006-09-183-0/+9
| | | | Reported by: pointyhat via kris
* Now builds on sparc64kris2006-09-181-4/+0
|
* BROKEN: Incomplete pkg-plistkris2006-09-171-0/+2
|
* BROKEN: Unfetchablekris2006-09-171-0/+2
|
* BROKEN: Does not compilekris2006-09-171-0/+2
|
* BROKEN: Incomplete pkg-plistkris2006-09-171-0/+2
|
* Add port multimedia/linux-libtheora - Linux version of multimedia/libtheorasat2006-09-177-0/+85
|
* - faad gstreamer now buildsahze2006-09-141-1/+0
|
* - Attempt to fix plist on 4.xahze2006-09-142-4/+8
| | | | Reported by: kris mail
* - Mark BROKEN on 4.xahze2006-09-141-0/+1
| | | | Reported by: kris mail
* Mark win32-codecs as FORBIDDEN. The quicktime browser plugin couldremko2006-09-141-0/+1
| | | | | | | | | lead to Remote code execution. See http://vuxml.FreeBSD.org/24f6b1eb-43d5-11db-81e1-000e0c2e438a.html for more information. With hat: secteam
* Fix KControl. Paving the road to a peaceful coexistence with GNOME inlofi2006-09-144-4/+14
| | | | | | | ${LOCALBASE} takes more patching than expected. PR: ports/103242 Submitted by: Kyryll A Mirnenko <mirya@matrix.ua>
* - Fix build on gstreamer-plugins-faad80 & remove BROKENahze2006-09-141-0/+21
|
* - Fix runtime with new faadahze2006-09-133-0/+82
|
* - Update to 1.0a7miwi2006-09-133-14/+14
| | | | | | PR: ports/102435 Submitted by: Raaf <raaf(at)luna.afraid.org> Approved by: maintainer timeout
* KDE 3.5.4 / KOffice 1.5.2lofi2006-09-1313-125/+45
|
* Update to 1.4.5.marcus2006-09-122-4/+4
|
* - Add CONFLICTS with bmpx-develnovel2006-09-101-1/+3
| | | | - Pet portlint by using USE_LDCONFIG instead of INSTALLS_SHLIB
* Fix plist.novel2006-09-102-0/+21
| | | | Reported by: pointyhat via kris
* - Fix plistnovel2006-09-102-5/+23
| | | | - Unmark BROKEN/DEPRECATED
* - Update to 1.1.2novel2006-09-106-70/+86
| | | | | | | - Introduce WITHOUT_NLS knob PR: 103074 (based on) Submitted by: maintainer
* Add a missing file in post-patch for /dev/dvd -> ${DEFAULT_DVD_DEVICE} tomezz2006-09-102-2/+3
| | | | fix the totem-gstreamer with DVD. Bump the PORTREVISION in totem-gstreamer.
* Fix pkg-plist to include all files that are installed by this port andse2006-09-092-10/+16
| | | | | | | | | | to omit files touched but not created. Some existing files are apperently modified when this port is installed. Dealing with this correctly during package installation or deletion will require further changes ... Reported by: Pointyhat
* Update mastersite.linimon2006-09-081-1/+2
| | | | | | PR: 103003 Submitted by: maintainer Forgotten by: linimon
* Reset maintainer at his request.linimon2006-09-081-1/+1
| | | | PR: 102997-103001, 103003
* - add iriverterahze2006-09-075-0/+81
| | | | | | | | A cross-platform frontend to mencoder designed to facilitate the conversion of almost any video format to one that is playable on various multimedia players. WWW: http://iriverter.sourceforge.net/
* Reset inactive maintainer who has not responded to email.linimon2006-09-052-2/+2
| | | | Hat: portmgr
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
| | | | Hat: portmgr
* add vodcatcher 1.3.3ijliao2006-09-054-0/+41
| | | | Video podcast client for the command line
* add podcatcher 1.3.5ijliao2006-09-054-0/+41
| | | | Podcast client for the command line
* - Maintainer reports: [1]shaun2006-09-054-34/+114
| | | | | | | | | | | | | | | | | | | | | | This is a cumulative update to the mplayer port addressing several issues: o imake handling for audio-only-mplayer corrected. o Adapt mplayer to recent x264 API changes. Reported by David Warren. Obtained from official mplayer CVS. o Correct internal libtremor handling on amd64 arch, by Aleksey Salow. o Correct VIDIX playlists on amd64 arch. o Proper handling of the speex codec and the polyp sound server, reported by Ion-Mihai Tetcu. - Fix OPTIONS checking logic - this caused the default package to have way too many dependencies (e.g. Linux, and i386-specific ports). - Fix build on FreeBSD 4.x [2] PR: ports/102493 [1], ports/102570 [2] Submitted by: Thomas E. Zander <riggs@rrr.de> [1], Ports Fury [2] Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer) [2]
* - Update to 1.0.r4.3itetcu2006-09-046-17/+39
| | | | | | | - Add knob WITH_XINE (vs mplayer) PR: ports/102277 Submitted by: Nicola Vitale (maintainer)
* NO_PACKAGE and NO_CDROM are superfluouskris2006-09-032-4/+0
|
* NO_PACKAGE and NO_CDROM are not appropriate; use RESTRICTED here insteadkris2006-09-031-2/+1
|
* Update to 0.9.2.pb2006-09-037-166/+43
|
* Schedule these ignored ports for termination on 2006-12-01kris2006-09-032-0/+4
|
* Schedule these broken ports for termination on 2006-12-01kris2006-09-036-0/+12
|
* Fix pkg-plist.sumikawa2006-09-011-2/+2
|
* BROKEN: Incomplete pkg-plist (needs to use gettext infrastructure)kris2006-09-011-0/+2
|
* - Mark gstreamer-plugins-libvisual80 IGNORE on 4.xahze2006-08-311-0/+3
| | | | Reported by: kris via pointyhat
* - Fix patching added in previous revision, and add ia64 to the mixpav2006-08-302-6/+6
| | | | Submitted by: vd
* Upgrade to 0.04.sumikawa2006-08-302-4/+4
|
* - Update pkg-descrahze2006-08-292-8/+2
| | | | - Adopt port for multimedia@
* - Update to 0.5.7pav2006-08-2911-70/+95
| | | | | | | | - Provide WITHOUT_NLS knob PR: ports/101530 Submitted by: Max Brazhnikov <makc@issp.ac.ru> Approved by: maintainer timeout (1 and half month)
* - Tell consumers to link -fPIC enabled library on amd64pav2006-08-292-2/+18
| | | | Fixes libxine build
* - Use exec in wrapper script, as per Porter's Handbookpav2006-08-282-1/+2
| | | | | PR: ports/102478 Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer)
* BMPx is a media player that features support for specifications likenovel2006-08-277-0/+381
| | | | | | | | | | | | | | | | | | | | XDS DnD, XSPF and DBus. BMPx is highly interoperable and integrates well with other applications and a variety of desktop environments. Features: * Last.FM Support * Tracklist based playback * Media Library * Radio streams lister * Relation type library * Tags/Labels, with which you can categorize your music in whatever way you see fit (think GMail "Labels") * Playback History instead of a hardcoded previous/next mechanism * Flow Plugins, which can take control over the playback flow and trough wich it is possible to control the playback in whatever way you see fit, given the right flow plugin. WWW: http://beep-media-player.org/
* - Make dependency to graphics/aalib optional and add WITH_AALIB knob.nobutaka2006-08-272-7/+15
| | | | - Rename WITH_LIBCACA to WITH_CACA to conform with KNOBS.
* - Remove dependency to math/djbfft.nobutaka2006-08-272-18/+43
| | | | | | | | | | - Use libdts and libmad from ports instead of ones from the xine distribution. [*] - Make dependency to graphics/aalib, graphics/ImageMagick and x11-toolkits/gtk20 optional. [*] - Add WITH_AALIB, WITH_IMAGEMAGICK and WITH_GTK2 knobs accordingly. [*] Suggested by: bland [*]
* Fix the build with the update of x264.mezz2006-08-261-0/+11
| | | | Reported by: Till Haselmann <haselmann@computernoma.de>
* A wrapper class for ffmpeg command line utility.sumikawa2006-08-245-0/+34
| | | | WWW: http://search.cpan.org/~mizzy/FFmpeg-Command/
* - Don't add gmake to RUN_DEPENDS via RUN_DEPENDS=${BUILD_DEPENDS}ahze2006-08-221-1/+3
| | | | | PR: 102350 Submitted by: György Teubel <tgyurci@freemail.hu>
* Add snd-music-duplicates 1.9.8, locate and remove duplicated musicrafan2006-08-225-0/+55
| | | | | | | files. PR: ports/102247 Submitted by: Simon Olofsson <simon at olofsson.de>
* - Update all codec to all-20060611mnag2006-08-213-7/+8
| | | | | PR: 100445 Approved by: maintainer timeout (34 days)
* -Fix three typo of CONFIGURE_ARGS. [2]mezz2006-08-201-7/+7
| | | | | | | | | | | -Fix a typo of LIB_DEPENDS. [3] -INSTALLS_SHLIB is deprecated, use USE_LDCONFIG instead. [3] -Make portlint more happy. [3] -Bump the PORTREVISION. PR: ports/102139 [2], ports/102309 [3] Submitted by: Raaf <raaf@luna.afraid.org> [2], chinsan <chinsan.tw@gmail.com> [3]
* -Fix the build with WITH_CORBA. [1]mezz2006-08-202-8/+20
| | | | | | | | | | | | | -Fix three typo of CONFIGURE_ARGS. [2] -Fix a typo of LIB_DEPENDS. [3] -INSTALLS_SHLIB is deprecated, use USE_LDCONFIG instead. [3] -Make portlint more happy. [3] -Bump the PORTREVISION. PR: ports/101263 [1], ports/102139 [2], ports/102309 [3] Submitted by: Jacula Modyun <jacula@gmail.com> [1], Raaf <raaf@luna.afraid.org> [2], chinsan <chinsan.tw@gmail.com> [3]
* - Move to LOCALBASE, force by bumping PORTREVISIONitetcu2006-08-162-1/+8
| | | | | | | - Pet portlint, use USE_LDCONFIG and INSTALLS_ICONS PR: 101671 Submitted by: Rene Ladan (maintainer)
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-157-7/+7
| | | | | | | | - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Mark BROKEN on 4.xahze2006-08-151-4/+3
| | | | Reported by: kris mail
* - remove obsolete LIBTOOLFILESnovel2006-08-131-3/+3
| | | | | | | - add INSTALLS_ICONS - add vorbis to USE_GSTREAMER so ogg was actually usable just after the installation - bump PORTREVISION
* Install to /... instead of to /...se2006-08-121-2/+2
|
* - Try to remove some locale directories that are not in mtree file [1]rafan2006-08-122-5/+14
| | | | | | | | | | - Define USE_GETTEXT [1] - Bump PORTREVISION for changes above [1] - Reorder RUN_DEPENDS to pet portlint(1) [2] PR: ports/101498 [1] Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> [1], rafan [2] Approved by: Soren Dossing <netcom at sauber.net> (maintainer)
* - Update with new x264ahze2006-08-111-0/+20
|
* - Disable dirac support until its fixedahze2006-08-111-6/+6
| | | | Reported by: many
* With permission from maintainer, revert to ports@.linimon2006-08-111-1/+1
| | | | Hat: portmgr
* Resetting maintainer due to no response to email about commit bit status.linimon2006-08-112-2/+2
| | | | | | We hope to see him back again sometime. Hat: portmgr
* - Fix build with x264ahze2006-08-101-0/+20
|
* - Fix build with x264ahze2006-08-103-0/+33
| | | | Reported by: many
* - Fix build with x264ahze2006-08-101-0/+11
|
* - Depend on gpac>=0.4.0.r2,1ahze2006-08-102-0/+2
|
* - Quote INSTALL valuesat2006-08-091-1/+1
| | | | Requested by: Karol Barski <lollinus@gmail.com>
* - Chase libver bump in x264ahze2006-08-094-6/+8
|
* - Back out of part of the last commit, don't need to move to LOCALBASEahze2006-08-091-5/+4
| | | | yet
* - Chase libver bump in x264ahze2006-08-093-5/+8
|
* - chase libver bump in x264ahze2006-08-092-4/+4
|
* - Chase x264 libver bumpahze2006-08-091-2/+2
|
* - Fix plistahze2006-08-092-2/+2
|
* - Update to 0.0.20060808ahze2006-08-098-62/+18
|
* - Update to 0.4.2-rc2ahze2006-08-094-18/+25
|
* - Mark BROKEN with new diracahze2006-08-091-0/+2
| | | | Pointed out by: pointyhat via kris
* - Bump PORTREVISON for previous changesrafan2006-08-081-1/+1
|
* - Move js from build/run depends to lib depends now thatsat2006-08-081-3/+2
| | | | | | spidermonkey installs a versioned lib Approved by: Anish Mistry <amistry@am-productions.biz> (maintainer)
* - Fix PLIST: Remove locale dirs not contained in BSD.x11-4.distgarga2006-08-072-1/+3
| | | | | | | | - Use USE_LDCONFIG instead INSTALLS_SHLIB PR: ports/101501 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Approved by: Miguel Mendez <mmendez at energyhq.be> (maintainer)
* - Fix PLIST: Remove locale dirs not contained in BSD.x11-4.distgarga2006-08-074-2/+8
| | | | | | | | | - Bump PORTREVISION - Use USE_LDCONFIG instead INSTALLS_SHLIB PR: ports/101507 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Approved by: Stepan Zastupov <redchrom at gmail.com> (maintainer)
* Fix pkg-plist.bms2006-08-072-0/+2
| | | | Bump PORTREVISION.
* - Mark BROKEN: does not configurepav2006-08-071-0/+1
| | | | Reported by: krismail
* - Remove .svn in post-extract stagerafan2006-08-071-1/+4
| | | | | | | | | | Fix pointyhat build - pet portlint(1), use TAB instead of SPACE PR: ports/101460 Noticed by: pointyhat via erwin Submitted by: rafan Approved by: Thomas E. Zander <riggs at rrr.de> (maintainer)
* - Require perl from portssat2006-08-061-1/+7
| | | | Reported by: pointyhat via kris
* - Update to 5.1miwi2006-08-063-6/+9
| | | | | | PR: ports/101203 Submitted by: Nicola Vitale <nivit(at)email.it> maintainer Approved by: markus (co mentor)
* Update to 1.4.4.marcus2006-08-063-6/+9
|
* Apply some user-requested changes to the mplayer port:itetcu2006-08-052-13/+21
| | | | | | | | | o Have mga xvidix driver autodetect memory, reported by Andre Albsmeier o Remove PKGSUFFIX stuff, instead port name is always "mplayer" o Use win32 real player codecs if the user prohibits linux-realplayer interaction PR: ports/101224 Submitted by: Thomas E. Zander (maintainer)
* Add some substantial improvements to the helixplayer port. I haveshaun2006-08-0325-23/+1625
| | | | | | | | | | | | | | | | | | | | | | | | decided to leave this marked IGNORE/BROKEN for the moment until I can figure out if/when/why the build is failing; but also, I have a few more changes to make before I bring it back to life. This is courtesy of Mikhail Teterin, with some input from Thierry Thomas. 1) Allow port to build and execute on amd64. 2) Do not build the bundled png, jpg, zlib, bzip2, getopt, md5: do not even extract them -- use the ports and the OS versions (OpenSSL in case of md5 -- it may be assembler-optimized on some arches even) 3) Do not build the giant install.bz2, which the do-install target would then untar in ${PREFIX}/HelixPlayer -- leave that whole part alone and simply copy the stuff under PREFIX. 4) Check for build failures (parsing the end of build.out) and fail in post-built, of any modules failed. 5) Fix JPEG image display.
* Update dirac to version 0.6.0. Fix PORTDOCS.bms2006-08-0213-40/+1726
| | | | | | | Drop maintainership; regrettably I do not have the time or resources to commit to maintenance of this port in future. PR: ports/101237
* Add multimedia/v4l_compat port, a port that installs the <linux/videodev.h>flz2006-08-025-0/+386
| | | | | | header file needed to build some piece of software with video4linux support. Just BUILD_DEPENDS on it, and you should be fine.
* Don't install <linux/videodev.h>. This is moving to a brand newflz2006-08-022-3/+1
| | | | | | multimedia/v4l_compat port. Approved by: maintainer
* - Fix build error with CFLAGS="-O -pipe". [1]nobutaka2006-08-024-5/+145
| | | | | | | | - Remove message about obsolete WITH_THERORA knob. [2] PR: ports/101051 [1] Submitted by: Bo Briggs <rcbdyndns@bellsouth.net> [1] Reported by: Randy Pratt <bsd-unix@earthlink.net> [1], bland [1] [2]
* - Update to 1.1.3rafan2006-08-013-23/+45
| | | | | PR: ports/101034 Submitted by: Danny Pansters <danny at ricin.com> (maintainer)
* - Update to 0.12clsung2006-08-012-6/+5
| | | | | PR: ports/101141 Submitted by: maintainer (Gea-Suan Lin)
* - Provide additional mirrors where neededsat2006-07-313-6/+4
| | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes
* o mplayer command line option "-vc dummy" has been deprecated inlioux2006-07-312-10/+1
| | | | | | | | favor of "-vc null". Rectify that. o Bump PORTREVISION PR: 98668 Submitted by: David Kleiner <david.kleiner@gmail.com>
* - Update to 1.1.2.nobutaka2006-07-3011-323/+153
| | | | - Enable Theora codec support by default and remove WITH_THEORA knob.
* Update to 1.0.r3itetcu2006-07-293-20/+19
| | | | | PR: ports/101013 Submitted by: Nicola Vitale (maintianer)
* - Fix build on amd64sat2006-07-271-2/+2
|
* Update to 1.1.1.novel2006-07-266-66/+38
| | | | | PR: 100853 Submitted by: RedChrom <redchrom@gmail.com> (maintainer)
* - Update to 0.11clsung2006-07-263-10/+6
| | | | | PR: ports/100841 Submitted by: maintainer (Gea-Suan Lin)
* - Update to v1.10aaron2006-07-263-6/+7
| | | | | PR: ports/100511 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* - Update to 1.7.0sat2006-07-262-5/+4
| | | | Approved by: lioux (maintainer timeout 87 days)
* Add eclair 20060719, an EFL powered media player.vanilla2006-07-255-0/+71
| | | | | PR: ports/100574 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Add emotion 20060719, video playback wrapper library for e17.vanilla2006-07-256-0/+111
| | | | | PR: ports/100575 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Fix pkg-plist.stefan2006-07-251-2/+0
| | | | | | | PR: 98512 Submitted by: Christian Hiris <4711@chello.at> Approved by: arved (mentor) maintainer timeout (7 weeks)
* Fix KDE Bug 119504 (arts memory leak when playing ogg and mp3 files).lofi2006-07-244-0/+68
| | | | | PR: ports/100700 Submitted by: Axel Gonzalez <loox@e-shell.net>
* Add port multimedia/p5-File-Format-RIFF:sat2006-07-245-0/+45
| | | | | | | | File::Format::RIFF provides an implementation of the Resource Interchange File Format. You can read, manipulate, and write RIFF files. WWW: http://search.cpan.org/dist/File-Format-RIFF/
* - Fix a missing dependclsung2006-07-231-0/+5
| | | | | | | | - Fix a typo that cause flv2swf cannot work - Bump PORTREVISION PR: ports/100747 Submitted by: maintainer
* Stop removing the directories listed in /etc/mtree/BSD.x11-4.dist.nobutaka2006-07-232-17/+1
| | | | | PR: ports/100621 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* - Update to 0.10clsung2006-07-233-11/+14
| | | | | PR: ports/100708 Submitted by: maintainer
* Change maintainer address to my @FreeBSD.org emailacm2006-07-231-1/+1
| | | | Approved by: garga (mentor)
* - This version now builds on sparc64ahze2006-07-231-4/+0
| | | | | | PR: 99899 Submitted by: ahze (me) Approved by: lioux (14 day timeout)
* - Update to 1.7, unbreak and adoptsat2006-07-229-69/+161
|
* Update to 0.20.3.novel2006-07-223-20/+6
|
* Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see himlinimon2006-07-222-2/+2
| | | | | | back soon. Hat: portmgr
* - Update to 0.10.5ahze2006-07-224-8/+8
|
* - Update to 0.10.9ahze2006-07-226-30/+14
|
* Make sure to install a file, empty.mpg, to fix the burn on DVD. Bump themezz2006-07-213-0/+13
| | | | | | | PORTREVISION. PR: ports/100437 Submitted by: Anish Mistry <amistry@am-productions.biz>
* Update to 0.9.0.pb2006-07-2016-292/+371
|
* - Add WITHOUT_LIBNOTIFY knob which allows to disable libnotify supportnovel2006-07-171-1/+9
| | | | | | | | - In case when libnotify support is enabled, add RUN_DEPEND on deskutils/notification-daemon [1] - Bump PORTREVISION Reported by: [LoN]Kamikaze [1]
* - Update to 0.08.mezz2006-07-173-27/+100
| | | | | | | - Fix the strndup issue by replace it to glib2's g_strndup. - Add a check if Perl is not build with thread support, then mark it as IGNORE. Reinstall Perl with WITH_THREADS=yes is required for this port. - Do not put ${BUILD_DEPENDS} in RUN_DEPENDS.
* Mark broken: fails to compile.linimon2006-07-171-0/+2
|
* Mark as broken: fails to install/deinstall cleanly.linimon2006-07-161-0/+2
|
* Mark as broken due to install failure (but special-case ia64 which doeslinimon2006-07-161-1/+9
| | | | | | not even get that far). Hat: portmgr
* - Update to 0.03rafan2006-07-163-9/+13
| | | | | PR: ports/100341 Submitted by: maintainer
* - Update to 0.20.2novel2006-07-153-143/+135
| | | | | | | | | - Remove WITHOUT_AMAZON knob since musicbrainz is used to fetch an album art - Remove WITHOUT_DBUS knob since DBus is now mandatory - Remove WITH_GCONF knob since GConf is not used anymore - Remove WITHOUT_PERL knob since all DBus clients were moved out of the BMPx distribution
* This module reads Macromedia FLV files and reports metadata abouterwin2006-07-145-0/+66
| | | | | | | | | those files. WWW: http://search.cpan.org/dist/FLV-Info/ PR: ports/100280 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Update to 1.0.r2itetcu2006-07-137-22/+42
| | | | | PR: ports/99805 Submitted by: maintainer