summaryrefslogtreecommitdiffstats
path: root/multimedia/cheese
Commit message (Collapse)AuthorAgeFilesLines
* Update cheese to 3.14.2gusi2014-11-113-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20066 df743ca5-7f9a-e211-a948-0013205c9059
* Upgrade cheese, gnome-contacts and gnome-control-center to 3.14.1gusi2014-10-204-43/+37
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20000 df743ca5-7f9a-e211-a948-0013205c9059
* Remove keepla from MC. While here do other changes:gusi2014-08-162-7/+6
| | | | | | | | | | | | | | | | - Remove STRIP_CMD all over the place and replace that with INSTALL_TARGET=install-tsrip - Drop full path *_DEPENDS (like ${LOCALBASE}/bin/flex) and use either binary names (when possible) or package names instead. I've been tempted to convert options to a more compact form, but this will happen in the future. Tested by: two complete poudriere runs git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19813 df743ca5-7f9a-e211-a948-0013205c9059
* Update cheese to 3.12.2.gusi2014-05-133-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19646 df743ca5-7f9a-e211-a948-0013205c9059
* Switch to USES=libtool:keepla for now. While I rather want to ditch .la fileskwm2014-04-261-1/+1
| | | | | | | | | | | | I think we need to keep em a cycle. So that other ports have a chance to update there .la files not to record dependancies .la files. sprinkle some USE_AUTOTOOLS=libtool -> libtoolize. This will give us base libtool (ltmain.sh and libtool.m4) files. But doesn't depend on ${LOCALBASE}/bin/libtool INSTALL_TARGET=install-strip and misc smaller cleanups. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19578 df743ca5-7f9a-e211-a948-0013205c9059
* Update MC-ports to GNOME 3.12.kwm2014-04-264-810/+234
| | | | | | | Dragons beware! Although most of them should be sleeping. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
* share/applications is now part of BSD.local.dist mtree file.kwm2013-10-281-1/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18815 df743ca5-7f9a-e211-a948-0013205c9059
* Move gnome3 ports into the place of the gnome2 locations.kwm2013-10-286-871/+1250
| | | | | | | | | | | | | | | Update to new port rules, remove conflicts, latest_link, enable stage support. gnome-games was skipped because I got a update for that. gnome-keyring 2 vs 3, needs to be looked at. zenity 2 vs 3, and libgnomekbd 2 vs 3 Use new lib_depend syntax in bsd.gnome.mk. Possible lots of broken links. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18813 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with ports, fix compile with clang.kwm2013-10-081-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18778 df743ca5-7f9a-e211-a948-0013205c9059
* Add NO_STAGE to all ports, until we convert each one.kwm2013-09-221-2/+3
| | | | | | | Use new LIB_DEPEND syntax for most ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
* Catch up with ports infra changes.kwm2013-07-261-3/+2
| | | | | | | | | USE_GMAKE= => USES=gmake Sort Uses Remove MAKE_JOBS_SAFE as it is default now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18634 df743ca5-7f9a-e211-a948-0013205c9059
* Update keywords to allow for changing SVN tag.marcus2013-07-011-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18610 df743ca5-7f9a-e211-a948-0013205c9059
* Massive port framework maintaince/update (long over due too)kwm2013-04-271-10/+6
| | | | | | | | Deal with recent USES changes, pet portlint here and there. Sync with ports, more to come. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18393 df743ca5-7f9a-e211-a948-0013205c9059
* set proper keywordsmarcus2013-04-011-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17268 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports. x11 and x11-* left to go.mezz2012-09-021-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17058 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with ports.kwm2012-07-131-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16985 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports. Here's a script to get rid of MD5:mezz2011-06-121-1/+0
| | | | | | | | | | | | | ------------------ #!/bin/sh for blah in `find /path/to/ports -maxdepth 3 -name distinfo`; do sed -e 's|MD5.*||g' -e "/^$/d" ${blah} > ${blah}.new mv ${blah}.new ${blah} done ------------------ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16061 df743ca5-7f9a-e211-a948-0013205c9059
* Reset the $FreeBSD$.mezz2011-05-011-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15935 df743ca5-7f9a-e211-a948-0013205c9059
* Add CONFLICTS with the each others.mezz2011-04-266-0/+1091
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15869 df743ca5-7f9a-e211-a948-0013205c9059
* Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because ofkwm2010-12-016-1088/+0
| | | | | | | | | focus issues. And it doesn't seem it getting any traction upstream. Next stop GNOME 3.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.32.0.kwm2010-09-283-5/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14719 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.31.92.kwm2010-09-213-5/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14632 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.31.91.kwm2010-08-302-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14490 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.31.90.kwm2010-08-186-0/+1082
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14432 df743ca5-7f9a-e211-a948-0013205c9059
* Post 2.30.1 commit clean up.kwm2010-05-126-1071/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14135 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.30.1.kwm2010-04-274-62/+52
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14094 df743ca5-7f9a-e211-a948-0013205c9059
* Add a missing dependency on hal.marcus2010-04-191-3/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14055 df743ca5-7f9a-e211-a948-0013205c9059
* Correct some portlint nits.marcus2010-04-181-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14054 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the usage of g_access().marcus2010-04-182-4/+4
| | | | | | | Reported by: kwm git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14053 df743ca5-7f9a-e211-a948-0013205c9059
* Add another include to fix a compiler warning.marcus2010-04-181-20/+22
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14052 df743ca5-7f9a-e211-a948-0013205c9059
* Add a missing header.marcus2010-04-181-10/+10
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14051 df743ca5-7f9a-e211-a948-0013205c9059
* Add a check to make sure the video device file has the correct permissions.marcus2010-04-182-28/+33
| | | | | | | Requested by: kwm git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14049 df743ca5-7f9a-e211-a948-0013205c9059
* Fix path to patched file.marcus2010-04-171-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14047 df743ca5-7f9a-e211-a948-0013205c9059
* Port back to using hal instead of gudev.marcus2010-04-173-1/+656
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14046 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.30.0. It does not work as it needs to be ported back from udevmarcus2010-04-053-51/+60
| | | | | | | to hal. I ran out of time this weekend to do this. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14020 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the locale stuff in plist. Ran by:mezz2010-03-171-1/+1
| | | | | | | http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/portstools/locale_dirrmtry.sh git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13853 df743ca5-7f9a-e211-a948-0013205c9059
* Fix plistkwm2010-03-152-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13835 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.29.92.kwm2010-03-113-5/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13792 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.29.91.avl2010-02-243-7/+7
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13703 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.29.90.kwm2010-02-113-7/+26
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13598 df743ca5-7f9a-e211-a948-0013205c9059
* Chase gnome-desktop shlib dump.kwm2010-01-171-1/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13472 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.29.5.kwm2010-01-144-0/+388
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13456 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they are in the ports tree.marcus2009-11-305-424/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.28.1.kwm2009-10-203-97/+95
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13156 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.28.0.1.marcus2009-09-253-35/+97
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13018 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.28.0.kwm2009-09-213-5/+14
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12907 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.27.92.kwm2009-09-083-5/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12815 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.27.91.kwm2009-08-254-40/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12720 df743ca5-7f9a-e211-a948-0013205c9059
* Cleanup some leftover directories.marcus2009-08-162-1/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12643 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.27.90.kwm2009-08-114-5/+48
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12605 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.27.5.kwm2009-07-283-5/+15
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12523 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.27.4.kwm2009-07-193-5/+11
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12454 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.27.3.kwm2009-06-162-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12383 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.27.2.kwm2009-05-272-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12340 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.27.1.kwm2009-05-075-0/+326
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12271 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they have been merged into FreeBSD ports.marcus2009-04-115-323/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12240 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.26.0.kwm2009-03-183-6/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12127 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the locale stuff in plist, ran by locale_dirrmtry.sh.mezz2009-03-101-2/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12055 df743ca5-7f9a-e211-a948-0013205c9059
* Add a missing dependency, gnome-desktop. Bump the PORTREVISION.mezz2009-03-041-2/+3
| | | | | | | /me goes to restart the portmaster. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12014 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.25.92.marcus2009-03-043-5/+11
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12006 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.25.91.kwm2009-02-225-0/+316
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11899 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they have been merged into the FreeBSD portsmarcus2009-01-125-298/+0
| | | | | | | tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11869 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.24.2.marcus2008-11-262-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11790 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.24.1.kwm2008-10-213-5/+11
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11709 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.24.0.marcus2008-09-233-5/+18
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11614 df743ca5-7f9a-e211-a948-0013205c9059
* Add a missing dependency on v4l_compat.marcus2008-09-121-1/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11522 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the locale stuff, ran by locale_dirrmtry.sh.mezz2008-09-101-16/+16
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11512 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.23.92.marcus2008-09-104-5/+47
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11497 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.23.91ahze2008-09-023-17/+25
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11413 df743ca5-7f9a-e211-a948-0013205c9059
* Remove gnometarget.mezz2008-08-221-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11367 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.23.90.kwm2008-08-193-5/+9
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11331 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.23.6.marcus2008-08-062-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11232 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.23.5.marcus2008-07-223-5/+15
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11130 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.23.4.marcus2008-06-172-6/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11067 df743ca5-7f9a-e211-a948-0013205c9059
* Bump PORTREVISIONs to chase the gettext update.marcus2008-06-071-1/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11028 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.23.3.kwm2008-06-053-5/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11012 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.23.2.marcus2008-05-153-7/+26
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10956 df743ca5-7f9a-e211-a948-0013205c9059
* Correct plist.marcus2008-04-292-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10928 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.23.1.marcus2008-04-284-0/+193
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10914 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they have been merged into the FreeBSD ports tree.marcus2008-03-244-188/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.22.0.mezz2008-03-113-10/+23
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10663 df743ca5-7f9a-e211-a948-0013205c9059
* Fix these locale in plist, ran by locale_dirrmtry.sh.mezz2008-03-011-8/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10590 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.21.92.mezz2008-02-263-11/+14
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10531 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.21.91.marcus2008-02-163-5/+10
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10455 df743ca5-7f9a-e211-a948-0013205c9059
* Add a missing dependency, gnome-doc-utils. Bump the PORTREVISION.mezz2008-02-161-2/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10453 df743ca5-7f9a-e211-a948-0013205c9059
* patch in correct file, cheese.desktop.in -> cheese.desktop.in.in.mezz2008-02-071-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10365 df743ca5-7f9a-e211-a948-0013205c9059
* Re-add it, our HAL now supports webcam stuff. Update to 2.21.90.1, I domezz2008-02-074-0/+166
| | | | | | | | | | | | realized that there has 2.21.91 but the installation is broke. The garnome has backed out 2.21.91 -> 2.21.90.1 too. Slap two patches in post-patch for lib/cheese/*.sh -> libexec/cheese/*.sh. Webcam owners, please test and let us know if it works. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10364 df743ca5-7f9a-e211-a948-0013205c9059
* marcus's comment:mezz2008-01-154-134/+0
| | | | | | | | | | | | | | | | | | ================================================ I looked at cheese's source, and it will not work on FreeBSD as it stands. The reason is while it uses gstreamer for v4l support, it relies on hal to find v4l devices. Since our hald doesn't probe for v4l devices, cheese won't be able to find anything...at least not automatically. So, some webcam user is problem going to have to step up, and add support to hal. ================================================ As in result, remove this port. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10084 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.21.5. It will be remove soon. I just want this port to have amezz2008-01-153-5/+14
| | | | | | | good last version before it removes. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10083 df743ca5-7f9a-e211-a948-0013205c9059
* Cheese is a Photobooth-inspired GNOME application for taking pictures andmezz2008-01-144-0/+125
videos from a webcam. It also includes fancy graphical effects based on the gstreamer-backend. WWW: http://www.gnome.org/projects/cheese/ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10068 df743ca5-7f9a-e211-a948-0013205c9059