The NetBSD Project

CVS log for pkgsrc/multimedia/acidrip/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / multimedia / acidrip

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Sun Aug 14 13:47:55 2011 UTC (9 months, 1 week ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, HEAD
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Revision bump after updating perl5 to 5.14.1.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Aug 21 16:35:19 2010 UTC (21 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 19 19:18:31 2008 UTC (3 years, 7 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:37 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored)

Add DESTDIR support.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jul 9 20:01:45 2007 UTC (4 years, 10 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Drop maintainership.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:14 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jan 27 20:35:54 2006 UTC (6 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

I will be the maintainer for now.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:26 2006 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 6 06:19:24 2005 UTC (6 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.7: +2 -3 lines
Diff to previous 1.7 (colored)

Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:15 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.6: +1 -3 lines
Diff to previous 1.6 (colored)

Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 13 18:01:34 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:40 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Mar 27 15:43:37 2005 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk).

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 23 12:03:32 2004 UTC (7 years, 6 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

Update multimedia/acidrip to 0.14.

Acidrip now can encode from files and directories, not just DVD's; and
bugfixes.

Revision 1.2 / (download) - annotate - [select for diffs], Fri May 7 01:14:49 2004 UTC (8 years ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Drop maintainership; I don't have the enough free time to maintain
all these packages.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Apr 20 22:58:57 2004 UTC (8 years, 1 month ago) by xtraeme
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of acidrip-0.12.

AcidRip is a Gtk2::Perl application for ripping and encoding DVD's. It 
neatly wraps MPlayer and MEncoder, which I think is pretty handy, seeing 
as MPlayer is by far the best bit of video playing kit around for *nix. 
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:

    * Parses DVD into contents tree
    * Finds longest title
    * Calculate video bitrate for given filesize
    * Finds black bands and crops them
    * Gives suggestions for improved performance
    * Other stuff!

Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 20 22:58:57 2004 UTC (8 years, 1 month ago) by xtraeme
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>