Commit b13bbbfb authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Remove feh-cam and gen-cam-menu

parent ebb130d9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
git HEAD

    * Remove deprecated webcam scripts (feh-cam and gen-cam-menu)

Sat, 27 Oct 2018 19:46:48 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.28.1
+0 −17
Original line number Diff line number Diff line
@@ -25,23 +25,6 @@ test-x11: all
install: install-man install-doc install-bin install-font install-img
install: install-icon install-examples install-applications

ifeq (${cam},1)
install: install-cam
uninstall: uninstall-cam
endif

install-cam:
	@echo installing fe-cam and gen-cam-menu
	@cp man/feh-cam.1 man/gen-cam-menu.1 ${man_dir}/man1
	@chmod 644 ${man_dir}/man1/feh-cam.1 ${man_dir}/man1/gen-cam-menu.1
	@cp cam/feh-cam cam/gen-cam-menu ${bin_dir}
	@chmod 755 ${bin_dir}/feh-cam ${bin_dir}/gen-cam-menu

uninstall-cam:
	rm -f ${man_dir}/man1/feh-cam.1
	rm -f ${man_dir}/man1/gen-cam-menu.1
	rm -f ${bin_dir}/feh-cam ${bin_dir}/gen-cam-menu

install-man:
	@echo installing manuals to ${man_dir}
	@mkdir -p ${man_dir}/man1
+0 −1
Original line number Diff line number Diff line
@@ -79,7 +79,6 @@ Available flags are:
| Flag | Default value | Description |
| :--- | :---: | :--- |
| app  | 0 | install icons to /usr/share, regardless of `DESTDIR` and `PREFIX, and call gtk-update-icon-cache afterwards |
| cam  | 0 | install deprecated feh-cam und gen-cam-menu scripts |
| curl | 1 | use libcurl to view http:// and similar images |
| debug | 0 | debug build, enables `--debug` |
| exif | 0 | Builtin EXIF tag display support |

cam/ChangeLog

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
0.3
---
- added this changelog..

0.4
---
- added richlowe's patch.  since he pretty much rewrote everything, he's
an author, not a contributor. :)
- uses "use strict" now
- uses POD for documentation
- added title support in cam bookmarks file
- cmd line flag for different bookmars file
- getoppt_long use for command-line flags
- rmeoved richlow's damn nonstandard Pod::Usage stuff

cam/README

deleted100644 → 0
+0 −45
Original line number Diff line number Diff line
Cam 0.4 README
==============
This document was last updated on 20010223-1620-PST.
Please see the file COPYING for licensing information.

Description
===========
feh-cam is a Perl wrapper for feh that simlifies viewing webcams. It uses
keyed bookmarks.  Type "feh-cam --help" at the command line for usage
information.

Webcam Information
==================
All webcam images are the property of their respective owners.  If you
enjoy the cam, you should check out the page too!  The initial list of
cam bookmarks (in the cam_bookmarks file) is a combination of webcams
scoured from the #E People Page (http://bma.debian.net/~bma/e-irc/),
my favorite webcams from the Stile Project's cam pages
(http://www.stileproject.com/), and additional #e people cams that
have come online since cam's original release (0.1).

Installation
============
- Copy the "feh-cam" script to a location in your PATH (ex /usr/bin,
  /usr/local/bin, or $HOME/bin), and make sure hte execute bit on the
  script is set (type "chmod a+x $HOME/.cam_bookmarks").
- Copy the "cam_bookmarks" file to $HOME/.cam_bookmarks and make sure
  cam can see it by typing "feh-cam --list".
- Optionally, modify the options inside the feh-cam script.  You can pass
  feh any options before the image by adjusting the $PRE variable, 
  and any options after the image by adjustin the $POST variable.
  For example, I like to keep all cam images by default; you can enable
  this behavior with the -k command line option, or enable it permanently
  by adding it to the $PRE flags in feh-cam.

About the Authors
=================
Paul Duncan <pabs@pablotron.org>, pabs on #e
http://www.pablotron.org/

Richard Lowe <richlowe@btinternet.com>, richlowe on #e
http://www.richlowe.btinternet.co.uk/

...but the real credit goes to Tom Gilbert for making feh, an awesome
image viewer. :)
Loading