Opened 9 years ago
Closed 9 years ago
#50732 closed submission (fixed)
libebur128 port submission
Reported by: | audionuma | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | mojca (Mojca Miklavec) | |
Port: | libebur128 |
Description
A proposal Portfile for libebur128 (https://github.com/jiixyj/libebur128)
Attachments (2)
Change History (6)
Changed 9 years ago by audionuma
comment:1 Changed 9 years ago by audionuma
Cc: | audionuma@… added |
---|
comment:2 follow-up: 3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
lib:
-style dependencies should only be used if you want libraries installed outside of MacPorts to be able to satisfy the dependency; we almost never want that.
To allow speex or speex-devel to satisfy the dependency, use a path:
-style dependency like path:lib/libspeex.dylib:speex
.
Changed 9 years ago by audionuma
Attachment: | Portfile.2 added |
---|
edited portfile for path: style dependencies
comment:3 Changed 9 years ago by audionuma
Replying to ryandesign@…:
lib:
-style dependencies should only be used if you want libraries installed outside of MacPorts to be able to satisfy the dependency; we almost never want that.To allow speex or speex-devel to satisfy the dependency, use a
path:
-style dependency likepath:lib/libspeex.dylib:speex
.
Uploaded an edited Portfile to follow your suggestion.
comment:4 Changed 9 years ago by mojca (Mojca Miklavec)
Cc: | mojca@… added; audionuma@… removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 2.3.4 |
I committed r146122. (No need to CC yourself if you submit the ticket. You'll get emails automatically. But I admit that this was confusing to me as well.)
Cc Me!