Bug 113086 - [patch] games/eduke32 : (midi) music support
Summary: [patch] games/eduke32 : (midi) music support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-28 14:20 UTC by Olivier
Modified: 2007-06-05 06:50 UTC (History)
0 users

See Also:


Attachments
file.shar (4.42 KB, text/plain)
2007-05-28 14:20 UTC, Olivier
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier 2007-05-28 14:20:03 UTC
The actual EDuke32 port doesn't have music support. This one is a modified version with complete audio patchs and audio/timidity as a run dependency (can be turned off with a knob). It doesn't use audio patchs in files/ any more. If the actual maintainer agrees, I'd like to maintain this port, and soon update it with an up-to-date snapshot.

Fix: cd /usr/ports
rm -rf games/eduke32
How-To-Repeat: Install games/eduke32 and audio/timidity. Run "eduke32". There is sound, but not music.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-28 14:20:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-05 06:46:12 UTC
alepulver    2007-06-05 05:46:06 UTC

  FreeBSD ports repository

  Modified files:
    games/eduke32        Makefile distinfo 
  Removed files:
    games/eduke32/files  patch-Makefile patch-Makefile.deps 
                         patch-source__game.c 
                         patch-source__jaudiolib___multivc.h 
                         patch-source__jaudiolib__debugio.h 
                         patch-source__jaudiolib__dma.h 
                         patch-source__jaudiolib__dpmi.h 
                         patch-source__jaudiolib__dsl.c 
                         patch-source__jaudiolib__dsl.h 
                         patch-source__jaudiolib__interrup.h 
                         patch-source__jaudiolib__nodpmi.c 
                         patch-source__jaudiolib__platform.h 
                         patch-source__jaudiolib__sdlmusic.c 
                         patch-source__jaudiolib__unixglob.c 
                         patch-source__jaudiolib__unixpitch.c 
                         patch-source__jaudiolib__unixvoc.c 
                         patch-source__jaudiolib__util.h 
  Log:
  From the PR:
  - Use patches directly from the official site instead of local ones.
  - Fix music support.
  - Give maintainership to submitter.
  
  While I am here:
  - Use SF macro in MASTER_SITES.
  - Remove USE_GCC=3.2+ (was to allow building on now unsupported FreeBSD 4.x).
  
  PR:             ports/113086
  Submitted by:   Olivier Smedts <olivier@gid0.org>
  
  Revision  Changes    Path
  1.5       +28 -13    ports/games/eduke32/Makefile
  1.2       +6 -3      ports/games/eduke32/distinfo
  1.2       +0 -57     ports/games/eduke32/files/patch-Makefile (dead)
  1.2       +0 -14     ports/games/eduke32/files/patch-Makefile.deps (dead)
  1.2       +0 -11     ports/games/eduke32/files/patch-source__game.c (dead)
  1.2       +0 -15     ports/games/eduke32/files/patch-source__jaudiolib___multivc.h (dead)
  1.2       +0 -33     ports/games/eduke32/files/patch-source__jaudiolib__debugio.h (dead)
  1.2       +0 -86     ports/games/eduke32/files/patch-source__jaudiolib__dma.h (dead)
  1.2       +0 -46     ports/games/eduke32/files/patch-source__jaudiolib__dpmi.h (dead)
  1.2       +0 -260    ports/games/eduke32/files/patch-source__jaudiolib__dsl.c (dead)
  1.2       +0 -53     ports/games/eduke32/files/patch-source__jaudiolib__dsl.h (dead)
  1.2       +0 -53     ports/games/eduke32/files/patch-source__jaudiolib__interrup.h (dead)
  1.2       +0 -53     ports/games/eduke32/files/patch-source__jaudiolib__nodpmi.c (dead)
  1.2       +0 -64     ports/games/eduke32/files/patch-source__jaudiolib__platform.h (dead)
  1.2       +0 -481    ports/games/eduke32/files/patch-source__jaudiolib__sdlmusic.c (dead)
  1.2       +0 -152    ports/games/eduke32/files/patch-source__jaudiolib__unixglob.c (dead)
  1.2       +0 -215    ports/games/eduke32/files/patch-source__jaudiolib__unixpitch.c (dead)
  1.2       +0 -2880   ports/games/eduke32/files/patch-source__jaudiolib__unixvoc.c (dead)
  1.2       +0 -15     ports/games/eduke32/files/patch-source__jaudiolib__util.h (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2007-06-05 06:46:54 UTC
State Changed
From-To: open->closed

Committed, with a few modifications (please take a look at them). 
Thanks!