aboutsummaryrefslogtreecommitdiff
path: root/multimedia/pwcbsd
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia: Add missing USES={gl,gnome,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517065
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508882
* These ports now build on powerpc64.Mark Linimon2018-12-111-2/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=487243
* Remove redundant kld from CATEGORIES if a port uses kmod.Mateusz Piotrowski2018-07-201-1/+1
| | | | | | | | | | | | | "USES=kmod" already adds kld to CATEGORIES so it is unnecessary to set CATEGORIES to kld explicitly. PR: 228543 Reviewed by: krion (mentor) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D16359 Notes: svn path=/head/; revision=474998
* Mark some ports failing on powerpc64. These ports are either newMark Linimon2017-06-021-0/+2
| | | | | | | | | | | ports, or had been recently unblocked. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=442405
* Convert to USES=jpegAntoine Brodin2015-06-221-1/+1
| | | | Notes: svn path=/head/; revision=390310
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Fix build with clang 3.6Dmitry Marakasov2015-02-161-2/+20
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=379108
* Remove useless @cwdBaptiste Daroussin2014-12-082-6/+3
| | | | Notes: svn path=/head/; revision=374328
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - StagifyLars Engels2014-06-203-14/+16
| | | | | | | | | | | - Add LICENSE - Remove NO_PACKAGE restriction, the package should include a working kmod - Use new LIB_DEPENDS - Move pkg-message to files/ - Use %%KMODDIR%% instead of hardcoding it Notes: svn path=/head/; revision=358535
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* - Fix build with clang [1]Lars Engels2013-09-052-1/+12
| | | | | | | | | - Use to new LIB_DEPENDS format Reported by: pkg-fallout Notes: svn path=/head/; revision=326408
* Convert to new options frameworkBaptiste Daroussin2013-05-111-19/+11
| | | | | | | While here remove test for unsupported versions Notes: svn path=/head/; revision=317872
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* Use the $SRC_BASE Makevar instead of hard-coding.Mark Linimon2010-12-171-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=266475
* - Fix build with WITH_MMAPLars Engels2010-10-012-41/+40
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=262274
* Now, Fix the build on <= 8.Robert Noland2010-05-171-2/+2
| | | | Notes: svn path=/head/; revision=254501
* Fix build on -CURRENTRobert Noland2010-05-172-33/+38
| | | | | | | Approved by: lme (maintainer) Notes: svn path=/head/; revision=254494
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* Register conflict with pwcview.Koop Mast2010-01-161-0/+2
| | | | Notes: svn path=/head/; revision=247994
* - Fix pwcview crash when taking still imagesLars Engels2009-10-032-1/+12
| | | | | | | | | | - Bump PORTREVISION PR: ports/137265 Submitted by: Ralf Gebhart <gebhart (AT) burdawireless.com> Notes: svn path=/head/; revision=242415
* - Fix build on 8.xLars Engels2009-09-094-40/+53
| | | | | | | | | - Bump PORTREVISION Patch by: gj@ Notes: svn path=/head/; revision=241131
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Fix build on 7.xLars Engels2009-05-286-1/+13
| | | | | | | | - Mark BROKEN for older 8-CURRENT - Bump PORTREVISION Notes: svn path=/head/; revision=234709
* - Add patches to fix build with USB2Lars Engels2009-05-276-5/+801
| | | | | | | | | - Bump PORTREVISION Patches Submitted by: hps Notes: svn path=/head/; revision=234670
* Mark BROKEN with usb2Lars Engels2009-02-281-0/+4
| | | | Notes: svn path=/head/; revision=229217
* - UnbreakLars Engels2008-11-211-7/+2
| | | | | | | | | - Add additional mirror to MASTER_SITES - Remove check for 5.x - Grab maintainership Notes: svn path=/head/; revision=223136
* Mark broken since it doesn't fetchIon-Mihai Tetcu2008-11-211-0/+2
| | | | | | | Prompted by: QAT QA run Notes: svn path=/head/; revision=223104
* - Drop MaintainershipMartin Wilke2008-03-201-1/+1
| | | | | | | | PR: 121857 Submitted by: Raaf <raaf@zen.mooo.com> (old maintainer) Notes: svn path=/head/; revision=209488
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* - Update to 1.4.1Martin Wilke2007-10-092-4/+4
| | | | | | | | PR: 117041 (merged from nosedive) Submitted by: maintainer Notes: svn path=/head/; revision=201168
* - Update to 1.4.0Martin Wilke2007-07-047-232/+9
| | | | | | | | | | - Update maintainer mail adress PR: 114268 Submitted by: Raaf <raaf@zen.mooo.com> (maintainer) Notes: svn path=/head/; revision=194906
* Populate the 'kld' virtual category, for ports that install Kernel LoadableMark Linimon2007-06-291-1/+1
| | | | | | | | | modules. Hat: portmgr Notes: svn path=/head/; revision=194441
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Commit of fixes that make this buildable once again after Rev. 1.82 ofColeman Kane2006-12-164-0/+222
| | | | | | | | | | | | | | | | src/sys/dev/usb/usb_port.h hacked off some deprecated compatibilty macros. A number of manually designed device printf statements were replaced with the appropriate calls to device_printf(9). In addition, did a find/replace of other removed macros with the previous definitions from that file. I don't have a camera so I don't know the operative status of this port under -CURRENT yet. PR: ports/106794 Notes: svn path=/head/; revision=179898
* - Add backup MASTER_SITESMartin Wilke2006-10-071-1/+3
| | | | | | | | | PR: ports/103953 Submitted by: Kyryll A Mirnenko <mirya@matrix.ua> Approved by: raaf (maintainer) Notes: svn path=/head/; revision=174718
* - Update to pwcbsd-1.3.1Martin Wilke2006-09-242-6/+9
| | | | | | | | | | | - Fixes build with new SDL port - Minor bugfixes PR: ports/103562 Submitted by: Raaf <freebsd@luna.afraid.org> (maintainer) Notes: svn path=/head/; revision=173734
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-6/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* Don't install <linux/videodev.h>. This is moving to a brand newFlorent Thoumie2006-08-012-3/+1
| | | | | | | | | multimedia/v4l_compat port. Approved by: maintainer Notes: svn path=/head/; revision=169399
* - OPTION'fy.Hajimu UMEMOTO2006-06-162-10/+14
| | | | | | | | | - Add an option for enable mmap support. Approved by: freebsd__at__luna.afraid.org (maintainer) Notes: svn path=/head/; revision=165597
* Update to pwcbsd-1.3.Martin Wilke2006-06-152-4/+5
| | | | | | | | | | | Changelog available here: http://raaf.atspace.org/Changelog PR: ports/98938 Submitted by: raaf Approved by: krion (mentor), maintainer Notes: svn path=/head/; revision=165521
* - Fix WWW.Jean Milanez Melo2006-05-291-1/+1
| | | | | | | | | PR: ports/97998 Submitted by: Raaf <freebsd@luna.afraid.org> (maintainer) Approved by: mnag (mentor) Notes: svn path=/head/; revision=163898
* Update to 1.2Tilman Keskinoz2006-05-212-4/+4
| | | | | | | | | PR: 97244 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: Raaf <freebsd@luna.afraid.org> Notes: svn path=/head/; revision=162954
* This port provides a FreeBSD kernel module thatSergey Matveychuk2006-04-295-0/+97
video4linux enabled and raw yuv420p applications can use to access several USB based webcams. WWW: http://www.saillard.org/linux/pwc/ PR: ports/93464 Submitted by: Raaf <raaf@luna.afraid.org> Notes: svn path=/head/; revision=160766