Port details |
- acidrip GTK2::Perl wrapper for MPlayer and MEncoder for ripping DVDs
- 0.14_11 multimedia
=6 0.14_11Version of this port present on the latest quarterly branch. - 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-04-02 15:26:28
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: zip, faac, gtk2
- License: not specified in port
- Description:
- AcidRip is a Gtk2::Perl application for ripping and encoding DVD's.
It neatly wraps MPlayer and MEncoder, seeing as MPlayer is by far the best
bit of video playing kit around for Linux (and FreeBSD). As well as creating
a simple Graphical Interface for those scared of getting down and dirty with
MEncoders command line interface, It also automates the process in a number of
ways:
o Parses DVD into contents tree
o Finds longest title
o Calculate video bitrate for given filesize
o Finds black bands and crops them
o Gives suggestions for improved performance
- SVNWeb : git
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- acidrip>0:multimedia/acidrip
- To install the port:
- cd /usr/ports/multimedia/acidrip/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/acidrip
- pkg install acidrip
- PKGNAME: acidrip
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (acidrip-0.14.tar.gz) = 51bb84174e8dae733ddd1f69a16b90d875e4455135ed20a024a79b98ae7d58c1
SIZE (acidrip-0.14.tar.gz) = 92086
- 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:
-
- lsdvd : multimedia/lsdvd
- mencoder : multimedia/mencoder
- p5-Gtk2>=0 : x11-toolkits/p5-Gtk2
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- lsdvd : multimedia/lsdvd
- mencoder : multimedia/mencoder
- p5-Gtk2>=0 : x11-toolkits/p5-Gtk2
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- multimedia_acidrip
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.14_11
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
03 May 2019 21:06:51
0.14_11
|
linimon  |
These ports now build on aarch64.
Where necessary, pet portlint.
Approved by: portmgr
Obtained from: aarch64 TRYBROKEN run |
22 Jun 2018 01:15:20
0.14_11
|
linimon  |
Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
25 Apr 2017 08:20:31
0.14_11
|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
19 May 2016 10:44:12
0.14_10
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
01 Apr 2016 14:16:20
0.14_10
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
14 Sep 2015 12:19:50
0.14_10
|
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
26 Nov 2014 13:08:38
0.14_10
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
13 Jun 2014 18:30:54
0.14_9
|
pawel  |
Port is stage safe |
20 Sep 2013 20:57:49
0.14_9
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
02 Aug 2013 18:21:06
0.14_9 
|
az  |
- Convert to new perl framework |
28 Jun 2012 18:37:23
0.14_9
|
az  |
- Remove SITE_PERL from *_DEPENDS |
01 Jun 2012 05:26:28
0.14_9
|
dinoex  |
- update png to 1.5.10 |
21 Jan 2012 17:40:15
0.14_8
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
02 Aug 2011 20:58:23
0.14_8
|
ehaupt  |
Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared. |
03 Jul 2011 13:38:45
0.14_8
|
ohauer  |
- remove MD5 |
28 Mar 2010 06:47:48
0.14_8
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.14_7
|
dinoex  |
- update to jpeg-8 |
02 Sep 2009 15:01:56
0.14_6
|
amdmi3  |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
31 Jul 2009 13:57:52
0.14_6
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
24 Jun 2009 03:26:10
0.14_5
|
pgollucci  |
- actually add the patch |
24 Jun 2009 03:23:58
0.14_5
|
pgollucci  |
- Use SFE macro
- Fix comment
- Fix run-time option handling error [1]
PR: ports/129478
Submitted by: "Julian H. Stacey" <jhs@berklix.com> [1] |
06 Jun 2008 13:48:22
0.14_5
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
11 Aug 2007 16:06:46
0.14_4
|
sem  |
- Fix a rest of ports depended on mencoder |
19 May 2007 20:32:57
0.14_4
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
18 Apr 2007 11:46:10
0.14_3
|
gabor  |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m |
10 May 2006 22:37:39
0.14_3
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
11 Nov 2005 05:41:59
0.14_3
|
ahze  |
- Reset maintainer to ports@ |
09 Nov 2005 07:09:47
0.14_3
|
ahze  |
- Add SHA256
- Add SIZE to a few ports |
05 Nov 2005 05:22:06
0.14_3
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
12 Mar 2005 10:54:27
0.14_2
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
07 Nov 2004 22:37:47
0.14_1
|
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
30 Oct 2004 16:35:43
0.14
|
ahze  |
update to 0.14
update WWW line
PR: ports/72499
Approved by: adamw (mentor) |
29 Oct 2004 22:24:47
0.12
|
ahze  |
Change email to new FreeBSD.org address
Approved by:adamw (mentor) |
25 May 2004 19:16:09
0.12
|
pav  |
- Switch to MASTER_SITE_SOURCEFORGE_EXTENDED
PR: ports/67190
Submitted by: michael johnson <ahze@ahze.net> (maintainer) |
02 Apr 2004 05:08:54
0.12
|
pav  |
Add acidrip, a Perl/Gtk2 frontend for mencoder for ripping DVDs into DivX.
PR: ports/65012
Submitted by: michael johnson <ahze@ahze.net> |