# /usr/ports/multimedia/Makefile.local by jhs@berklix .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) ) #{ .undef SUBDIR .endif #} .if defined(BERKLIX_CLIENT) #{ SUBDIR += acidrip # graphical dvd ripper - rec. by garyj # SUBDIR += dvdbackup # in sysutils/ SUBDIR += dvdrip # graphical dvd ripper .if defined(BERKLIX_AMBITIOUS) #{ # SUBDIR += handbrake # graphical dvd ripper # 2008.11 current amd64 handbrake-0.9.2 is marked as broken: Needs testing. .endif #} SUBDIR += k9copy # rec. by garyj for dvd SUBDIR += lsdvd # ls dvd SUBDIR += libdvdread # for vobcopy (& not automatic cos of hollywood law) .if defined(BERKLIX_AMBITIOUS) #{ SUBDIR += lxdvdrip # dvd ripper - a command line dvd backup tool .endif #} SUBDIR += mjpegtools # run time depend not included by make of dvdrip SUBDIR += mplayer # dvd player, needs CPU with MMX SUBDIR += ogle # dvd player compiles on 6.2 but not run it yet .if defined(BERKLIX_AMBITIOUS) #{ # SUBDIR += ogmrip # dvd ripper # 2008.11 current blows on depend converters/enca .endif #} SUBDIR += transcode # run time depend not included by make of dvdrip SUBDIR += vlc # player. SUBDIR += xanim .if defined(BERKLIX_AMBITIOUS) #{ SUBDIR += xine # dvd player. 6.2 breaks. Current 2007.05.06 builds OK. needs ../libxine SUBDIR += xine # run time depend not included by make of dvdrip .endif #} SUBDIR += xmms # mp3 player rec. by http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-mp3.html SUBDIR += xvid # lib/libxvidcore* needed by transcode (which doesnt know!) # xvid probably also helps acidrip squezze harder .if defined(BERKLIX_AMBITIOUS) #{ SUBDIR += xvid4conf # dvdrip .endif #} .endif #}