/databases/p5-DBD-PgPP/

ts-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* fix script to work with /bin/sholiver2014-06-131-0/+17
|
* STAGEifyoliver2014-06-122-19/+5
|
* - Update to 13.1jadawin2014-06-122-8/+6
| | | | | PR: 190963 Submitted by: maintainer
* - Added libtool to USES for audio/wildmidibar2014-06-122-1/+2
| | | | | | - Bump PORTREVISION for dependent ports Approved by: portsmgr blanket
* Reset the 99 ports still listed under sylvio@marino2014-06-121-1/+1
| | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit)
* - Un-breakriggs2014-06-123-48/+79
| | | | | | | | | | | | | - Add new MASTER_SITE where distfile is still fetchable - Add LICENSE* - Stagify - Handle GNOME and ICONS via OPTIONS rather than WITH* - Pet portlint PR: 190500 , 190528 Submitted by: kalten@gmx.at, mikhail.rokhin@gmail.com Reviewed by: jadawin Approved by: mentors (implicit)
* Support LIBS like LDFLAGS.tijl2014-06-1110-28/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 1.1.2olivierd2014-06-113-7/+6
| | | | | | | - Stagify PR: 190498 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer)
* Fix compilation on i386 when OPTIMIZED_CFLAGS option is off.tijl2014-06-101-0/+1
| | | | PR: 190614
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-102-2/+0
| | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
* Fix build with gcc from base, it doesn't undertand ↵antoine2014-06-101-1/+4
| | | | | | | | | -Wno-tautological-constant-out-of-range-compare and has no flag to disable this warning Phabric: D197 Reviewed by: bapt
* - Stagifyriggs2014-06-102-4/+8
| | | | | | | | - Add LICENSE and LICENSE_FILE - Bump PORTREVISION - Use PLIST_FILES instead of pkg-plist Approved by: maintainers (implicit)
* Update libdvbpsi to 1.2.0bapt2014-06-094-19/+43
| | | | | | | Strip binaries USES=libtool Use options helpers Chase library change
* Fix typo.vanilla2014-06-091-1/+1
| | | | Submitted by: rm@
* Stagify.vanilla2014-06-092-2/+16
|
* Stagify.vanilla2014-06-091-4/+3
|
* 1: Stagify.vanilla2014-06-092-169/+5
| | | | | 2: add LICENSE. 3: switch to PYDISTUTILS_AUTOPLIST.
* 1: Stagify.vanilla2014-06-091-6/+7
| | | | 2: add LICENSE.
* Stagify, bump version for pkg-plist changed.vanilla2014-06-092-14/+8
|
* Stagify.vanilla2014-06-092-6/+6
|
* - New upstream release (dated 2011-05-02)riggs2014-06-093-19/+27
| | | | | | | | | | - Add LICENSE - Add dependency on ogmtools due to dvdxchap - USE_* -> USES - Stagify - OPTIONS for DOCS and EXAMPLES Approved by: mentors (implicit)
* Remove all space characters from Makefile assignments.olgeni2014-06-092-2/+2
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* Remove indefinite articles from COMMENT where I'm maintainer.olgeni2014-06-082-2/+2
|
* - Stagifyriggs2014-06-081-6/+5
| | | | | | - Minor fix LICENSE: BSD -> BSD3CLAUSE Approved by: portmgr (blanket), mentors (implicit)
* Update to 1.8.2 .nox2014-06-082-3/+3
|
* - Stagifyriggs2014-06-071-3/+4
| | | | | | - Add LICENSE Approved by: mentors (implicit)
* - Add CONFLICTS to mplayer to prevent install conflict with mplayer2 [1]riggs2014-06-073-8/+22
| | | | | | | | | | - Fix crash when trying to play certain videos with no audio in gmplayer [2] - Improve non-options variable summary during build in pre-everything [2] - Bump PORTREVISION in mplayer (the binary changes) PR: 190027 Submitted by: rfg@tristatelogic.com [1], andre@albsmeier.net[2] Approved by: mentors (implicit)
* - New upstream release 1.0.1riggs2014-06-075-29/+191
| | | | | | | | | | | | - Un-break build with clang - Stagify - Introduce NLS OPTION - USE_* -> USES - Shared lib convention: shlib.X -> libshlib.so - Pet portlint Approved by: mentors (implicit) MFH: 2014Q2
* Update to 0.9.9.10feld2014-06-063-804/+850
|
* - Convert USE_BZIP2 to USESamdmi32014-06-061-3/+2
| | | | | | - Clarify LICENSE Approved by: portmgr blanket
* Update to 0.9.9.11feld2014-06-053-930/+942
|
* - Stagifyriggs2014-06-052-9/+9
| | | | | | | | - USE_* -> USES - Use ${PORT_OPTIONS:MREALPLAYER} instead of WITHOUT_REALPLAYER - Handle permissions via @mode in pkg-plist Approved by: mentors (implicit)
* Update to 1.3.1madpilot2014-06-042-4/+4
| | | | | | PR: 189677 Submitted by: me Approved by: Maintainer timeout
* Complete overhaul:naddy2014-06-041-14/+16
| | | | | | | | | * staging * USES=libtool * drop the autotools dependencies * better integration with the ports framework Approved by: sunpoet
* Fix pkg-plist when NLS option is off.tijl2014-06-031-122/+122
| | | | Reported by: Thomas Mueller <tmueller@sysgo.com>
* - Remove libproxy dependency. I cannot find any references to it.tijl2014-06-039-314/+421
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
* Remove expired port:rene2014-06-024-63/+0
| | | | 2014-06-02 multimedia/shell-fm: Unusable, subscription radio streaming service will come to an end
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)ohauer2014-06-011-2/+1
|
* - Update graphics/sdl_gfx to version 2.0.25mva2014-06-011-1/+1
| | | | - Bump PORTREVISION on ports depending on it, since the shlib version changed
* Mark a few unfetchable ports as BROKENantoine2014-06-011-0/+2
| | | | With hat: portmgr
* - Update to version 10.1mva2014-06-012-4/+3
|
* multimedia/gtk-recordmydesktop: support stagerm2014-06-013-10/+4
| | | | | | - convert desktopfileutils to USES equivalent - support stage - bump PORTREVISION
* Fix LEGAL/LICENSE* for multimedia/vtkmpeg2encode.riggs2014-06-012-22/+17
| | | | | | | | | | | | | The code itself may be distributed, as well as compiled binaries. But its usage is subject to patent restrictions, as indicated to the user in pkg-message. While on it: - Stagify - Pet portlint PR: ports/189093 Submitted by: Jason Bacon <jwbacon@tds.net> Approved by: thierry (mentor)
* - Fix various distinfo errorsak2014-06-011-1/+0
| | | | | | | | - Remove unused USE_* knobs - Convert USE_TWISTED_RUN to USES - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (antoine)
* Back to poolcs2014-05-311-1/+1
| | | | Approved by: portmgr (implicit)
* - Convert USE_BZIP2 to USESamdmi32014-05-312-7/+3
| | | | | | - Use new LIB_DEPENDS syntax - Switch to USES=libtool, drop .la files - Strip libraries
* - Stagify.nox2014-05-311-2/+1
| | | | - Use new LIB_DEPENDS syntax.
* Stagify.kwm2014-05-312-9/+10
| | | | Cleanups and unbreak.
* Stagify.nox2014-05-312-7/+6
| | | | Approved by: hselasky (maintainer)
* Stagify.nox2014-05-311-1/+0
|
* Stage support.kevlo2014-05-301-3/+1
|
* - Update to 13.1 RC1jadawin2014-05-304-12/+56
| | | | | PR: ports/190310 Submitted by: maintainer
* - Add LICENSEsunpoet2014-05-302-24/+11
| | | | | | | | | | | | | | | - Use USE_PYDISTUTILS=yes and PYDISTUTILS_AUTOPLIST - Remove USE_GNOME=desktopfileutils - Convert to new options helper - Support STAGEDIR - Bump PORTREVISION for package change - Pass maintainership to submitter - While I'm here: - Fix post-install: DESKTOPDIR is already in BSD.local.dist - Simplify Makefile PR: ports/190255 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* No need to try and patch the docs Makefile,jpaetzel2014-05-301-9/+0
| | | | | | it's been replaced with a doxygen config file. This unbreaks the port build when trying to build the docs.
* Commit correct patch.kwm2014-05-301-25/+20
| | | | Noticed by: nwhitehorn@
* Fix compile on ppc.kwm2014-05-301-0/+25
| | | | | PR: ports/188278 Submitted by: nwhitehorn@
* - Update from 1.3 to 1.4danilo2014-05-281-0/+1
| | | | - Add libtool to USES
* Fix after scons.mk changesbapt2014-05-281-3/+2
| | | | Really scons is horrid
* - Switch to USES=libtool, drop .la filesamdmi32014-05-272-14/+17
| | | | - Strip libraries
* Revert update which should not have happenbapt2014-05-272-7/+12
|
* Convert vlc to USES=libtoolbapt2014-05-274-6/+7
| | | | | | Because vlc uses a dynamic plist that dynamic plist should be created after the removal of the .la files hence move this target into add-plist-data (this is a dirty workaround) and one more reason why dynamic plist are evil libvlc.so.X number has changed (hidden by dynamic plist, told you this is evil) bump all consumers of libvlc.so
* Fix build with new luabapt2014-05-271-1/+1
| | | | Submitted by: dankm (via irc)
* UIDs:riggs2014-05-275-81/+24
| | | | | | | | | | | | | | | | | | | | | - Add freevo GIDs: - Add freevo multimedia/freevo - Handle user/group creation via Makefile variables - Stagify - Add License - Bump PORTREVISION - Simplify install - remove pkg-install.in - handle private subdirs in /var via pkg-plist and Makefile - remove user/group handling in pkg-deinstall.in PR: ports/189995 Submitted by: "J.R. Oldroyd" <fbsd@opal.com> (maintainer) Approved by: thierry (mentor), maintainer
* Replace lang/lua with the new lang/lua51bapt2014-05-263-16/+10
| | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit)
* Update openjpeg to 2.1.0.kwm2014-05-267-10/+11
| | | | | | | Version 2.x is incompatible with openjpeg 1.5. Preserve it as openjpeg15 and update users. Approved by: portmgr (implicit) for NO_STAGE ports
* Fixbapt2014-05-261-1/+1
| | | | With hat: portmgr
* Convert to USES=monobapt2014-05-261-6/+2
|
* Convert to USES=monobapt2014-05-261-7/+3
| | | | With hat: portmgr
* - Convert gmake,xz,bzip to USESmiwi2014-05-267-11/+7
| | | | Approved by: portmgr
* Multiple ports: reset maintainerseadler2014-05-263-3/+3
| | | | | | | | | | | | | | Maintainers for these ports have been notified on 5 separate occasions over the course of several months about pending actions required. We really appreciate the time and effort you put in to maintain these ports. If you are still interested in helping to maintain these ports just reply to me or file a PR and I will happily assign the port to you again. Approved by: portmgr (implicit)
* Switch Opus to USES=libtool.naddy2014-05-264-3/+4
| | | | | | Bump dependent ports. [1] Approved by: portmgr (implicit) [1]
* Add staging support.olgeni2014-05-231-4/+2
|
* Update to 1.2.13jpaetzel2014-05-234-6/+11
| | | | | PR: ports/189993 Submitted by: Bartek Rutkowski
* Update to 1.8.1 .nox2014-05-232-3/+3
|
* - Stage supportmiwi2014-05-222-191/+2
| | | | | PR: 189996 Submitted by: maintainer
* - Stage supportmiwi2014-05-222-16/+2
| | | | | PR: 189997 Submitted by: maintainer
* - Stage supportmiwi2014-05-222-168/+2
| | | | | PR: 189998 Submitted by: maintainer
* - Update to 0.9.7swills2014-05-224-41/+47
| | | | | | | | - Stage - Pet portlint PR: ports/189602 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Use PORTSCOUT to ignore 1.41 (older than current version)jadawin2014-05-211-2/+4
| | | | - Make portlint happy while I'm here
* Quote ${CC} and similar variables in MAKE_ARGS.tijl2014-05-214-7/+7
| | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
* - Add documentation filesmartymac2014-05-192-1/+4
| | | | - Silent check-plist warning regarding orphaned .la file
* - Fix build with clangmiwi2014-05-181-30/+26
| | | | | | | - Stage support PR: 187756 Submitted by: ports fury
* - Fix build with clangmiwi2014-05-174-144/+131
| | | | | | | | - Stage support - Options helper PR: 187759 Submitted by: Ports Fury
* - Fix plist with older nvidia-driver versions that don't support opengl 2.0 .nox2014-05-171-2/+11
| | | | | | - Bump PORTREVISION. Reported by: Garrett Garrison
* Prevent x264 to link to ffmpeg if ffmpeg is already installed on the system ↵bapt2014-05-161-4/+4
| | | | | | which will lead to a circular dependencies which is revealed by pkg autodeps functionnality Reported by: kwm
* - Remove USE_XORG=xt.tijl2014-05-151-6/+2
| | | | | - Leave WIN32_CODECS option off by default to get an official package. - Remove iconv configure argument. ICONV_CONFIGURE_ARG is always empty.
* multimedia/libdvdcss:tijl2014-05-1510-152/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USES=gmake libtool pathfix tar:bzip2. - INSTALL_TARGET=install-strip. - Use options. - Staging. - Simplify post-patch commands. - This update changes the library version but this allows removing libdvdcss related patches from dependent ports. multimedia/libxine: [1] - Add USES=libtool:keepla and remove libtool related patches and post-patch commands. - Move bsd.port.pre.mk include down and remove WANT_GNOME. - Remove USE_XORG=sm. libxine doesn't link to it. - Remove CONFIGURE_ENV. Not needed. - Clean up CPPFLAGS and CFLAGS. - Rename the GTK2 option PIXBUF and depend on gdkpixbuf2 instead of gtk20. - Remove PATCH_DIST_ARGS. Leftover from when there were external patches. - Remove -fno-force-addr clang hack. Modern gcc does not support the flag either and it was only added in case the user has -fforce-addr in CFLAGS in make.conf. - Fix IMAGEMAGICK option. - Merge pre-configure with post-patch and remove most commands because they don't do anything. multimedia/libdvdread: - USES=libtool:oldver pathfix. - INSTALL_TARGET=install-strip. multimedia/handbrake: - Add build dependency on devel/libtool because configure script expects to find existing libtool program. - Turn dependency on libdvdcss into library dependency such that headers are available during build. - Add USES=libtool to patch libtool scripts in contrib code. - Remove run-autotools-aclocal target and replace USE_AUTOTOOLS=aclocal with "autoconf:env automake:env" to indicate only build dependencies are needed and the tools don't have to be run. Approved by: nox [1]
* Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".tijl2014-05-131-1/+1
| | | | | | | | | | | | | | | Bump PORTREVISION on all dependent ports. [1] audio/ario: USES=libtool. audio/gmpc: USES=libtool. audio/gnome-media: USES=libtool:keepla tar:bzip2. audio/xfce4-mixer: USES=libtool tar:bzip2. graphics/shotwell: Unbreak and USES=tar:xz. science/gwyddion: USES=libtool tar:bzip2. sysutils/mate-control-center: USES=libtool. x11/xfce4-clipman-plugin: USES=libtool tar:bzip2. Approved by: portmgr (implicit) [1]
* - Update multimedia/libdvdread to 4.9.9martymac2014-05-1330-148/+57
| | | | | | | | - Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1] - multimedia/libdvdnav: remove dependency to (now removed) dvdread-config - sysutils/vstrip: remove useless dependency to multimedia/libdvdread Approved by: portmgr (implicit) [1]
* - Update to 3.13.0.6 . [1]nox2014-05-135-29/+81
| | | | | | | | | - Stagify. - Use new LIB_DEPENDS syntax. - Switch to USES= tar:bzip2. Submitted by: hselasky (maintainer) [1] Approved by: hselasky (maintainer)
* Comment out the RUSXMMS_PATCHES option, which is actually brokennaddy2014-05-131-38/+38
| | | | | | | since the USES=libtool conversion. These patches are horribly intrusive, and if you need charset handling, a GTK1 application is the wrong tool. (Use audacious.) I really want to remove this hack, but let's see if somebody complains.
* - Update to 13.0 RC1jadawin2014-05-123-15/+20
| | | | | | | - Remove useless dvdread run depends PR: ports/189108 Submitted by: maintainer
* Add libtool:oldver to USESbar2014-05-121-2/+2
|
* Convert my ports to USES=tarmakc2014-05-121-2/+1
|
* - Switch to USE_GNOME=introspectionamdmi32014-05-121-4/+2
| | | | | | | | - Whitespace fix PR: 186214 Submitted by: amdmi3 Approved by: maintainer timeout
* - Add RUN_DEPENDS on x11-fonts/xorg-fonts-truetype.nox2014-05-122-25/+14
| | | | | | | - Add USES= shebangfix for svdrpsend. - Use @sample. - Pet check-plist. - Bump PORTREVISION.
* - Update libva to 1.3.1madpilot2014-05-114-6/+11
| | | | - Add USES=libtool to libva and libva-vdpau-driver and adjust plist accordingly
* Add USES=libtool and adjust plist accordingly.madpilot2014-05-112-1/+4
|
* Un-break install, but while on itriggs2014-05-117-440/+181
| | | | | | | | | | | | | | | | | | | | | - Update port to upstream release 2.6.3 - Use correct download URL (move from Google code to bitbucket) - Add LICENSE - USE_* -> USES - Generate plist via pydistutils - Use SPC option on i386 only, it's not supported elsewhere - Stagify - Change URLs in pkg-message (pointing to bitbucket), simplify Special thanks to Carlos (submitter) for reviewing, and to Christoph Reiter (Quodlibet project) for fixing the '--record' option for Quodlibet with pydistutils. PR: ports/187263 Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Reviewed by: submitter Approved by: thierry (mentor), maintainer timeout MFH: 2014Q2
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!makc2014-05-113-6/+6
| | | | | | | deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc.
* - Support stagingamdmi32014-05-101-10/+4
|
* - Support stagingamdmi32014-05-101-20/+11
| | | | | | - Convert USE_GMAKE to USES - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax
* - Support stagingamdmi32014-05-101-12/+8
| | | | - Use new LIB_DEPENDS syntax
* - Update to 18.6swills2014-05-103-4/+4
| | | | | | | - Pet portlint PR: ports/189523 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Add LICENSEsunpoet2014-05-091-1/+4
| | | | | | | - Pass maintainership to submitter PR: ports/189275 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Convert USE_BZIP2 to USESamdmi32014-05-091-2/+1
|
* Fix check-stagedir plist warning.tdb2014-05-082-7/+1
| | | | | | | | | | | | https://jenkins.freebsd.org/pci/head-amd64/logs/bulk/headamd64-default/708/logs/errors/motion-3.2.12_4.log Error: Orphaned: %%ETCDIR%%.conf This was caused by motion.conf being installed by the Makefile when it should have been handled only in pkg-plist. Also switched pkg-plist to use the new @sample keyword. Submitted by: swills
* - Update to 0.4.0sunpoet2014-05-081-1/+1
| | | | | | | | | | - Add LICENSE - Sort LIB_DEPENDS - Use USES=libtool - Do not silence installation message - Bump PORTREVISION for graphics/webp shlib change Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
* Update to 2.2.2bapt2014-05-083-6/+7
| | | | | Convert to USES=libtool Strip binaries
* Update to 0.6.1 .nox2014-05-082-5/+9
| | | | Submitted by: Matthias Pfaller <leo@marco.de> (via private email)
* Update to 6.9.1bapt2014-05-083-12/+11
| | | | | | | Disable CURL options by default it is not clang+libc+++boost friendly Switch default wx to wx 3.0 Add missing depencencies Allow to parallel build
* multimedia/aegisub: Explicitly link libz to unbreak on F10+marino2014-05-071-1/+1
|
* multimedia/spotify-websocket-api: Update to git commit 9ad8639.rene2014-05-072-4/+4
| | | | | This somewhat restores usability by handling sp/ping_flash2 requests, but the program is currently fragile.
* - Update to 2.3.1 (from audio/libshout2)sunpoet2014-05-053-5/+4
| | | | | | | | | - Use USES=libtool - Strip shared library - Bump PORTREVISION for audio/libshout shlib change and dependency change from audio/libshout2 to audio/libshout [1] Approved by: portmgr (bapt) [1]
* Stagify.kwm2014-05-052-19/+1
| | | | USE_BZIP2 -> USES=tar:bzip2
* Catch a couple of missing convertsion to :tu/:tlbapt2014-05-051-1/+1
| | | | | Submitted by: ak With hat: portmgr
* Convert all :U to :tu and :L to :tlbapt2014-05-059-21/+19
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* The PWCBSD option requires V4L, so remove -DWITHOUT_V4L.tdb2014-05-051-2/+1
| | | | | | | | I'm not sure why this change was made, but it breaks the PWCBSD option. It looked obviously wrong; it added a dependency on v4l_compat and then disabled it by definining WITHOUT_V4L. Looking at the code it's obvious V4L is required for anything other than network cameras too.
* Convert multimedia/xmms to USES=libtool. Bump PORTREVISION on alltijl2014-05-052-23/+6
| | | | | | | | | | | | | | | | | | | | | | | | | dependent ports and convert them to USES=libtool too. audio/scrobbler: - USES=tar:bzip2. - Don't link with libstdc++. audio/xmms-bonk: - Don't link with libstdc++. audio/xmms-flac: - Remove unneeded dependencies. - Remove $FreeBSD$ from patches. audio/xmms-scrobbler: - Use OPTIONS_SLAVE. audio/xmms-timidity: - USES=tar:bzip2. - Install the library instead of the source code file. audio/xmms-volnorm: - Remove do-install.
* - Mark DEPRECATED, set EXPIRATION_DATE, message is here:nemysis2014-05-031-0/+3
| | | | | | http://www.last.fm/announcements/subscriptions2014 Approved by: portmgr@
* Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS becausetijl2014-05-026-110/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upstream forgot to regenerate the build scripts. This makes the build use the correct version information and causes a library version bump. Use this opportunity to use USES=libtool instead of USES=libtool:oldver. Bump PORTREVISION on all dependent ports and convert them to USES=libtool where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS syntax here and there. games/freedink-engine: - Option helpers. - Staging. - Use dirrmtry for locale directories. games/oolite: - Staging. - Replace ECHO with ECHO_CMD. - Don't use GNUSTEP_PREFIX to install files because it expands to LOCALBASE rather than PREFIX. games/openssn: - Remove USES=desktop-file-utils. No MimeType field in desktop file. - Staging. - Install files in standard DATADIR. games/xblast: - Use proper options. - Staging. - Patch configure so normal make install can be used instead of do-install. - Replace TAR | TAR with COPYTREE_SHARE.
* - Update to 0.3.9gblach2014-05-012-9/+9
|
* Update to 1.8.0 .nox2014-05-012-3/+3
|
* Update to 2.7.2 .nox2014-04-302-5/+3
| | | | | PR: ports/188859 Submitted by: Ports Fury
* Fix plist of gstreamer-plugins-vdpau.tijl2014-04-292-2/+3
| | | | Submitted by: Barbara Guida <barbara.freebsd@gmail.com>
* These ports are no longer used or cared for.nemysis2014-04-294-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/spandsp-devel - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Strip library - Fix typo deskutils/kupfer - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Change install, cosmetical changes deskutils/rubrica - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Use tar:bzip2 instead of USE_BZIP2=yes - Strip libraries - Change REINPLACE and install, cosmetical changes graphics/Hermes - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Use tar:bzip2 instead of USE_BZIP2=yes - Don't silence warnings - Remove TODO and TODO.conversion from DOCS - Strip library graphics/aoi - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/autoq3d - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/box - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Remove TODO from DOCS graphics/boxer - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Cosmetical changes graphics/cbrpager - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/cbview - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/cbviewer - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/eos-movrec - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Change pkg-plist, remove mtree graphics/evolvotron - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Break lines around 80 characters graphics/fracplanet - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Remove TODO from DOCS - Change Desktop entry file - Break lines around 80 characters graphics/gnofract4d - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/icon-slicer - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Use the new format for LIB_DEPENDS - Remove TODO from DOCS graphics/lcdtest - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Simplify dependency for x11-fonts/liberation-fonts-ttf graphics/multican - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Remove TODO from DOCS graphics/photopc - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Cosmetical changes graphics/pngcheck - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/pngwriter - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/pstoedit - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Strip libraries graphics/skencil - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Cosmetical changes - Strip libraries misc/boxes - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Cosmetical changes - Mute RM and MKDIR misc/explosions - Bump PORTREVISION for MAINTAINER change - Remove FTP master site - Reset maintainer to ports@ misc/wmweather+ - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Use the new format for LIB_DEPENDS multimedia/dvdauthor - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Remove TODO from DOCS multimedia/dvdid - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Strip library multimedia/freetuxtv - Change Makefile header, use my name and @FreeBSD.org email - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ multimedia/gtk-youtube-viewer - Change Makefile header, use my name and @FreeBSD.org email - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Break lines around 80 characters net/wlan2eth - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Cosmetical changes
* Remove expired ports:rene2014-04-298-133/+0
| | | | | | | 2014-04-27 multimedia/xfce4-xmms-plugin: Abandonware, and can't select another player instead XMMS 2014-04-27 multimedia/xmms-weasel: Abandonware, please consider using multimedia/audacious instead 2014-04-27 audio/xmms-sexyspc: Abandonware, please consider using multimedia/audacious instead 2014-04-28 audio/libmusicbrainz4: Please use audio/libmusicbrainz5 instead
* Convert from USE_BZIP2 to USES=tar:bzip2bapt2014-04-281-2/+1
|
* - Updated upstream distfilesriggs2014-04-285-129/+121
| | | | | | | | | | - Set new maintainer e-mail address - USES tar:bzip2 - Always install the default skin - Remove DETECTION_FILE (no other port was using it) - Stagify Approved by: thierry (mentor)
* - Backport upstream fix for .mkv playback stutter using oss audio.nox2014-04-282-0/+38
| | | | | | | | - Bump PORTREVISION. PR: ports/186093 Submitted by: "Marko Cupa&#263;" <marko.cupac@mimar.rs> (PR) Obtained from: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c1622c2c6e0e15a38fef723086ca8bf75a75b46b
* Fix download location, so slave ports fetch from the correct URLriggs2014-04-281-1/+1
| | | | Approved by: thierry (mentor)
* Update to 2.1.4 - changelog is here:nox2014-04-272-4/+5
| | | | https://www.videolan.org/developers/vlc-branch/NEWS
* - Sync with upstream snapshot of 2014-04-18riggs2014-04-279-95/+84
| | | | | | | | | | | | | | - General Makefile cleanup - Fix x11 dependency handling (xproto was missing) - Builds with LOCALBASE != PREFIX should work everywhere now - Remove support for esd unconditionally - mplayer: default build enables fribidi option, so smplayer and smtube packages from official FreeBSD package repos will work out of the box - Add profiling option (disabled by default) - Remove WITH_LANG knob (was unused for a long time anyway) - Chase libbluray shared lib version bump from ports/188573 Approved by: thierry (mentor)
* - Update libaacs to 0.7.0riggs2014-04-2715-47/+74
| | | | | | | | | | | | | - Add LICENSE - USES tar:bzip2 - Update libbluray 0.5.0 - Unbreak JAVA option - USES tar:bzip2 - Bump PORTREVISION in depdendent ports due to shared lib version bump PR: ports/188573 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Approved by: thierry (mentor)
* - Change Makefile header, use my name and @FreeBSD.org emailnemysis2014-04-273-19/+26
| | | | | | | | | | | | | - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Remove master sites, use GitHub=yes - USES tar:bzip2 instead of USE_BZIP2=yes - Fix the usage of 'python' to get rid of the implicit lang/python dependency - Change DOCS and add Option - Change desktop entry - Change REINPLACE, use /bin/sh instead of /bin/bash - Mute RM - Change pkg-descr, remove not needed whitespace and change WWW
* - Update to 2.3sunpoet2014-04-272-5/+4
| | | | | | | | - Pass maintainership to submitter Changes: https://github.com/dbr/tvnamer/commits/master PR: ports/188412 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update to version 2.2.4pawel2014-04-262-13/+14
| | | | | | | - Make Matroska support optional and off by default (mainly due to multimedia/mkvtoolnix being notoriously broken) - Fix few shebangs - Install striped binaries
* - Stop depending on bitstream-vera, add explicit fontconfig/freetypenox2014-04-261-13/+5
| | | | | | | | | dependencies. [1] - Switch to USES= tar:xz. - Bump PORTREVISION. PR: ports/187857 [1] Submitted by: rakuco [1]
* Update to 0.7.0bapt2014-04-253-52/+66
| | | | | Use USES=libtool Add DOCS option
* Bump portrevision after changes in gstreamer-plugins master portbapt2014-04-2519-18/+23
| | | | Fix gstreamer-plugins-bad after changes in the master port
* Switch to USES=libtool:keeplabapt2014-04-254-25/+29
| | | | strip binaries
* Update my ports to be compliant with new USES framework and fix other issues.dbn2014-04-251-1/+1
| | | | | | | | | | | Changes: * various: migrate USE_BZIP2 to USES=tar:bzip2 * various: migrate USE_XZ to USES=tar:xz * multimedia/py-ffmpeg: add and prefer github (GH) as master site * ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD) Most ports are updated infrequently so a single batch commit is preferred over collating changes per port.
* - Convert to USES=libtool.tijl2014-04-251-7/+3
| | | | - Replace post-install with INSTALL_TARGET=install-strip.
* Fix LIB_DEPENDS on mjpegtools.tijl2014-04-245-5/+5
| | | | Reported by: jenkins (swills)
* Update gstreamer 1.0 ports to version 1.2.4.tijl2014-04-2324-83/+60
|
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-2325-39/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery)
* - Update to 1.3.0madpilot2014-04-232-7/+5
| | | | | | | | | | - Use new LIB_DEPENDS format - USES=tar - Enable staging PR: ports/187986 Submitted by: me Approved by: Maintainer timeout
* [NEW PORT] multimedia/py-soco: Python interface to Sonos speakerskoobs2014-04-224-0/+32
| | | | | | | | | | SoCo (Sonos Controller) is a simple Python class that allows you to programmatically control Sonos speakers. WWW: https://github.com/SoCo/SoCo PR: ports/186993 Submitted by: Conall O'Brien <conall at conall dot net>
* - Fix building with clang 3.4 on headdecke2014-04-221-0/+11
| | | | Reported by: pkg-fallout
* Switch to lua 5.2bapt2014-04-221-2/+3
| | | | Enforce the lua version
* - Update to 20081026nemysis2014-04-212-18/+24
| | | | | | | | | | - Add USES tar:bzip2 - Remove LICENSE.TXT and TODO.TXT from DOCS - Change REINPLACE - Simplify build and installation handling PR: ports/179131 Submitted by: nemysis (self)
* - Bump PORTREVISION for LICENSE addingnemysis2014-04-212-20/+17
| | | | | | | | | | | - Add USES shebangfix and SHEBANG_FILES, remove obsolete REINPLACE - Remove INSTALL and TODO from DOCS - Support STAGEDIR - Add DOCS Option - Change pkg-descr, cosmetical changes PR: ports/179149 Submitted by: nemysis (self)
* multimedia/gpodder: update to 3.6.1rm2014-04-212-3/+3
| | | | | | | | - update to 3.6.1 Release notes: http://blog.gpodder.org/2014/02/gpodder-360-population-zero-released.html http://blog.gpodder.org/2014/03/gpodder-361-little-orphan-airplane.html
* Mark broken, fails to installantoine2014-04-211-0/+2
| | | | | | | | riggs@ and the maintainer are working on an update PR: ports/187263 Reported by: pkg-fallout With hat: portmgr
* - Update gstreamer1-libav to 1.2.4 (fixes crashes when seeking).tijl2014-04-203-10/+6
| | | | | | | - USES=libtool, INSTALL_TARGET=install-strip - Replace tiny pkg-plist with PLIST_FILES. PR: ports/188133, ports/188803
* Add patch to make sure the mutex is locked before trying to unlock it.kwm2014-04-202-2/+30
| | | | | | | This fixes a startup crash in cheese 3.12. Submitted by: Gustau Perez Obtained from: Gstreamer upstream
* Add new port multimedia/naludump:nox2014-04-208-0/+104
| | | | | | | | | | | | | | Naludump is a tool to delete NALU fill data from h.264 streams embedded into TS files. The overall file structure isn't modified, only complete TS packets of NALU fill data are removed. Naludump contains lots of code of Klaus Schmidinger's VDR, and is based on cocepts from Marten Richter's Nalustripper. Usage: naludump inputfile.ts [outputfile.ts] WWW: http://www.udo-richter.de/vdr/naludump.en.html
* - Bring back VPX option, thus fixing potential (de-)install dependenciesriggs2014-04-183-3/+13
| | | | | | | | | | - Handle UTF-8 charset properly in libvo - Bump PORTREVISION PR: ports/188657, ports/188697 Submitted by: anonymous <anonymous@gmail.com> Approved by: jadawin (co-mentor) MFH: 2014Q2
* Remove expired ports:rene2014-04-1811-348/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared 2014-04-17 science/flounder: Unmaintained since 2002 2014-04-17 security/nbaudit: Unmaintained since 2002 2014-04-17 security/saint: Unmaintained since 2002 2014-04-17 graphics/gozer: Unmaintained since 2002 2014-04-17 misc/pdfmap: Unmaintained since 2002 2014-04-17 devel/showgrammar: Unmaintained since 2002 2014-04-17 biology/libgenome: Unmaintained since 2002 2014-04-17 deskutils/narval: Unmaintained since 2002 2014-04-17 devel/fampp: Unmaintained since 2002 2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002 2014-04-17 misc/wmfirew: Unmaintained since 2002 2014-04-17 x11-wm/e16utils: Unmaintained since 2002 2014-04-17 misc/salias: Unmaintained since 2002 2014-04-17 print/latex2slides: Unmaintained since 2002 2014-04-17 lang/sxm: Unmaintained since 2002 2014-04-17 textproc/pybook: Unmaintained since 2002 2014-04-17 mail/mailcrypt: Unmaintained since 2002 2014-04-17 japanese/elvis: Unmaintained since 2002 2014-04-17 devel/prototype: Unmaintained since 2002 2014-04-17 print/wprint: Unmaintained since 2002 2014-04-17 science/euler: Unmaintained since 2002 2014-04-17 multimedia/gopchop: Unmaintained since 2002 2014-04-17 science/gdis: Unmaintained since 2002 2014-04-17 net/googolplex: Unmaintained since 2002 2014-04-17 lang/logo: Unmaintained since 2002 2014-04-17 textproc/roap: Unmaintained since 2002 2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002 2014-04-17 games/yamsweeper: Unmaintained since 2002 2014-04-17 net-mgmt/echolot: Unmaintained since 2002 2014-04-17 security/pam_smb: Unmaintained since 2002 2014-04-18 devel/lua-redis-parser: Broken for more than 6 months 2014-04-18 biology/finchtv: Broken for more than 6 months 2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
* multimedia/py-guessit: update to 0.7.1wg2014-04-182-4/+6
|
* - Chase libmikmod upgradeswills2014-04-171-1/+1
| | | | Approved by: portmgr (bdrewery)
* - Switch to USES=tar:bzip2swills2014-04-171-3/+7
| | | | | | | | | - Fix typo for SDL option - Remove backup files created by sed PR: ports/188704 Submitted by: swills (myself) Approved by: wg (maintainer)
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-1730-26/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Update to 0.9.9.10.458feld2014-04-163-9/+43
|
* - Update from 1.2.1 to 1.3danilo2014-04-141-1/+1
|
* Mark broken: conflict with dependency mjpegtoolsantoine2014-04-131-0/+2
| | | | | | | Installing y4mscaler-9.0_8...pkg-static: y4mscaler-9.0_8 conflicts with mjpegtools-2.1.0 (installs files into the same place). Problematic file: /usr/local/bin/y4mscaler *** Error code 70 Reported by: pkg-fallout
* - fix build on FreeBSD-10dinoex2014-04-131-0/+1
|
* kld should not be strippedantoine2014-04-121-1/+1
| | | | With hat: portmgr
* - Remove CONFLICTS with multimedia/libav, which was forgotten on its updatemva2014-04-121-1/+0
|
* Update to 0.1.33.kwm2014-04-123-7/+7
| | | | | | | | | | | Added new API function "cuse_is_vmalloc_addr()". Some minor kqfilter fixes. While here use USES=tar:bzip2, and strip the module. This is done in do-install because the module is installed r-x, so strip isn't allowed and I don't want to mess with chmod. Submitted by: maintainer (IRC)
* Support stagebapt2014-04-122-17/+12
|
* Support stagebapt2014-04-122-12/+5
|
* Support stagebapt2014-04-122-8/+8
|
* Unbreak post-install in case of !DBUS after r349157.marius2014-04-111-2/+4
| | | | Approved by: bapt (mentor), oliver (maintainer)
* Fix after conversion to USES=webpluginbapt2014-04-101-1/+1
|
* * Drop provisions for long-dead slave ports.naddy2014-04-102-36/+28
| | | | | | * Turn esound into a proper option. * Handle .la files that depend on options; partially from Craig Leres <leres@ee.lbl.gov>.
* XMMS is not going away soon, so unexpire the plugins that build.naddy2014-04-102-6/+0
|
* Block attempts to remove this port.naddy2014-04-101-4/+1
|
* Support stagebapt2014-04-092-36/+34
| | | | | | strip binaries USES=webplugin USES=libtool instead of ltverhack
* Use USES=webplugin, USES=libtoolbapt2014-04-092-7/+4
|
* Terminal based YouTube jukebox with playlist management.nivit2014-04-095-0/+61
| | | | | | | | | | | | | | Main features: - Search and play audio/video from YouTube - Search and import YouTube playlists - Create and save local playlists - Download audio/video - Works with Python 2.7+ and 3.x - Works with Windows, Linux and Mac OS X - Requires mplayer or mpv WWW: http://github.com/np1/mps-youtube
* - Update to version 10mva2014-04-099-137/+225
| | | | | | | | | | - Unbreak on all supported FreeBSD versions (package builders) - Enable support for wavpack and webp en/decoding - Enable parallel installation with multimedia/ffmpeg by installing the shared libraries, headers and .pc files within separate directories (libav/) or using an own suffix (-libav) Changelog for version 10: http://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v10
* Reapply r348889antoine2014-04-091-0/+1
|
* Fix for integer overflow and underflow vulnerabilities in thenaddy2014-04-082-5/+45
| | | | | | | processing of skin bitmap images. Obtained from: Ubuntu (originally) Security: http://www.vuxml.org/freebsd/20e23b65-a52e-11e3-ae3a-00224d7c32a2.html
* Support stagebapt2014-04-082-5/+4
|
* Support stagebapt2014-04-082-33/+72
|
* Support stagebapt2014-04-071-2/+1
|
* - Update to 0.55sunpoet2014-04-072-6/+3
| | | | | | | | - While I'm here, remove regression-test: Changes: http://search.cpan.org/dist/Audio-M4P/Changes PR: 188312 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* Do not ship start.sh; we provide an rc scriptfeld2014-04-072-2/+0
|
* Unbreak, for some reasons the glib schema files are not installedantoine2014-04-061-3/+3
| | | | | Reported by: pkg-fallout PR: ports/187568
* - add USES=tar:bzip2dinoex2014-04-051-2/+1
|
* Update to version 2.1pawel2014-04-042-4/+4
| | | | Improve the download speed for DASH formats.
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-036-13/+10
| | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc.
* Switch to USES=tar for my portsmartymac2014-04-032-4/+2
|
* Fix build of the old avidemux, not sure when it broke...nox2014-04-031-1/+1
| | | | | | (include <bsd.port.post.mk> instead of <bsd.port.mk>) Submitted by: QAT
* Remove avidemux26-gtk given it hasn't been importedbapt2014-04-021-1/+0
|
* - Update to 14.3.0, announce message is here:nemysis2014-04-024-37/+29
| | | | | | | | | | http://sourceforge.net/projects/smplayer/files/SMPlayer/14.3.0/ - Simplify dependencies - Use tar:bzip2 instead of USE_BZIP2=yes - Add DEBUG Option - Change patch and recreate with make makepatch, remove for deinstallation
* - Finally import avidemux 2.6.8 as new ports multimedia/avidemux26*,nox2014-04-0220-1/+1098
| | | | | | | | | | | | | | repocopied from the 2.5.6 ports multimedia/avidemux2 (left in the tree for now for people that want a gtk ui etc.) - Set CONFLICTS as only one avidemux version can be installed at a time. - Don't import the 2.6.8 gtk ui as it crashes at startup and apparently is abandoned upstream. (In the unlikely case that someone wants to fix it, it is available at my redports tree.) - As with the old version start by installing multimedia/avidemux26-plugins, it is needed and depends on the other ports. - (portlint is still not happy but I guess it cannot know everything...) Submitted by: frogs <4721@hushmail.com> (initial port)
* - Update to 20131003nemysis2014-04-023-11/+70
| | | | | | | - Use tar:bzip2 instead of USE_BZIP2=yes - Add README.txt to DOCS - Remove obsolete REINPLACE - Add Theme Numix-uTouch
* - Update to 0.3.7gblach2014-03-312-5/+4
|
* Update to 0.9.9.8.436feld2014-03-293-7/+16
| | | | Do not ship start.sh; we provide an rc script
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andpgj2014-03-291-1/+1
| | | | | | | | 9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
* Use binutils port on FreeBSD/ia64.tijl2014-03-281-1/+1
| | | | PR: ports/187273
* - Update to 1.3.0madpilot2014-03-274-5/+6
| | | | - Silence some portlint warnings
* Use binutils port on FreeBSD/ia64.tijl2014-03-271-1/+1
| | | | PR: ports/187814
* - Bump PORTREVISIONnemysis2014-03-275-72/+57
| | | | | | | | | | | | | | | | - Add license (GPLv2) - Use the new format for LIB_DEPENDS - Comply with OptionsNG - Use PLIST_FILES instead of pkg-plist - Support STAGEDIR - Simplify DOCS installation handling and add Option - Add OPTIONS_SINGLE=VIDEO-FORMAT and NTSC, PAL SINGLE Options, and REINPLACE - Use files/makefile instead of files/patch-makefile and REINPLACE - Add REINPLACE instead of simple patch PR: ports/179154 Submitted by: nemysis (self)
* - Connect multimedia/fpc-libvlcacm2014-03-261-0/+1
|
* - New port: multimedia/fpc-libvlcacm2014-03-262-0/+36
| | | | Free Pascal interface to vlc media player library
* - Update gstreamer1-libav to version 1.2.3.tijl2014-03-262-35/+15
| | | | | | | | | | | | | | | - USES=tar:xz. - Remove redundant configure args. - Only link with -Wl,-Bsymbolic where necessary. - Remove detection of SSE and MMX instruction set support. This enables support for various x86 extensions (SSE2, SSE3,...) in the i386 package. CPU support for these is detected at runtime except for MMX. So the i386 package requires at least a Pentium MMX now. (Does anybody play videos with gstreamer on a i486 or Pentium?) - Replace ARCH with LIBAV_ARCH everywhere so it doesn't conflict with our ARCH. [1] PR: ports/181964 [1]
* - Support stage directoryoliver2014-03-262-152/+135
| | | | | | | | | | | - Use new syntax for LIB_DEPENDS - Added LICENSE - Convert to USES=tar:bzip2 - Strip binaries - Restore and fix SID option - Remove libcdio_cdda.so related warning as sysutils/libcdio unconditionally depends on audio/cdparanoia Submitted by: bar
* - Use new syntax for LIB_DEPENDSoliver2014-03-262-28/+37
| | | | | | | | | | - Added LICENSE - Convert to USES=tar:bzip2 - Added USES=desktop-file-utils - Strip binaries - Pet portlint Submitted by: bar
* - Make sure libavcodec builds MD codedecke2014-03-254-18/+4
| | | | | | | - Bump PORTREVISION PR: ports/187836 Submitted by: Jan Beich <jbeich@tormail.org>
* Chase multimedia/xmms deprecation and expiration date.olivierd2014-03-251-0/+3
| | | | | | | | | Contrary to what Makefile mentions, we can choose player (Audacious or XMMS). Plugin still searches XMMS, and development stopped since 3 years. It belongs of obsolete library (x11-toolkits/libxfce4gui). PR: 187727 Submitted by: Andrea Venturoli
* Convert wxsvg to use wxGTK 3.0bapt2014-03-241-4/+5
| | | | | Remove the component part from bsd.wx.mk as only dvdstyler uses it Make dvdstyle use wxGTK 3.0
* Convert to USES=tar:xzbapt2014-03-241-2/+1
|
* Chase multimedia/xmms deprecation and expiration dateantoine2014-03-243-0/+9
| | | | With hat: portmgr
* Remove dependency on expiring and forbidden xmmsantoine2014-03-242-8/+3
| | | | With hat: portmgr
* Set an expiration date for multimedia/xmmsantoine2014-03-241-0/+1
| | | | Requested by: many
* Remove some expired xmms ports (abandonware, unmaintained):antoine2014-03-2313-186/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-23 audio/p5-Xmms: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-a52dec: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-audiofile: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-cdread: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-crossfade: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-crystality: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-defx: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-efxmms: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-eq: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-faad: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-fc: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-fxt: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-infopipe: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-jack: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-liveice: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-mac: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-mad: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-midi: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-modplug: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-mp3cue: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-osssurround: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-quix3dn: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-sid: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-sndfile: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-tfmx: Abandonware, please consider using multimedia/audacious instead 2014-03-23 chinese/xmms: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-blursk: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-dancingparticles: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-dflowers: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-dscope: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-dspectogram: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-dspectral: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-finespectrum: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-fishmatic: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-gdancer: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-iris: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-jess: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-nebulus: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-paranormal: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-scivi: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-vumeter: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-waterfall: Abandonware, please consider using multimedia/audacious instead 2014-03-23 multimedia/gxmms: Abandonware, please consider using multimedia/audacious instead 2014-03-23 multimedia/xmms-status-plugin: Abandonware, please consider using multimedia/audacious instead 2014-03-23 russian/xmms: Abandonware, please consider using multimedia/audacious instead 2014-03-23 x11-themes/xmms-bluecurve-theme: Abandonware, please consider using multimedia/audacious instead 2014-03-23 x11-themes/xmms-eq-skins: Abandonware, please consider using multimedia/audacious instead 2014-03-23 x11-themes/xmms-vumeter-skins: Abandonware, please consider using multimedia/audacious instead
* Copy a patch from multimedia/libav to fix compilation with clang on i386tijl2014-03-221-0/+11
| | | | with MMX and SSE.
* Support stagingehaupt2014-03-201-2/+1
|
* - Convert to USES=tarpawel2014-03-183-5/+3
| | | | - Use precise BSD licenses
* Convert to new USES=tarmadpilot2014-03-172-4/+2
|
* Remove expired ports:antoine2014-03-167-109/+0
| | | | | | 2014-03-15 multimedia/linux_v4l2wrapper-kmod: Included now in all supported FreeBSD versions 2014-03-15 devel/sgl: S/W never progressed beyond incomplete graduate project; library was never properly built - not worth fixing 2014-03-15 palm/jpilot-db: No distfiles
* Switch my ports to USES= tar:...nox2014-03-1522-33/+22
|
* When setting USE_XORG via OPTION helper, use comma syntax universally; indanfe2014-03-152-5/+5
| | | | | | | | | | `devel/sdl12', `graphics/blender', and `multimedia/libav' ports they were set incorrectly, which caused build failures of `devel/sdl12' without the OpenGL, for example. Also, while at it, in `multimedia/libmpeg2', fix sed(1) based patching to produce more neat results, and use official spelling of MPEG abbreviation in COMMENT (port description still needs cleaning up).
* multimedia/linux-huludesktop: remove dead porteadler2014-03-156-105/+0
| | | | | | Upstream has ceased development of this port. Approved by: jsa (maintainer)
* - Support STAGEDIR [1]olivierd2014-03-144-49/+39
| | | | | | | | | | | | | | - Use options helpers [1] - Move sox dependency from BUILD_DEPENDS to LIB_DEPENDS [1] - Force Imagination to use plugins [2] - Adjust GNOME dependencies - Add patch when NLS is not set - Bump PORTREVISION PR: 186596 [1], 186644 [2] Submitted by: Zsolt Udvari [1], [2] Approved by: Jesse Smith (maintainer) [1], timeout (> 1 month) [2]
* - Update to version 2.0pawel2014-03-143-5/+15
| | | | | | | | | | | | | | | | - Convert to USES=tar:bzip2 - Strip program binary Release notes: * New option to record audio. * Download 1080p in DASH format. * The 'Most Rated' tab has been replaced with 'Sports'. * An option to add the URL to the SMPlayer playlist has been added. * A default region is selected according to the user's language and country. * Better support for encrypted signatures. * New translations: Italian and French. * Possibility to compile with Qt 5.
* Support stagingehaupt2014-03-141-5/+8
|
* - Use USES=tar:xzsunpoet2014-03-141-2/+1
|
* - Use USES=tar:xzsunpoet2014-03-141-2/+1
|
* - Use USES=tar:xzsunpoet2014-03-141-2/+1
|
* Support stagingehaupt2014-03-141-9/+5
|
* 0.9.9.7.429 has been released to the general publicfeld2014-03-143-5/+21
|
* - Chase readline update.nox2014-03-142-3/+11
| | | | - Switch to USES= tar:xz .
* Update to 0.9.9.7.429feld2014-03-143-4/+16
|
* Really depend on libiconv. (fixes packaging, doh!)nox2014-03-141-1/+1
|
* Fix RUN_DEPENDS for multimedia/vdr-plugin-vnsiserver .nox2014-03-141-1/+1
|
* - Put AIRTUNES as default optionjadawin2014-03-131-1/+2
| | | | | | | | - Bump PORTREVISION PR: ports/187522 Submitted by: Ben Woods <woodsb02@gmail.com> Approved by: maintainer
* Update to 1.7.5 .nox2014-03-122-4/+3
|
* Deprecate a few old unmaintained portsantoine2014-03-121-0/+2
|
* Disable nautilus support, not compatibly with nautilus 3.x.kwm2014-03-122-77/+73
| | | | | | There is no --disable-nls configure flag so remove the option. Use new LIB_DEPENDS syntax, stagify. Add desktop-file-utils, and add missing GLIB_SCHEMAS.
* - Update to 2.7.1miwi2014-03-113-4/+8
| | | | | PR: 187298 Submitted by: ports fury
* - Update to 0.99.8miwi2014-03-113-53/+34
| | | | | PR: 187291 Submitted by: ports fury
* Unbreakantoine2014-03-11