Commit graph

14 commits

Author SHA1 Message Date
Blue Rats
21200a0e63 Updated MASTER_SITES; Removed PKG_DESTDIR_SUPPORT = none; package seems
DESTDIR ready; buildlinked audio/libshout; NOT_FOR_PLATFORM= NetBSD-*-*;
Using latest release instead of archive version.
2012-12-04 01:57:59 +00:00
Blue Rats
ded0553ba9 Regenerated for latest release. 2012-12-04 01:56:25 +00:00
Blue Rats
c222660538 Maintainer stated that no time is available to work on pkgsrc anymore, but
wouldn't mind seeing other people continue to maintain these packages.
Resetting to pkgsrc-users@NetBSD.org
2012-11-25 23:32:07 +00:00
Blue Rats
bbaf74ab58 Bump PKGREVISION due to changing alsa-lib. 2012-11-07 03:09:51 +00:00
Blue Rats
a22160ba21 wip/alsa-lib -> audio/alsa-lib 2012-11-07 03:07:08 +00:00
Aleksej Saushev
8280e930f0 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-28 23:21:46 +00:00
David Sainty
e2d791ed0f Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in *; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-26 05:01:21 +00:00
Thomas Klausner
41f92d5420 Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:46:54 +00:00
Thomas Klausner
8800f9c18c Second try at recursive PKGREVISION bump for jpeg shlib major bump (jpeg-8). 2010-01-18 09:38:16 +00:00
Thomas Klausner
4c850f93bc Remove obsolete @dirrm lines. 2009-10-11 10:44:24 +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
Thomas Klausner
72f5c3ea90 Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)
for SDL shlib changes.
2006-06-12 16:28:54 +00:00
pancake ;)
9f8bca2d16 * Initial import of freej
DESCRIPTION:
FreeJ is a vision mixer: an instrument for realtime video manipulation used
in the fields of dance teather, veejaying, medical visualisation and TV.

With FreeJ multiple layers can be filtered thru effect chains and then mixed
together. The supported layer inputs are images, movies, live cameras,
particle generators, text scrollers, flash animations and more.

All the resulting video mix can be shown on multiple and remote screens,
encoded into a movie and streamed live to the internet.

FreeJ can be controlled locally or remotely, also from multiple places at the
same time, using its slick console interface; can be automated via javascript
and operated via MIDI and Joystick.
2006-02-28 23:47:36 +00:00