Port details |
- ogmrip Application and libraries for encoding DVDs into DivX/OGM files
- 1.0.1_17 multimedia
=5 1.0.1_17Version of this port present on the latest quarterly branch. DEPRECATED: Abandonware, last activity in 2018 and lacks support for new formats. Consider using multimedia/handbrake
EXPIRATION DATE: 2025-03-31
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2004-11-19 18:37:17
- Last Update: 2025-03-01 09:20:31
- Commit Hash: 77efeab
- People watching this port, also watch:: firefox, vobcopy, xmbmon, xpdf, libxml2
- License: GPLv2+
- WWW:
- https://ogmrip.sourceforge.net/
- Description:
- 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
as much as possible esoteric settings.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ogmrip>0:multimedia/ogmrip
- To install the port:
- cd /usr/ports/multimedia/ogmrip/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/ogmrip
- pkg install ogmrip
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ogmrip
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ogmrip-1.0.1.tar.gz) = 4e2e9778ac4da9fe1ab159e3dc6d4367b7a9dbd8f3501df99733ecedb25b02ff
SIZE (ogmrip-1.0.1.tar.gz) = 3280561
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- mencoder : multimedia/mencoder
- mplayer : multimedia/mplayer
- gsed : textproc/gsed
- update-desktop-database : devel/desktop-file-utils
- gmake>=4.4.1 : devel/gmake
- intltool-extract : textproc/intltool
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- lame : audio/lame
- oggenc : audio/vorbis-tools
- mencoder : multimedia/mencoder
- mplayer : multimedia/mplayer
- ogmmerge : multimedia/ogmtools
- update-desktop-database : devel/desktop-file-utils
- Library dependencies:
-
- libenca.so : converters/enca
- libpng.so : graphics/png
- libtiff.so : graphics/tiff
- libdvdread.so : multimedia/libdvdread
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libxml2.so : textproc/libxml2
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ogmrip-1.0.1_17:
DEBUG=off: Build with debugging support
ENCHANT=off: Enable spell checking for text subtitles
FAAC=off: FAAC AAC encoder support
MATROSKA=off: Enable Matroska container support
NLS=on: Native Language Support
SRT=off: Enable SRT text subtitles support
THEORA=off: Enable Ogg Theora video codec support
===> Use 'make config' to modify these settings
- Options name:
- multimedia_ogmrip
- USES:
- desktop-file-utils gmake gnome libtool localbase:ldflags pathfix pkgconfig gettext
- pkg-message:
- For install:
- 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.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.0_2 22 Jan 2006 21:19:42
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.9.0_2 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.9.0_2 10 Nov 2005 10:08:37
 |
ahze  |
- Chase enchant libver bump |
0.9.0_1 05 Nov 2005 05:22:06
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
0.9.0 06 Sep 2005 13:09:45
 |
hq  |
Fix dependency list: the port requires GNU sed to build
Reported by: kris |
0.9.0 03 Jul 2005 10:38:10
 |
hq  |
Update to 0.9.0 |
0.8.1 20 Apr 2005 16:19:12
 |
hq  |
Update to version 0.8.1:
* Added support for MPlayer 1.0 pre7
* Updated libbacon to 2.10.1
* Fixed HAL support
* Added preliminary support for NetBSD
* UI improvements
* Many fixes |
0.8.0 18 Apr 2005 14:22:33
 |
hq  |
Update to 0.8.0 with the following changes:
- Added support for multiple audio and subtitle streams in ogm and matroska
containers
- Added telecine, progressive and deinterlace support for NTSC DVD
- Added a denoise option
- Many fixes |
0.7.1_1 14 Mar 2005 15:25:42
 |
hq  |
Use GMAKE to prevent a freeze during build
Obtained from: Olivier Rolland <billl@users.sourceforge.net> (author) |
0.7.1_1 12 Mar 2005 10:54:27
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.7.1 03 Mar 2005 01:22:23
 |
hq  |
- Update to 0.7.1 -- mainly a bug fix release:
* fixed merging ac3 streams in avi containers
* fixed video bitrate allowed range
* fixed compilation without subtitles support
* fixed some invalid casts
* added x264 support
- Add WITH_DEBUG switch |
0.7.0 24 Feb 2005 02:04:26
 |
hq  |
- Update to 0.7.0 with the following changes:
* Manual cropping and scaling
* Custom temporary directory
* Rip from DVD structure
* Minor UI redesign
* Many many fixes
- Add a patch to fix the issue that caused error messages to be displayed in
the console (incorrect cast) [1]
Obtained from: Olivier Rolland <billl@users.sourceforge.net> (author) [1] |
0.6.2 17 Jan 2005 01:31:40
 |
hq  |
Update to 0.6.2 |
0.6.0 09 Dec 2004 14:01:13
 |
hq  |
Update to version 0.6.0 |
0.5.3 25 Nov 2004 02:10:48
 |
hq  |
- 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] |
0.5.3 24 Nov 2004 13:23:52
 |
hq  |
- Update to 0.5.3
- Use GCONF_SCHEMAS
Special thanks to Randy Pratt for testing and helping us sorting out the build
failure on 4.x. |
0.5.2 23 Nov 2004 14:36:11
 |
hq  |
Mark the port as BROKEN as the author has reported a critical issue that will
be fixed in the next release (0.5.3) to be expected in the next few days.
Notified by: author |
0.5.2 23 Nov 2004 00:41:00
 |
hq  |
Update to version 0.5.2 |
0.5.1 19 Nov 2004 18:23:48
 |
hq  |
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 high-compliant GNOME 2 interface and tries to minimize
as much as possible esoteric settings.
WWW: http://ogmrip.sourceforge.net/ |