rillig
031aa1f46a
multimedia: align variable assignments
...
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
2019-11-03 17:11:59 +00:00
rillig
82bf76561b
multimedia/libmpeg3: fix location of HTML documentation
2019-10-12 20:26:43 +00:00
adam
6697b78088
Removed commented-out PKGREVISIONs
2018-12-09 21:05:32 +00:00
jperkin
966b25ed06
Use OPSYSVARS.
2016-02-25 15:49:43 +00:00
agc
95c9a6891d
Add SHA512 digests for distfiles for multimedia category
...
Problems found locating distfiles:
Package adobe-flash-plugin11: missing distfile flash-plugin-11.2.202.540-release.i386.rpm
Package gmplayer: missing distfile mplayer/AlienMind-1.2.tar.bz2
Package gmplayer: missing distfile mplayer/BlueHeart-1.5.tar.bz2
Package gmplayer: missing distfile mplayer/CornerMP-aqua-1.4.tar.bz2
Package gmplayer: missing distfile mplayer/MPlayer-1.1.1.tar.xz
Package gmplayer: missing distfile mplayer/WMP6-2.2.tar.bz2
Package gmplayer: missing distfile mplayer/gnome-1.1.tar.bz2
Package gmplayer: missing distfile mplayer/hwswskin-1.3.tar.bz2
Package gmplayer: missing distfile mplayer/neutron-1.6.tar.bz2
Package gmplayer: missing distfile mplayer/plastic-1.3.tar.bz2
Package gmplayer: missing distfile mplayer/slim-1.3.tar.bz2
Package gmplayer: missing distfile mplayer/xine-lcd-1.2.tar.bz2
Package handbrake: missing distfile handbrake/HandBrake-0.9.3.tar.gz
Package handbrake: missing distfile handbrake/bzip2-1.0.5.tar.gz
Package handbrake: missing distfile handbrake/faad2-2.6.1.tar.gz
Package handbrake: missing distfile handbrake/lame-3.98.tar.gz
Package handbrake: missing distfile handbrake/libdvdread-0.9.7.tar.gz
Package handbrake: missing distfile handbrake/libmp4v2-r45.tar.gz
Package handbrake: missing distfile handbrake/libquicktime-0.9.10.tar.gz
Package handbrake: missing distfile handbrake/libtheora-1.0.tar.gz
Package handbrake: missing distfile handbrake/mpeg2dec-0.5.1.tar.gz
Package handbrake: missing distfile handbrake/x264-r1028-83baa7f.tar.gz
Package handbrake: missing distfile handbrake/zlib-1.2.3.tar.gz
Package libdvdcss: missing distfile libdvdcss-1.3.99.tar.bz2
Package mplayer-share: missing distfile mplayer/MPlayer-1.1.1.tar.xz
Package mpv: missing distfile mpv-0.12.0.tar.gz
Package realplayer-codecs: missing distfile rp8codecs-20040626.tar.bz2
Package realplayer-codecs: missing distfile rp8codecs-alpha-20050115.tar.bz2
Package win32-codecs: missing distfile rp9codecs-win32-20050115.tar.bz2
Package xanim: missing distfile xa2.0_cvid_netbsd386.o.gz
Package xanim: missing distfile xa2.0_iv32_netbsd386.o.gz
Package xanim: missing distfile xa1.0_cyuv_netbsd68k.o.gz
Package xanim: missing distfile xa2.0_cvid_linuxELF.o.gz
Package xanim: missing distfile xa2.0_iv32_linuxELF.o.gz
Package xanim: missing distfile xa1.0_cyuv_sparcAOUT.o.gz
Package xanim: missing distfile xa2.0_cvid_sparcELF.o.gz
Package xanim: missing distfile xa2.0_iv32_sparcELF.o.gz
Package xanim: missing distfile xa1.0_cyuv_linuxPPC.o.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:54:22 +00:00
joerg
0f2dae13b2
Drop pointless ONLY_FOR_COMPILER.
2015-04-26 13:29:42 +00:00
asau
a19397ba81
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
2012-10-08 09:20:57 +00:00
reed
08cbfa2b0e
improve description and clarify COMMENT
2012-07-28 21:40:09 +00:00
dholland
7e751949e4
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
...
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
joerg
62d1ba2bac
Remove @dirrm entries from PLISTs
2009-06-14 18:03:28 +00:00
obache
4c9579f878
Fix a patch to be MAKE_JOBS_SAFE=yes.
...
Reported by PR 41491.
2009-05-26 08:49:27 +00:00
wiz
ca62e58a9e
Mark as not make-jobs safe.
...
From Ryo HAYASAKA in PR 41491.
2009-05-26 08:14:15 +00:00
joerg
2d1ba244e9
Simply and speed up buildlink3.mk files and processing.
...
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
wiz
5b9315eb7e
Improve patch for DragonFlyBSD -- fixes compilation.
...
No change for other platforms, so no PKGREVISION bump.
Patch from Steve O'Hara-Smith on pkgsrc-users.
2009-02-23 13:24:30 +00:00
abs
2902b40f8c
Updated multimedia/libmpeg3 to 1.8
...
1.8 - Better table of contents generation & handling of ID3 tags.
pkgsrc changes:
- Fix broken build on NetBSD by reworking the mares nest of
non Linux #ifdefs in mpeg3io.c - build was broken by a
previous __DragonFly__ or __APPLE_ build fix
- Add new patch for 1.8 to avoid Linux DVD ioctls
2009-01-29 17:53:49 +00:00
tonio
1209bf736c
Fixes the build under Darwin x86. This should also fixes build on MacOSX 10.5.2 PPC
...
Should Fix PR pkg/38721
2009-01-24 12:29:51 +00:00
drochner
cee37d42ea
make this build on DragonFly, from Hasso Tepper per PR pkg/38997
2008-06-21 11:45:55 +00:00
tonio
8c50e2ac4a
Yet another try to fix PR pkg/38733
...
Use the __DARWIN_64_BIT_INO_T from sys/cdefs.h on darwin
2008-05-25 14:34:13 +00:00
tonio
4d6db4497d
Fixing build for MacOSX 10.5, using __DARWIN_STRUCT_STAT64 to detect if stat64
...
is available.
This should fix PR pkg/38721
2008-05-24 07:24:59 +00:00
tonio
1a56906722
Fixes checksum for patch-aj: checksum for patches is sensible to comments.
...
Fixes PR pkg/38731
2008-05-23 16:38:34 +00:00
tonio
857634650f
Fix build for Darwin
...
- use the same work around for mntent.h as for NetBSD and DragonFly
- deactivate oss output for Darwin
This fixes PR pkg/38721
2008-05-21 19:21:33 +00:00
joerg
ef21b50f84
Fix typo breaking the bulk build.
2008-04-03 09:41:25 +00:00
joerg
c9d0aa7ec1
Fix DESTDIR build.
2008-03-13 17:02:56 +00:00
jlam
f847dc9588
Mechanical changes to add DESTDIR support to packages that install
...
their files via a custom do-install target.
2008-03-04 19:32:30 +00:00
xtraeme
53e53ad7e5
Update to 1.7:
...
Frames are cached when reading the first frame after a seek. This allows
faster reverse playback.
2008-02-20 09:56:44 +00:00
mrg
02ee12852d
add some __attribute__((__used__)) if GCC 4. now some static variables
...
only referenced in asm() are no longer not-emited.
2006-08-09 17:55:51 +00:00
jlam
c16221a4db
Change the format of BUILDLINK_ORDER to contain depth information as well,
...
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307
Track information in a new variable BUILDLINK_ORDER that informs us
...
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
wiz
fd09e8e924
Fix build (gmake update related?).
2006-04-19 17:03:26 +00:00
rillig
96fc47c14f
Aligned the last line of the buildlink3.mk files with the first line, so
...
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14
Over 1200 files touched but no revisions bumped :)
...
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jlam
9c8b5ede43
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
...
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816
Recursive revision bump / recommended bump for gettext ABI change.
2006-02-05 23:08:03 +00:00
joerg
7fdb3ea9bf
Use statfs on DragonFly as well. To make the code more readable, restore
...
natural order of checking for features instead of the reverse.
2005-12-06 17:47:56 +00:00
grant
2a1935046b
remove more breakage introduced by NetBSD fixes...
2005-10-29 01:43:18 +00:00
grant
b96956f8ca
sprinkle some #ifdef and simplify, instead of unconditionally adding
...
stuff for NetBSD that breaks this on all other platforms.
2005-10-29 01:36:42 +00:00
abs
ee9906d198
Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
...
No pkgrevision bumps needed.
2005-09-06 08:10:57 +00:00
wiz
f1bac910a7
Sort.
2005-07-13 13:17:03 +00:00
wiz
b83ca794ce
Add DragonFlyBSD support, from Joerg Sonnenberger.
2005-07-13 13:16:36 +00:00
wiz
e9de543098
Add RCS Id.
2005-07-13 13:16:27 +00:00
jlam
e46a9dd380
Create directories before installing files into them.
2005-06-17 03:50:19 +00:00
hubertf
971cdb67b0
Bump to libmpeg3-1.3nb5: fix building on MacOS X:
...
* patch-ac: define bswap_16 and bswap_32 as appropriate for NetBSD,
Linux and MacOS X
* patch-ae: Pull in headers for 'struct stat'. Hello Linux!
2005-06-07 23:38:34 +00:00
jlam
585534220c
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
...
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
agc
5ae9517d74
Add RMD160 digests.
2005-02-24 11:24:01 +00:00
grant
92d15cff7f
move libmpeg3 to multimedia/
2004-06-26 18:00:21 +00:00