Bug 129158 - New port: audio/slv2
Summary: New port: audio/slv2
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-25 07:20 UTC by xaimus
Modified: 2008-11-26 22:20 UTC (History)
0 users

See Also:


Attachments
file.shar (3.50 KB, text/plain)
2008-11-25 07:20 UTC, xaimus
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description xaimus 2008-11-25 07:20:03 UTC
The slv2 application support library... needed to enable LV2 plugin support in Ardour.  :)

Fix: Patch attached with submission follows:
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2008-11-25 12:49:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-11-26 22:16:22 UTC
amdmi3      2008-11-26 22:16:08 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/slv2           Makefile distinfo pkg-descr pkg-plist 
    audio/slv2/files     patch-autowaf.py patch-src-plugin.c 
                         patch-wscript 
  Log:
  SLV2 is a library to make the use of LV2 plugins as simple as
  possible for applications.
  
  WWW: http://drobilla.net/software/slv2/
  
  PR:             129158
  Submitted by:   xaimus <xaimus at gmail dot com>
  
  Revision  Changes    Path
  1.1002    +1 -0      ports/audio/Makefile
  1.1       +33 -0     ports/audio/slv2/Makefile (new)
  1.1       +3 -0      ports/audio/slv2/distinfo (new)
  1.1       +11 -0     ports/audio/slv2/files/patch-autowaf.py (new)
  1.1       +11 -0     ports/audio/slv2/files/patch-src-plugin.c (new)
  1.1       +12 -0     ports/audio/slv2/files/patch-wscript (new)
  1.1       +4 -0      ports/audio/slv2/pkg-descr (new)
  1.1       +27 -0     ports/audio/slv2/pkg-plist (new)
_______________________________________________
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 Dmitry Marakasov freebsd_committer freebsd_triage 2008-11-26 22:16:33 UTC
State Changed
From-To: open->closed

New port added, with minor changes (added a patch to not create bogus 
empty directories). Thanks!