aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* update to 3.103oliver2013-05-2010-107/+63
|
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-193-6/+6
| | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself.
* - Update EFL libraries to 1.7.7gblach2013-05-192-3/+3
| | | | | | - Update Enlightenment to 0.17.3 Approved by: crees (mentor)
* - Actually need to @cwd / and then use relative paths (I was confusednox2013-05-186-9/+15
| | | | | | | by the buildlog that showed @dirrm with absolute paths.) - Bump PORTREVISIONs once more. Submitted by: kwm
* - Fix plists now that we care about dirs below /var .nox2013-05-186-8/+10
| | | | | | | | (We still don't delete runtime data files the ports may have created there, should we?) - Bump PORTREVISIONs. Submitted by: 91amd64-exp-run via miwi
* - Remove bogus @dirrmtry.s from plist discovered by pkgng DEVELOPER_MODE.nox2013-05-181-3/+0
| | | | | | - No PORTREVISION bump as the package doesn't change (significantly.) Submitted by: 91amd64-exp-run via miwi
* - Change MAINTAINER address of all my portswg2013-05-163-3/+3
| | | | Approved by: culot (mentor)
* - Update to 2.4.3miwi2013-05-153-11/+20
| | | | | PR: 177912 Submitted by: Ports Fury
* - Fix locale install directorygahr2013-05-151-0/+11
| | | | Reported by: PH (via itetcu, miwi)
* Add missing USE_GMAKE.stefan2013-05-141-0/+1
| | | | | PR: 169807 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
* - repair broken options from r316624dinoex2013-05-131-4/+4
|
* - Add missing sharedmime to the list of USE_KDE4 components. It will bemakc2013-05-133-11/+1
| | | | | | | superseded by recently introduced USES= shared-mime-info later. - Remove no longer needed exec/unexec from plist and post-install calls for update-mime-database - Trim Makefile header while I'm here
* - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly ↵makc2013-05-122-3/+5
| | | | | | | | | | | revert r315222 [1] - Convert WITH_DEBUG to new options framework - Trim Makefile header - Adjust COMMENTs - Reformat/update description [1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
* Fix typobapt2013-05-111-1/+1
|
* Convert to new options frameworkbapt2013-05-115-66/+37
| | | | While here remove test for unsupported versions
* Use shared AALIB option instead of AAbapt2013-05-111-4/+3
| | | | Submitted by: danfe
* Convert to new options frameworkbapt2013-05-112-29/+17
|
* Also add USE_GCC=any as workaround for clang 3.3 crash on i386kwm2013-05-112-0/+5
|
* Add USE_GCC=any as a temporary patch to work around a crash in the clangkwm2013-05-102-0/+5
| | | | | | | compiler after the 3.3 update. The problem was reported upstream but no patch available yet. Submitted by: miwi
* Add missed file to plist.kwm2013-05-102-1/+6
| | | | Submitted by: pointyhat (via miwi)
* Fix compatibility with py-requests 1.1 which is now defaultehaupt2013-05-099-4/+149
| | | | | | PR: 178219 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: William Grzybowski <william88@gmail.com> (maintainer)
* Update to version 2.0.4pawel2013-05-094-4/+15
|
* Update to version 1.7pawel2013-05-093-3/+9
|
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelolivierd2013-05-093-5/+5
| | | | | | | | While I'm here, - Finish to convert USES - Trim Makefile header - Remove ABI version in LIB_DEPENDS - Remove desktopfileutils, because MimeType entry is not present in desktop file
* Mark MAKE_JOBS_SAFEehaupt2013-05-081-0/+3
|
* Add some shebangfix to allow building most of the ports tree without ↵bapt2013-05-071-5/+5
| | | | | | | /usr/bin/perl Submitted by: John Marino Obtained from: DPorts
* Chase textproc/libebml, multimedia/libmatroska update.ehaupt2013-05-076-3/+6
| | | | Approved by: multimedia (bapt, kwm)
* - Update to 1.4.0ehaupt2013-05-074-19/+18
| | | | | | | - Add LICENSE - Remove CR/LF from patch Approved by: multimedia (bapt, kwm)
* Convert USE_NCURSES by USES=ncursesbapt2013-05-062-4/+2
| | | | Convert USE_READLINE by USES=readline
* Convert from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-069-44/+40
| | | | While here do some conversion to new options framework
* - convert to USES for gettextjgh2013-05-061-13/+15
| | | | Approved by: portmgr (bapt@)
* Fix build with bmakebapt2013-05-061-7/+3
|
* Fix build with bmakebapt2013-05-061-7/+3
|
* Fix build on currentbapt2013-05-051-1/+2
|
* Make post-patch-plugin target compatible with both bmake and makebapt2013-05-051-6/+6
|
* Fix build with bmakebapt2013-05-051-0/+4
|
* - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also setbdrewery2013-05-041-2/+0
| | | | | | | | | | | | MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER} without any extra logic. - Cleanup ports working around the empty MAKE_JOBS_NUMBER - This also fixes several ports that were expecting MAKE_JOBS_NUMBER to always have a number Reviewed by: bapt Spotted by: John Marino <draco@marino.st> With hat: portmgr
* - Update to 0.2.5.hrs2013-05-043-11/+14
| | | | | | | - Trim old-style header. - Add LICENSE. - Mark MAKE_JOBS_SAFE=yes - Use OPTIONS_DEFINE.
* Update to 0.3.2.rakuco2013-05-042-10/+16
| | | | | PR: ports/178226 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
* - Trim old-style header.hrs2013-05-042-8/+5
| | | | - Use OPTIONS_DEFINE.
* (Attempt to) fix build on recent head.nox2013-05-042-2/+2
| | | | Submitted by: pointyhat via bapt
* Chase security/libgcrypt updateehaupt2013-05-041-1/+1
|
* Chase security/libgcrypt updateehaupt2013-05-042-1/+3
|
* Fix with bmake(1)bapt2013-05-031-6/+2
|
* include <bsd.port.options.mk> in Makefile.plugins because it has been ↵bapt2013-05-021-0/+2
| | | | converted to new options framework so all plugins needs it.
* - adoption of USESjgh2013-05-024-28/+23
| | | | Approved by: portmgr (bapt@)
* - Make FLAC support optional but keep it as a default option [1]ehaupt2013-05-012-96/+106
| | | | | | | | | | | | | | - Make curl support optional [1]. Curl is only used for checking if there are new upstream releases. Since this gives us the opportunity to receive feedback from our users, keep it as a default option - Since mkvmerge, mkvextract and mmg have been re-written to to use the "pugixml" C++ library instead of the "expat" this direct dependency can also be dropped and therefore bump PORTREVISION. - Fix package list if no GUI option is selected PR: 161546, 174338 (based on) [1] Submitted by: Oliver Fromme <olli@secnetix.de>, Rainer Hurling <rhurlin@gwdg.de>
* - Adopt USES for desktop-file-utils, pathfixolivierd2013-05-014-16/+91
| | | | | | | - Add support for GStreamer 1.0 (GST10) and GStreamer 0.10 (GST01) - Add rtmp plugins (only available with GStreamer 1.0) - Apply 2 patches (obtained from upstream repository), to use gst-helper for setting the volume, and to reduce mousewheel volume-steps (10% -> 5%)
* Now that BZ2 (bzlib) and LZO (lzo1x) support has been removed upstream alsoehaupt2013-05-011-1/+1
| | | | remove the dependency to archivers/lzo2.
* Update to 6.2.0ehaupt2013-04-303-6/+11
| | | | Changelog: http://www.bunkus.org/videotools/mkvtoolnix/doc/ChangeLog
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-292-2/+1
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* Fix leftover dir. This got broken by the previous commit.kwm2013-04-291-2/+2
| | | | Submitted by: QaT
* Add gstreamer1-plugins-rtmpkwm2013-04-291-0/+1
|
* Provide the rtmp streaming plugin [1].kwm2013-04-294-3/+19
| | | | | | | | Provide complete version for gstreamer1-plugins-core so it passes the version check. [2] Reported by: Olivier Duchateau <duchateau.olivier@gmail.com> [2] Requested by: Vanilla Hsu <v@fatpipi.com> [1]
* Fix portname.kwm2013-04-281-1/+1
| | | | Submitted by: duplicate LATEST_LINK check script.
* Convert the last USE_ICONV to USES=iconvbapt2013-04-282-3/+2
|
* Add Gstreamer 1.0.7. This is the new stable version of thekwm2013-04-2847-7/+2147
| | | | | | | | | | | | | | | Gstreamer multimedia framework. Use the USE_GSTREAMER1 macro to select Gstreamer 1.0 plugins. A new chapter for the porters handbook about gstreamer is a work in progress. X related plugins are now stand alone. The gio plugin is now part of the gstreamer1-plugins port and the oss plugins are now part of the gstreamer1-plugins-good port. Note that the pulseaudio plugin is missing because it needs a newer version of pulseaudio. Also there are still a number of plugins from -bad which haven't been ported to the 1.0 API yet.
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-2722-35/+23
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* If liblrdf is installed the ladspa plugin will build against it. So add it tokwm2013-04-271-0/+1
| | | | | | | lib_depends. PR: ports/175941 Submitted by: pawel@
* Fix typobapt2013-04-261-1/+1
|
* Remove USE_CDRTOOLS from bsd.port.mkbapt2013-04-269-126/+70
| | | | | | | | | | | | This macros has been useless since cdrtools-cjk port has gone. This macros also lead to badly handled dependencies assuming that the dependency on cdrtools was most BUILD and RUN dependency. While most of the time it is simply a RUN dependency and sometime a build one. While here: - Trim some headers - Convert some ports to optionsng - Convert some ports to USES= gettext
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-2622-35/+22
| | | | Approved by: portmgr (bapt)
* - Update to 2.0.6 .nox2013-04-263-113/+16
| | | | - Add SIDPLAY knob (C64 sid demux support)
* - Remove unconditional USES= gettextak2013-04-251-7/+1
| | | | | - Remove indefinite article from COMMENT - Convert Makefile headers to new style
* - Fix buildamdmi32013-04-251-0/+2
|
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-2528-29/+29
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-245-10/+5
| | | | Approved by: portmgr (bapt)
* Unbreak by removing the three no-longer-installed files from plist.mi2013-04-242-5/+0
|
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-2345-110/+54
|
* Convert to USES=gettextehaupt2013-04-231-1/+1
|
* Convert some multimedia@ ports to:bapt2013-04-234-3/+5
| | | | USES=pkgconfig and USES=pathfix
* Convert my ports to use the new USES=pkgconfigbapt2013-04-231-2/+1
|
* - Update EFL libraries to 1.7.6(.1)gblach2013-04-232-4/+4
| | | | | | - Update Enlightenment to 0.17.2.1 Approved by: crees (mentor)
* - update to 3.5.1rm2013-04-193-6/+66
| | | | | | | changelog: http://blog.gpodder.org/2013/04/gpodder-351-nick-of-time-released.html Feature safe: yes
* Update to 0.91.0 .nox2013-04-194-36/+8
| | | | | | PR: ports/177523 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> Feature safe: yes
* Update to version 2.0.3pawel2013-04-183-35/+8
| | | | Feature safe: yes
* All supported version of FreeBSD have a bsdtar version that support ↵bapt2013-04-181-9/+3
| | | | | | | | extracting rpm. Remove now useless dependency on rpm2cpio Feature safe: yes
* All supported version of FreeBSD have a bsdtar version that support ↵bapt2013-04-171-5/+2
| | | | | | | | extracting rpm. Remove now useless dependency on rpm2cio Feature safe: yes
* - Broken Plist errormiwi2013-04-171-0/+2
| | | | | | | | | | tar: lib/mcop/akodeSpeexStreamPlayObject.mcopclass: Cannot stat: No such file or directory tar: lib/mcop/akodeVorbisStreamPlayObject.mcopclass: Cannot stat: No such file or directory tar: lib/mcop/akodeXiphPlayObject.mcopclass: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Feature safe: yes
* Upgrade to version 1.11.49.olgeni2013-04-172-4/+4
| | | | Feature safe: yes
* - Add missing LZO_DESCbdrewery2013-04-161-0/+1
| | | | | | | PR: ports/177586 Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru> Approved by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer) Feature safe: yes
* - Fix plist: don't remove kdehier4 directoriesmakc2013-04-043-12/+9
| | | | | | | | | | | while here: - Trim Makefile header - Drop indefinite article from COMMENT - Switch to out-of-source build - Explicitly depend on required Qt4 components - Rephrase description Approved by: portmgr (miwi)
* - Fix package listehaupt2013-04-032-32/+49
| | | | | | | | - Remove code for EOL FreeBSD versions - Drop ABI version in LIB_DEPENDS (where not needed) - Provide NLS option Approved by: portmgr (bdrewery)
* Add back BROKEN message when WITH_NEW_XORG isn't set.kwm2013-04-011-0/+2
| | | | | Submitted by: pointyhat (via miwi) Approved by: portmgr (miwi), maintainer (timeout)
* Also disable the use of SSE4/SSE4.2/AVX instructions when using thenaddy2013-03-291-1/+2
| | | | | | old toolchain. Fixes the build on 8.4 i386. Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
* For perl@ owned ports:eadler2013-03-291-6/+2
| | | | | - Fix COMMENT - Trim header
* Style: tab -> space.eadler2013-03-299-9/+9
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* Drop support for old versions of FreeBSD from unmaintained portseadler2013-03-282-7/+0
| | | | Reviewed by: miwi
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵eadler2013-03-287-37/+20
| | | | "pathfix" instead.
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-279-18/+87
| | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner
* - Update to 2.4.2miwi2013-03-275-88/+110
| | | | | PR: 177260 Submitted by: Ports Fury
* - Chase libmtp shlib bumpmiwi2013-03-273-1/+3
|
* - Update MASTER_SITESmiwi2013-03-263-6/+84
| | | | | | | - Fix portaudio2 support PR: 176555 Submitted by: Ports Fury
* Reformat using 8-space wide tab in preparation for KDE SC 4.10 updatemakc2013-03-263-46/+46
|
* - Fix crash when locale is set to certain valuesmiwi2013-03-266-535/+607
| | | | | PR: 176558 Submitted by: ports fury
* - Fix breakage caused by glib2 updatekmoore2013-03-251-0/+2
|
* - Add dependence on X libraries [1] and make it optionalmakc2013-03-252-29/+19
| | | | | | | | | | - Convert to new option framework - Convert to USES - Trim Makefile header - pet portlint: rename patch PR: ports/175965 [1] Submitted by: pawel
* - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE if it'smakc2013-03-251-2/+0
| | | | | already defined - Remove OPTIONS_DEFINE, if it contains only global options
* . make use of the ports infrastructure to create the desktop file;bsam2013-03-252-4/+6
| | | | | | | | . update the desktop file database at install/deinstall time. PR: ports/154352 Submitted by: bsam (me) Approved by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
* - Update to 1.0.0miwi2013-03-242-3/+3
| | | | | PR: 177266 Submitted by: Ports Fury
* Update mplayer and mencoder to a recent snapshot. Major changes:naddy2013-03-2312-257/+242
| | | | | | | | | | - Reduce the number of dependencies (use internal ffmpeg whenever possible) in mplayer - Do not build with clang on i386 - Use new options framework PR: 177083 Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
* Add opus audio codec gstreamer plugin.kwm2013-03-231-0/+7
| | | | | PR: ports/177296 Submitted by: "Eric L. Camachat" <eric@camachat.org>
* - Update to 0.4.14sunpoet2013-03-233-3/+4
| | | | Changes: http://repo.or.cz/w/libquvi-scripts.git/blob/HEAD:/NEWS
* - Fix install errorbeech2013-03-232-9/+38
| | | | Submitted by: nemysis <nemysis@gmx.ch>
* - convert USE_CMAKE to USESmakc2013-03-2320-25/+20
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Mk/bsd.kde4.mk:makc2013-03-223-3/+3
| | | | | | | | | | - Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it) - Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH) - Remove now useless KDE4_BUILDENV KDE SC ports: - Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with 'USES= cmake:outsource' and add USE_LDCONFIG if needed
* libsmacker is a cross-platform C library which can be used for decoding Smackerpawel2013-03-214-0/+29
| | | | | | | | | | | Video files produced by RAD Game Tools. Smacker Video was the king of video middleware in the 1990s, and its 256-color compressed video format was used in over 2600 software titles. WWW: http://libsmacker.sourceforge.net PR: ports/176822 SUbmitted by: Greg Kennedy <kennedy.greg@gmail.com>
* - Update to 2.0.1tabthorpe2013-03-203-1003/+979
|
* Update to 1.1.1madpilot2013-03-202-5/+4
|
* - update to 3.2.0.10rm2013-03-202-4/+3
| | | | | | | This release fixes runtime since youtube html frontend had changed. Submitted by: rm (myself) Approved by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer, via mail)
* - Update to version 1.6pawel2013-03-203-23/+17
| | | | | - Cleanup deps - Respect CXXFLAGS during build
* - Add fix for crashes when cutting. [1]nox2013-03-202-6/+63
| | | | | | | - Convert Makefile header. - Bump PORTREVISION. Reported by: gb+ML-2011@derbrauer.homelinux.net (Gerhard Brauer) [1]
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-195-5/+5
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixkwm2013-03-192-18/+17
| | | | | | | instead of gnomehack and pet portlint. Add conflicts with future gnome3 versions. Reviewed by: miwi, bapt
* "aaargh, quoted Makefile variables"eadler2013-03-191-7/+2
| | | | Approved by: portmgr (bapt)
* Fix build by adding a build dependency on pkgconfbapt2013-03-181-0/+1
|
* Fix build by adding a build depend on pkgconfbapt2013-03-181-0/+1
|
* - Update to 3.0.7beech2013-03-173-28/+57
| | | | | PR: ports/176853 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
* Update multimedia/ffmpeg1 to 1.0.5mm2013-03-152-3/+3
|
* - Fix buildmiwi2013-03-151-0/+1
| | | | Reported by: https://po.miwibox.org/91amd64/default/libquvi-0.4.1_1.log
* Replace CMAKE_INSTALL_PREFIX with PREFIX (in preparation for bsd.cmake.mk ↵makc2013-03-141-1/+1
| | | | | | clean up) Approved by: myself (with my new multimedia hat)
* - graphics/libexif:pclin2013-03-142-7/+3
| | | | | | | | | | | | | * Update to 0.6.21 * Add LICENSE * Switch to OptionsNG and PORTDOCS - Document libexif 2012-07-12 vulnerabilty - Bump PORTREVISION for libexif related ports - Trim headers while here PR: ports/175910 Approved by: swills (mentor) Security: d881d254-70c6-11e2-862d-080027a5ec9a
* - adopt optionsNG and trim historical headersjgh2013-03-142-12/+8
| | | | | | | | | | | | | | | | PR: 176928 PR: 176936 PR: 176937 PR: 176938 PR: 176939 PR: 176940 PR: 176941 PR: 176942 PR: 176943 PR: 176944 PR: 176945 Submitted by: jgh@ Approved by: portmgr (miwi)
* Fix the build of empathy my removing offending Makefile rules. Bumpkwm2013-03-131-1/+1
| | | | | | | | | | gstreamer-plugins portrevision to fix the messed up header. Thanks to The BSD Dreamer <beastie@tardisi.com> for finding out where it went wrong. PR: ports/176768 Submitted by: Ruslan Makhmatkhanov <rm@FreeBSD.org>
* - Pet portlint: remove ABI version number from LIB_DEPENDSsunpoet2013-03-131-7/+3
| | | | | - Bump PORTREVISION for dependency change - Cleanup Makefile header
* - Pet portlint: remove ABI version number from LIB_DEPENDSsunpoet2013-03-131-8/+9
| | | | | | | - Convert to new options framework - Use USES macro - Bump PORTREVISION for dependency change - Cleanup Makefile header
* - Update to 0.4.13sunpoet2013-03-133-7/+7
| | | | | | - Use USES macro Changes: http://repo.or.cz/w/libquvi-scripts.git/blob/HEAD:/NEWS
* Fix an issue with bktr.mandree2013-03-121-3/+5
| | | | | PR: ports/173750 Submitted by: c.petrik.sosa@gmail.com (maintainer)
* - Fix and enable BMP optionbdrewery2013-03-112-17/+37
| | | | | PR: ports/176814 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
* Fix build with glib 2.34.kwm2013-03-103-5/+24
| | | | Update Makefile header
* - Update to 0.5.0olivierd2013-03-106-212/+24
| | | | | | | | | - Remove unneeded patches - Drop support for GLib 2.28 Announce: http://mail.xfce.org/pipermail/xfce-announce/2013-March/000250.html Approved by: rene, miwi (mentors, implicit)
* Maintainer update to 0.3.0.mandree2013-03-107-33/+62
| | | | | | | | | | | | | | Disabling BMP for now, because building it causes pkg-plist failures (directories and files are renamed from gxmms prefix to gxmms-bmp or gxmms_bmp). This was discussed with the submitter on IRC, he will send a new PR to fix BMP. Adding files/patch-src__bmpctrl.c that fixes a compilation issue (non-constant initializer) on NLS-enabled systems. Please forward this to the upstream gxmms maintainers. PR: ports/173751 Submitted by: Chris Petrik (maintainer)
* Fix build with glib 2.34.kwm2013-03-091-0/+1
| | | | Submitted by: miwi
* - Unbreak and Undeprecate by fixing fetch.bdrewery2013-03-092-13/+9
| | | | | | | PR: ports/173895 [1] PR: ports/173891 [2] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] (based on) Submitted by: Mamoru Sakaue <sakaue.mamoru@mwghennndo.com> [2] (based on)
* - Update to version 1.2.2pawel2013-03-099-96/+53
| | | | | | - Tidy up dependencies - Remove not needed boost patches - Sort plist
* - update to 12.0 [1]rm2013-03-098-103/+304
| | | | | | | | | | | - fix build with ffmpeg - add --headless option to run xbmc w/o gui [2] PR: 175933 [1] PR: 174996 [2] Submitted by: Leo Schmitt <neomorphs@gmail.com> [1] (original patch) Mickael Maillot <mickael.maillot@gmail.com> (maintainer, final patch) Alexander Yerenkow <yerenkow@gmail.com> [2]
* - update to 3.5.0rm2013-03-094-16/+15
| | | | | | | - remove unneeded patch changelog: http://blog.gpodder.org/2013/03/gpodder-350-after-hours-released.html
* - Add gettext library to xmms-config --libsgahr2013-03-082-2/+15
| | | | - While at it, get rid of PTHREAD_LIBS
* Convert USE_BISON to USES= bisonbapt2013-03-084-17/+7
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-083-13/+8
| | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo
* - Please welcome back Chris Petrik as maintainer ofbdrewery2013-03-075-11/+7
| | | | | | | | | | | these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt
* Update to 1.0.8.jkim2013-03-074-7/+8
|
* - Update *_DEPENDS on databases/py-bsddb after _bsddb.so relocationlwhsu2013-03-041-6/+2
|
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationlwhsu2013-03-045-21/+9
|
* - Always enable dvdreadgblach2013-03-031-11/+4
| | | | | PR: ports/176604 Approved by: crees (mentor)
* - Fix EXPIRATION date, we are in 2013, not 2012swills2013-03-031-1/+1
| | | | | Pointyhat to: swills Reported by: bapt
* - Deprecate ports which don't work with Ruby 1.9swills2013-03-031-5/+4
| | | | | | | | - Set expiration to 2 months to give plenty of time to fix them to anyone who may be interested (patching rubygem- ports is possible now) - Trim headers while here With Hat: ruby@
* - Update MASTER_SITESmiwi2013-03-022-12/+7
| | | | | | | | - Trim header - Update WWW PR: 176573 Submitted by: ports fury
* - Update to 0.8amiwi2013-03-024-25/+103
| | | | | PR: 176532 Submitted by: ports fury
* - Fix mkv playback when built with clang.nox2013-03-022-1/+25
| | | | | | - Bump PORTREVISION. Obtained from: debian
* Remove expired port multimedia/ffmpeg-011mm2013-03-0117-910/+0
|
* Upgrade to version 1.10.48.olgeni2013-03-013-7/+7
|
* Remove obsolete portsmakc2013-02-278-296/+0
|
* Update to 2.0makc2013-02-264-13/+32
|
* Update multimedia/ffmpeg1 to 1.0.4mm2013-02-243-15/+23
| | | | | | | Add optional support for libopus [1] PR: ports/176366 [1] Submitted by: Alexander Kojevnikov <alexander_at_kojevnikov_dot_com> [1]
* Update multimedia/ffmpeg to 0.7.15mm2013-02-242-4/+3
|
* Add LICENSE.jkim2013-02-231-0/+2
|
* Attempt to remove an NLS directory.jkim2013-02-231-0/+2
|
* Add LICENSE, add USE_LDCONFIG and fix NOPORTDOCS.jkim2013-02-231-0/+10
|
* Update to 1.0.7.jkim2013-02-233-68/+92
|
* GNOME MPlayer Toolkit is a library for gnome-mplayer and gecko-mediaplayer.jkim2013-02-235-0/+148
| | | | | | | libgmlib - a set of functions that support non-graphical operations libgmtk - a set of gtk widgets to use with gnome-mplayer WWW: http://code.google.com/p/gmtk/
* Unfortunately, it is not suitable for parallel builds just yet.danfe2013-02-221-0/+1
| | | | Confirmed by: my nifty Q9550
* - Look inside ${LOCALBASE} when checking if recent binutils (from ports) aredanfe2013-02-221-6/+2
| | | | | | installed (change as(1) to ld(1) as well, since linker is invoked directly, while assembler is not) - Trim the Makefile header while I am here
* Fix DOCS option.jkim2013-02-221-1/+1
|
* - Add dependency on glprotomadpilot2013-02-211-2/+2
| | | | | | | - Bump PORTREVISION PR: ports/176131 Submitted by: Christopher Dukes <chris.dukes.aix@gmail.com>
* Add two fixes for device bonding. (locking and OSD LNB setup menu)nox2013-02-213-5/+34
| | | | Obtained from: upstream author via vdr mailinglist
* Update to 3.9.0.5 .nox2013-02-212-3/+3
| | | | Submitted by: hselasky (maintainer)
* - Update to 0.1.27 .nox2013-02-212-8/+3
| | | | | | - Convert Makefile header. Submitted by: hselasky (maintainer)
* Convert to new options frameworkbapt2013-02-211-22/+17
|
* - Reassign ports from avl@ back to pool at his request.fluffy2013-02-212-2/+2
| | | | | Submitted by: avl via IM Approved by: avl via IM
* - Update to 0.5.4miwi2013-02-203-3/+8
| | | | | PR: 176164 Submitted by: maintainer
* Skins for SMPlayer (Skinnable GUI)pawel2013-02-195-0/+253
| | | | WWW: http://smplayer.sourceforge.net/
* update audacious, audacious-plugins to 3.3.4oliver2013-02-184-16/+8
|
* - Update to 0.1.4 .nox2013-02-176-29/+103
| | | | | - Add patches to work with vdr set to "Show channel names with source". - Convert Makefile header.
* - Add bugfix for infosatepg grabbing a bonded device.nox2013-02-162-7/+12
| | | | - Convert Makefile header.
* - update to 0.6.3rm2013-02-153-7/+8
| | | | | | | | | | | - correct dependency version while here: - remove redundancy from COMMENT - tab -> space change in pkg-descr:WWW PR: 175409 Submitted by: William Grzybowski <william88@gmail.com> (maintainer)
* Set LATEST_LINKmakc2013-02-141-0/+2
| | | | Reported by: miwi
* - Fix build with clang [1]ak2013-02-133-7/+4
| | | | | | | | - Convert Makefile headers to new style PR: ports/171707 [1] Submitted by: anonymous <anonymous@gmail.com> Approved by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
* - Respect PREFIXmiwi2013-02-101-1/+2
| | | | | | - pet portlint PR: 174999
* Hand the port to a new volunteer (as per ports/154352 and confirmedbsam2013-02-091-1/+1
| | | | by e-mail).
* - py-mlt:avilla2013-02-094-16/+17
| | | | | | | | | | | | * fix MAINTAINER; * fix plist generation; * avoid conflicting with mlt's EXAMPLESDIR removal. PR: 175368 Submitted by: Oliver Heesakkers <dev2@heesakkers.info> - Update to 0.8.8 bugfix release. - Remove PTHREAD_LIBS.
* - Add missing deps.nox2013-02-091-2/+3
| | | | | | | - Bump PORTVERSION. PR: ports/175968 Submitted by: pawel
* Fix build with clang.kwm2013-02-091-6/+6
| | | | | PR: ports/174434 Submitted by: rm@
* Fix the build on i386 with clang 3.2.kwm2013-02-081-0/+18
| | | | | Reported by: Armin Pirkovitsch Patch submitted by: dim@
* Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my portspawel2013-02-081-2/+2
|
* - Update to 1.8.4miwi2013-02-073-494/+575
| | | | | PR: 175011 Submitted by: ports fury
* - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/libffi update - Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE) Please note that port revision for all the Haskell ports without version changes are bumped. New ports (20): devel/hs-MonadRandom 0.1.8 devel/hs-base64-conduit 0.5.1 devel/hs-bifunctors 3.2 devel/hs-either 3.1 devel/hs-errors 1.3.1 devel/hs-generic-deriving 1.4.0 devel/hs-lens 3.8.5 devel/hs-profunctor-extras 3.3 devel/hs-profunctors 3.2 devel/hs-reflection 1.1.6 devel/hs-timezone-olson 0.1.2 devel/hs-timezone-series 0.1.2 math/hs-comonads-fd 3.0.1 math/hs-groupoids 3.0.1.1 math/hs-nats 0.1 math/hs-semigroupoid-extras 3.0.1 security/hs-cipher-rc4 0.1.2 security/hs-crypto-numbers 0.1.3 security/hs-crypto-pubkey 0.1.2 security/hs-crypto-random-api 0.2.0 Updated ports (107): archivers/hs-zip-archive 0.1.2.1 --> 0.1.3.3 archivers/hs-zlib-bindings 0.1.1.2 --> 0.1.1.3 audio/hs-libmpd 0.8.0.1 --> 0.8.0.2 benchmarks/hs-criterion 0.6.2.0 --> 0.6.2.1 converters/hs-aeson 0.6.0.2_2 --> 0.6.1.0 converters/hs-dataenc 0.14.0.4 --> 0.14.0.5 databases/hs-persistent 1.0.2.2 --> 1.1.4 databases/hs-persistent-sqlite 1.0.1 --> 1.1.2 databases/hs-persistent-template 1.0.0.2 --> 1.1.2.1 devel/hs-BNFC 2.4.2.1_1 --> 2.6.0.3 devel/hs-Boolean 0.1.1 --> 0.1.2 devel/hs-TypeCompose 0.9.7 --> 0.9.9 devel/hs-ansi-terminal 0.5.5_5 --> 0.5.5.1 devel/hs-ansi-wl-pprint 0.6.4_3 --> 0.6.6 devel/hs-basic-prelude 0.3.1.0 --> 0.3.2.0 devel/hs-checkers 0.2.9_2 --> 0.3.1 devel/hs-classy-prelude 0.4.1 --> 0.4.3 devel/hs-classy-prelude-conduit 0.4.1 --> 0.4.3 devel/hs-conduit 0.5.5 --> 0.5.6 devel/hs-configurator 0.2.0.1 --> 0.2.0.2 devel/hs-cpphs 1.15 --> 1.16 devel/hs-edit-distance 0.2.1.1 --> 0.2.1.2 devel/hs-file-embed 0.0.4.6 --> 0.0.4.7 devel/hs-filestore 0.5.0.1 --> 0.6 devel/hs-fsnotify 0.0.4 --> 0.0.6 devel/hs-ghc-paths 0.1.0.8_5 --> 0.1.0.9 devel/hs-git-annex 3.20121211 --> 3.20130124 devel/hs-hashable 1.1.2.5 --> 1.2.0.5 devel/hs-hastache 0.4.2 --> 0.5.0 devel/hs-hlint 1.8.39 --> 1.8.43 devel/hs-hoogle 4.2.14 --> 4.2.15 devel/hs-hspec 1.4.2 --> 1.4.3 devel/hs-largeword 1.0.3 --> 1.0.4 devel/hs-lifted-base 0.2 --> 0.2.0.2 devel/hs-monad-logger 0.2.3 --> 0.2.3.2 devel/hs-optparse-applicative 0.4.2 --> 0.5.2.1 devel/hs-pool-conduit 0.1.0.3 --> 0.1.1 devel/hs-project-template 0.1.0.1 --> 0.1.1 devel/hs-silently 1.2.4 --> 1.2.4.1 devel/hs-smallcheck 0.6.1_2 --> 0.6.2 devel/hs-system-fileio 0.3.10 --> 0.3.11 devel/hs-unix-compat 0.4.0.0 --> 0.4.1.0 devel/hs-unordered-containers 0.2.2.1 --> 0.2.3.0 devel/hs-vault 0.2.0.1 --> 0.2.0.4 devel/hs-void 0.5.8 --> 0.5.11 devel/hs-word8 0.0.2 --> 0.0.3 mail/hs-mime-types 0.1.0.0 --> 0.1.0.2 math/hs-categories 1.0.4 --> 1.0.5 math/hs-comonad 3.0.0.2 --> 3.0.1.1 math/hs-comonad-transformers 3.0 --> 3.0.1 math/hs-distributive 0.2.2_2 --> 0.3 math/hs-pointed 3.0.1 --> 3.0.2 math/hs-semigroupoids 3.0.0.1 --> 3.0.2 math/hs-semigroups 0.8.4.1 --> 0.9 net/hs-network-conduit 0.6.1.1 --> 0.6.2.2 net/hs-simple-sendfile 0.2.8 --> 0.2.10 print/hs-hscolour 1.20.3,1 --> 1.20.3_1,1 security/hs-certificate 1.3.3 --> 1.3.5 security/hs-cipher-aes 0.1.5 --> 0.1.7 security/hs-clientsession 0.8.0.1 --> 0.8.1 security/hs-cprng-aes 0.2.4 --> 0.3.4 security/hs-crypto-conduit 0.4.1 --> 0.4.3 security/hs-cryptocipher 0.3.6 --> 0.4.0 security/hs-cryptohash 0.7.9 --> 0.8.3 security/hs-pem 0.1.1_2 --> 0.1.2 security/hs-skein 0.1.0.10 --> 0.1.0.11 security/hs-tls 1.0.2 --> 1.1.1 security/hs-tls-extra 0.5.0 --> 0.6.1 sysutils/hs-angel 0.3.3 --> 0.3.4 textproc/hs-Diff 0.1.3_3 --> 0.2.0 textproc/hs-attoparsec 0.10.2.0_2 --> 0.10.3.0 textproc/hs-blaze-html 0.5.1.1 --> 0.5.1.3 textproc/hs-blaze-markup 0.5.1.2 --> 0.5.1.4 textproc/hs-case-insensitive 0.4.0.3 --> 0.4.0.4 textproc/hs-citeproc-hs 0.3.6 --> 0.3.7 textproc/hs-double-conversion 0.2.0.5 --> 0.2.0.6 textproc/hs-highlighting-kate 0.5.3.3 --> 0.5.3.5 textproc/hs-hs-bibutils 4.15 --> 4.16 textproc/hs-regex-pcre-builtin 0.94.4.3.8.31 --> 0.94.4.5.8.31 textproc/hs-texmath 0.6.1.1 --> 0.6.1.3 textproc/hs-yaml 0.8.1.1 --> 0.8.2 www/hs-gitit 0.10.0.2 --> 0.10.1.2 www/hs-hamlet 1.1.1.1 --> 1.1.3.1 www/hs-heist 0.8.2 --> 0.11.0 www/hs-hjsmin 0.1.3 --> 0.1.4 www/hs-http-conduit 1.8.4.3 --> 1.8.7 www/hs-http-date 0.0.3 --> 0.0.4 www/hs-http-reverse-proxy 0.1.0.6 --> 0.1.1.1 www/hs-shakespeare-js 1.1.0 --> 1.1.1 www/hs-snap 0.9.2.2 --> 0.11.0 www/hs-wai-app-static 1.3.0.4 --> 1.3.1_1 www/hs-wai-extra 1.3.0.4 --> 1.3.2 www/hs-warp 1.3.5 --> 1.3.7.1 www/hs-xss-sanitize 0.3.2_2 --> 0.3.3 www/hs-yesod 1.1.4.1 --> 1.1.7.2 www/hs-yesod-auth 1.1.2 --> 1.1.3 www/hs-yesod-core 1.1.6.1 --> 1.1.7.1 www/hs-yesod-default 1.1.2 --> 1.1.3 www/hs-yesod-form 1.2.0.1 --> 1.2.0.2 www/hs-yesod-persistent 1.1.0 --> 1.1.0.1 www/hs-yesod-platform 1.1.5 --> 1.1.7.2 www/hs-yesod-static 1.1.1.1 --> 1.1.1.2 www/hs-yesod-test 0.3.1.1 --> 0.3.3 x11-wm/hs-xmonad 0.10_4 --> 0.11 x11-wm/hs-xmonad-contrib 0.10_4 --> 0.11 x11/hs-X11 1.5.0.1_3 --> 1.6.0.2 x11/hs-xmobar 0.14_3 --> 0.16 Obtained from: FreeBSD Haskell
* - Update to 2.0.20130126gblach2013-02-064-48/+6
| | | | | | | - Fix flac playback PR: ports/175800 Approved by: crees (mentor)
* - Add UPDATING entry for gnutls updatenovel2013-02-064-2/+4
| | | | - Chase shlib version bump for dependant ports
* Mark as deprecated a bunch of ports that are marked as broken for more than 6bapt2013-02-051-5/+3
| | | | month without a fix
* Update to 0.6madpilot2013-02-052-4/+3
|
* Actually fix build with clang on i386 (there was a patch missing.)nox2013-02-051-0/+96
|
* Update to 4.6.3makc2013-02-052-3/+3
|
* Merge from area51 repository:makc2013-02-054-35/+15
| | | | | - Trip Makefile header - Convert to new options framework / rename option
* 2013-02-04 multimedia/despotify: API no longer supportedbapt2013-02-047-108/+0
|
* - Update to version 1.2.1.1.araujo2013-02-042-12/+15
| | | | | PR: ports/174195 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-0420-323/+189
| | | | | | | | | | | | | | | | | | | | | | | | - kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.makc2013-02-041-1/+1
| | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip
* KDE/FreeBSD team presents:makc2013-02-044-50/+31
| | | | | | | | | | | | SIP 4.14.3 QScintilla 2.7 PyQt 4.9.6 The area51 repository features commits by jhale and myself. Changes: - Trim Makefile header - Convert to new option framework
* KDE/FreeBSD team presents Qt 4.8.4 and QtCreator 2.6.1 ports.makc2013-02-043-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The area51 repository features commits by Alonso Schaich, avilla, fluffy, jhale, makc and rakuco. Common changes: - Trim Makefile header - Convert to new option framework - Add/improve desktop entries - Remove upstreamed patches Mk/bsd.qt.mk: - Set QMAKESPEC at late stage (to fix potential problem if USE_GCC is used) [1] devel/qmake: - Fix crash due to off-by one error [2] multimedia/qt4-phonon*: - Deprecate in favour of multimedia/phonon* www/qt4-webkit: - Make dependence on GStreamer optional [3] devel/qtcreator: - Enable qml-designer in devel/qtcreator (requires privite Qt headers) [4] Reported by: avg via irc [1] Submitted by: avg via maillist [2] PR: ports/175644 [3] Submitted by: danfe [3] PR: ports/169809 [4] Reported by: tcb <tcberner at gmail.com> [4]
* - Prefer clang on 9.1+ (instead of gcc 4.6+ only on i386.)nox2013-02-031-3/+10
| | | | | | - Fix build without V4L option (the multimedia/libdvbpsi dependency is no longer optional.) - No PORTREVISION bump since the resulting package should behave the same.
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-014-4/+4
| | | | Approved by: portmgr (bapt)
* Chase boost updatebapt2013-01-318-22/+12
|
* - Update to version 1.8.2pawel2013-01-303-8/+25
| | | | - Don't force update of translations files - now it's done by default
* 2012-10-20 multimedia/libdvdplay: No more public_distfilesbapt2013-01-275-54/+0
| | | | | www/p5-Bundle-Sledge 2012-07-11 devel/p5-Class-Fields: considered obsolete by upstream
* Remove dvdplay option as libdvdplay has expiredbapt2013-01-271-11/+2
|
* Put back service control change from r311039 that accidentally was reverted.nox2013-01-271-1/+1
| | | | | Reported by: rm (via irc) Pointy hat to: nox (self)
* Update to 3.9.0.4 .nox2013-01-273-4/+4
| | | | Submitted by: hselasky (maintainer)
* Canonicalize service controleadler2013-01-271-1/+1
| | | | Approved by: hselasky (maintainer)
* - add comment for imake problem with clangdinoex2013-01-271-0/+2
|
* - cleanup headerdinoex2013-01-271-5/+1
|
* - cleanup headerdinoex2013-01-271-7/+2
| | | | - strip shlibversion in depedency
* Convert Makefile headers to the new format in my ports.olgeni2013-01-264-20/+0
|
* remove oss4 dependency - it is not needed.oliver2013-01-241-1/+0
|
* Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-2314-10/+14
|
* - Update DESKTOP_ENTRIES:makc2013-01-233-7/+8
| | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category if missing - Remove indefinite article and/or rephrase COMMENT Approved by: portmgr (bapt), maintainer silence (12 days)
* - Update DESKTOP_ENTRIES:makc2013-01-231-2/+2
| | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category if missing - Remove indefinite article from COMMENT Approved by: maintainers
* - Add devel/xfce4-dev-tools, because we rebuild playlist.ui file.olivierd2013-01-211-2/+2
| | | | | Submitted by: Phan Nobry OUK Approved by: rene, miwi (mentors, implicit)
* Switch to the logic from x11-drivers/xf86-video-intel for detectingmarius2013-01-211-4/+10
| | | | | | | | | | whether graphics/libdrm with KMS enabled is installed. For one, the WITH_KMS knob never real has been established as a global option within the ports tree. Also, just using IGNORE here when libkms.so not already exists does the wrong thing when graphics/libdrm generally is not installed at this point of time, yet. Approved by: bapt (mentor), maintainer
* Update to 0.7.11jlaffaye2013-01-202-4/+3
| | | | | PR: ports/175098 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
* Display GtkDialog 'Warning' when codec is missing instead of 'Question' popupolivierd2013-01-202-8/+56
| | | | | | (which is broken in absence of helper in multimedia/gstreamer-plugins). Approved by: rene, miwi (mentors, implicit)
* - Fixed OS detection on freebsd-ppc [1]glarkin2013-01-192-12/+26
| | | | | | | | | - Fixed ppc assembly language build error in embedded ffmpeg (tested on committer's Mac G4) PR: ports/172416 Submitted by: michael copeland <michael@kryptos-security.com> Approved by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
* - Update to 0.5.3culot2013-01-183-3/+4
| | | | | | Changes: https://github.com/wackou/guessit/blob/master/NEWS.rst PR: ports/175375 Submitted by: William Grzybowski <william88@gmail.com> (maintainer)
* - fix network interface detection failure, introduced in 3.4.0. There isrm2013-01-162-1/+14
| | | | | | | | | | | | upstream bug-report [1] and the issue is patched partially in upstream's repository, but it has some problems so I stick with own workaround until the new release - add missing runtime dependency on audio/py-eyed3, while here - bump PORTREVISION [1] https://bugs.gpodder.org/show_bug.cgi?id=1730 Reported by: Stephan Schindel <sts@tp1.rub.de> (via ports@)
* Fix deprecation year typomm2013-01-161-1/+1
| | | | Reported by: rakuco
* Deprecate ffmpeg 0.11 - now fully superseded by ffmpeg 1.0mm2013-01-161-0/+3
| | | | Schedule for deletion in one month
* - Update EFL to 1.7.5gblach2013-01-162-4/+4
| | | | | | - Change master site to download.enlightenment.fr Approved by: tabthorpe (mentor)
* remove SMB (no longer included)oliver2013-01-152-13/+4
| | | | | | | add speed-pitch plugin in case of RESAMPLE PR: 175054 Submitted by: Eric Krausser <eric@krausser-edv.de>
* - Update MLT to 0.8.6.avilla2013-01-1310-198/+74
| | | | | | | - Depend on ffmpeg1 instead of ffmpeg-011. - Remove patches committed upstream. - Remove soversion from LIB_DEPENDS. - Make py-mlt a SLAVE_PORT.
* Update to 3.9.0.1 .nox2013-01-132-3/+10
| | | | Submitted by: hselasky (maintainer)
* - libportaudio.so.2 is actually a different port than libportaudio.so.0nox2013-01-131-1/+1
| | | | | | so in this case specifying the shlib major version in LIB_DEPENDS makes sense. - No PORTREVISION bump as PORTAUDIO isn't a default option.
* Fix build with clangpawel2013-01-131-0/+1
|
* - Update to 0.4.0olivierd2013-01-127-49/+139
| | | | | | - Convert Makefile headers to new style Approved by: rene, miwi (mentors, implicit)
* Fix WWW linepawel2013-01-111-1/+1
| | | | Reported by: rm
* - Update to 1.4.6madpilot2013-01-102-9/+7
| | | | | | | | | | | | | | | - Change wording for some OPTIONS descriptions - Mark IGNORE on <8.3 Changes: - Use DRIVER_MODULE_ORDERED() everywhere and set 8.2-STABLE as minimum OS version, fixes kmod load failure on latest 8.3 - Add DVB_ENUM_DELSYS and fix DVB API version at 5.5 to fix capture with latest VDR PR: ports/175150 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer)
* - Fix build without X11gblach2013-01-091-1/+1
| | | | | PR: ports/175080 Approved by: crees (mentor)
* - Update to 12 RC3jadawin2013-01-084-26/+324
| | | | | | | - Remove useless patch PR: ports/174970 Submitted by: Mickael Maillot <mickael.maillot@gmail.com> (maintainer)
* - Update DESKTOP_ENTRIES:makc2013-01-074-12/+8
| | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category, if missing - Remove indefinite article and/or rephrase COMMENT - Trim Makefile header - Other minor changes
* Mark DEPRECATED with a timeout of one month. The spotify API changed and is noehaupt2013-01-041-1/+4
| | | | | | longer supported. Confirmed by: author via IRC
* - Fix linking with giflibgblach2013-01-012-1/+19
| | | | | | | - Fix linking with libbluray PR: ports/174842 Approved by: crees (mentor)
* Update some of my ports to new options frameworkmm2012-12-311-34/+22
| | | | Submitted by: Baptiste Daroussin <bapt@FreeBSD.org>
* - update to 3.4.0rm2012-12-313-10/+13
| | | | | changelog: http://blog.gpodder.org/2012/12/gpodder-340-quiet-earth-released.html
* - Fix build when both audio/portaudio and audio/portaudio2 are installedgblach2012-12-311-7/+5
| | | | | | - Remove xvmc option (was removed upstream) Approved by: crees (mentor)
* Bump PORTREVISION for libexo-related portsolivierd2012-12-311-1/+1
| | | | Approved by: rene, miwi (mentors, implicit)
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-3011-0/+33
| | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
* Update to 0.4.2bapt2012-12-293-4/+4
| | | | While here change tab to space in pkg-descr
* Convert the remaining ports that depend on databases/p5-DBD-mysql${MYSQL_VER}flo2012-12-291-1/+1
| | | | | | | | | | | to just depend on databases/p5-DBD-mysql as that will handle the MYSQL_VER magic. This is required as only databases/p5-DBD-mysql supports mariadb-client and the upcomming perconaXX-client. Approved by: portmgr (bapt) Initial patches by: pgollucci
* - Convert to OptionsNGbar2012-12-281-50/+27
| | | | | | | | - Improve handling of different options combinations - Trim Makefile header - Update my email address Approved by: flo, rene (mentors)
* - Update to version 0.8.3 which fixes YouTube playbackpawel2012-12-283-10/+12
| | | | | | | | - Remove leading article from COMMENT PR: ports/174281 Submitted by: myself Approved by: dhn (maintainer)
* - Update to version 1.5pawel2012-12-283-7/+7
| | | | - Use offcial project names in pkg-descr