diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-11-25 10:10:48 +0800 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-11-25 10:10:48 +0800 |
commit | 52679ee7131bc6ffab233f6c3e0471c14a8a1788 (patch) | |
tree | be82fa11f97ea284e286ef017037756ac8c83917 /multimedia | |
parent | a295efeb5aee8b7b62f16de11917973fa0a566fc (diff) | |
download | freebsd-ports-gnome-52679ee7131bc6ffab233f6c3e0471c14a8a1788.tar.gz freebsd-ports-gnome-52679ee7131bc6ffab233f6c3e0471c14a8a1788.tar.zst freebsd-ports-gnome-52679ee7131bc6ffab233f6c3e0471c14a8a1788.zip |
- Improve pkg-plist (do not try remove some shared directories) [1]
- Add information regarding requirements on atapicam in pkg-message [1]
- Add information regarding device permissions in pkg-message [1]
- Fix typo in pkg-descr
Reported by: Randy Pratt <rpratt1950@earthlink.net> [1]
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ogmrip/Makefile | 5 | ||||
-rw-r--r-- | multimedia/ogmrip/pkg-descr | 2 | ||||
-rw-r--r-- | multimedia/ogmrip/pkg-message | 18 | ||||
-rw-r--r-- | multimedia/ogmrip/pkg-plist | 4 |
4 files changed, 25 insertions, 4 deletions
diff --git a/multimedia/ogmrip/Makefile b/multimedia/ogmrip/Makefile index 63222ca638cb..a07e59e6385a 100644 --- a/multimedia/ogmrip/Makefile +++ b/multimedia/ogmrip/Makefile @@ -45,4 +45,9 @@ pre-configure: ${FALSE} ; \ fi +post-install: + @${ECHO_CMD} "" + @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} "" + .include <bsd.port.post.mk> diff --git a/multimedia/ogmrip/pkg-descr b/multimedia/ogmrip/pkg-descr index 33aac640292f..89129f467324 100644 --- a/multimedia/ogmrip/pkg-descr +++ b/multimedia/ogmrip/pkg-descr @@ -2,7 +2,7 @@ OGMRip is an application and a set of libraries for ripping and encoding DVD into DivX/OGM files using a wide variety of codecs. It relies on mplayer, mencoder, ogmtools, oggenc and lame to perform its tasks. -The GUI features a clean hig-compliant GNOME 2 interface and tries to minimize +The GUI features a clean HIG-compliant GNOME 2 interface and tries to minimize as much as possible esoteric settings. WWW: http://ogmrip.sourceforge.net/ diff --git a/multimedia/ogmrip/pkg-message b/multimedia/ogmrip/pkg-message new file mode 100644 index 000000000000..0c305046e9ff --- /dev/null +++ b/multimedia/ogmrip/pkg-message @@ -0,0 +1,18 @@ +WARNING: libbacon relies on the Common Access Method user library. If you have +an ATAPI drive, you've got to install the CAM XPT module (atapicam) otherwise +your drive will never be detected. + +------------------------------------------------------------------------------- + +Addtionally, to use OGMRip as a user, you should grant such user specific +permissions on some devices. You may for example add the following lines into +/etc/devfs.conf: + +perm cd0 0660 +perm pass0 0660 +perm xpt0 0660 + +(device numbers may vary depending on your configuration) + +Any user from the "operator" group should then be able to access those devices +and use OGMRip. diff --git a/multimedia/ogmrip/pkg-plist b/multimedia/ogmrip/pkg-plist index 9ae476a868ce..9ba243b318e4 100644 --- a/multimedia/ogmrip/pkg-plist +++ b/multimedia/ogmrip/pkg-plist @@ -43,6 +43,4 @@ share/applications/ogmrip.desktop share/pixmaps/ogmrip.png @dirrm include/ogmrip @dirrm include/ogmspawn -@dirrm share/applications -@dirrm share/ogmrip -@dirrm share/pixmaps +@dirrm %%DATADIR%% |