Commit graph

17 commits

Author SHA1 Message Date
Adam Hoka
722f6dea22 Fixing buildlink. 2008-01-07 00:29:18 +00:00
Adam Hoka
fd8261a970 Forgot to remove destdir support... (it needs fixing) 2008-01-06 22:17:10 +00:00
Adam Hoka
5ecb02a335 Upgrading ffmpeg to a recent snapshot by FreeBSD.
It should get into pkgsrc after testing because ffmpeg doesn't release
official tarballs of their software.
2008-01-06 18:57:31 +00:00
Roland Illig
840e11800e Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:16:00 +00:00
Sergey Svishchev
4f46d1157a Delint:
- add or fix RCS ids
- fix permission problems (USE_TOOLS etc.)
- fix MESSAGE, DESCR, COMMENT problems
- other minor tweaks (all reported by pkglint -Wall)
2006-10-29 11:23:06 +00:00
Sergey Svishchev
7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00
Jeremy C. Reed
37f815a375 Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.
Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.

As discussed on tech-pkg.
2006-04-06 07:16:55 +00:00
Juan Romero Pardines
8e52b04699 It's ffmpeg-devel not ffmpeg... 2006-01-03 23:16:54 +00:00
Juan Romero Pardines
4f536f2647 * Remove unexistent files in PLIST.
* Remove unneeded BUILDLINK_RECOMMENDED.
* Manpages are generated via texi2html/texi2pod... update.

Now I can proceed updating multimedia/vlc to 0.8.4a...
2006-01-03 22:21:41 +00:00
Roland Illig
91a02fafba Ran "pkglint --autofix", which fixed some quoting issues in MAKE_ENV,
CONFIGURE_ARGS, FILES_SUBST and the like.
2005-12-05 22:27:44 +00:00
Roland Illig
2c1cc3dceb Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.
2005-11-28 00:27:22 +00:00
Thomas Klausner
ad6cb11b6d "wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
2005-11-02 17:59:54 +00:00
Roland Illig
1ee539a984 Added RMD160 checksums. 2005-09-28 06:41:05 +00:00
Dieter Baron
ae0366bf9c Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:02:09 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Arnaud Degroote
52c7b23be7 Import the ffmpg-devel package.
FFmpeg is the first complete and free Internet Live Audio and Video
Broadcasting solution. FFMpeg aims at being the command line tool to
handle audio and video. It is a "three-in-one" solution.

It is the last version of ffmpeg ( we need it to build the last vlc : I will commit it sooner )
The package is based under the multimedia/ffmpeg.
I have corrected the patches ( in order to match the new sources) and add some options for the package ( faad faac a52)

The package runs well but doesn't compile with the mmx options ( I don't understand the asm used into gcc so I will have somme difficulties to solve the problem : please check the TODO).
2005-01-15 01:11:49 +00:00