# /usr/ports/multimedia/Makefile.local by jhs@berklix .if ( defined(BERKLIX_MINIMAL) || \ defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) || defined(BERKLIX_AMBITIOUS ) ) #{ .undef SUBDIR .endif #} .if defined(BERKLIX_CLIENT) #{ SUBDIR += acidrip # graphical dvd ripper - rec. by garyj # SUBDIR += dvdbackup # in sysutils/ SUBDIR += dvdrip # graphical dvd ripper # SUBDIR += handbrake # graphical dvd ripper # 2008.11 current amd64 handbrake-0.9.2 is marked as broken: Needs testing. # SUBDIR += k9copy # rec. by garyj for dvd # 8.0-RELEASE src base:, both release & current fails on # dependency dvdauthor. # dvdauthor which breaks on 8.0-RELEASE # (current dvdauthor package-recursive runs OK) 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 # dependency dvdauthor breaks, see above .endif #} .if defined(BERKLIX_AMBITIOUS) #{ SUBDIR += mjpegtools # run time depend not included by make of dvdrip # # breaks on 7.1-RELEASE .endif #} SUBDIR += mplayer # dvd player, needs CPU with MMX. pas@ & Colin have it for MS SUBDIR += ogle # dvd player compiles on 6.2 but not run it yet SUBDIR += ogmrip # dvd ripper SUBDIR += transcode # RUN_DEPENDS in dvdrip/Makefile # Not built by cd dvdrip; make all, but by make install. # Breaks on 7.2, OK on current, OK on 8.0 SUBDIR += vlc # player. Colin has it for MS SUBDIR += xanim SUBDIR += xine # dvd player. 6.2 break& 7.2-amd breaks. Current 13.04.2009 amd builds. needs ../libxine # run time depend not included by make of dvdrip SUBDIR += xmms # mp3 player rec. by http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-mp3.html # See also audio/xmms2 SUBDIR += xvid # lib/libxvidcore* needed by transcode (which doesnt know!) # xvid probably also helps acidrip squeeze harder. SUBDIR += xvid4conf # breaks on 7.1-RELEASE amd64, # OK on 7.2i386, # OK on 7.1+amd64+current-16.04.2009 host=john # Fails on 7.1+amd64+current-16.04.2009 host=fire # . See also dvdrip .endif #}