llloret / osmid

osmid is a tool to bridge MIDI and OSC. It is currently in use in Sonic Pi
Other
72 stars 12 forks source link

release for packaging #48

Closed dvzrv closed 6 years ago

dvzrv commented 6 years ago

I'd like to package the latest sonic-pi for Arch Linux' [community] repository. Osmid is a dependency and therefore has to be packaged as well.

Can you please tag a release of this software, so I can package it?

llloret commented 6 years ago

Done, I have tagged as v0.6. Let me know how it goes.

dvzrv commented 6 years ago

Hmm, after

mkdir build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
make DESTDIR="${pkgdir}/" install

only m2o is installed to /usr/bin (in the pkgdir).

Also (in the case of Arch) libx11 is required to build and gcc-libs is required to run.

llloret commented 6 years ago

Let me check, I had never tried the install targets to be honest. Just the build step...

On 27 March 2018 at 15:44, David Runge notifications@github.com wrote:

Hmm, after

mkdir build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make make DESTDIR="${pkgdir}/" install

only m2o is installed to /usr/bin (in the pkgdir).

Also (in the case of Arch) libx11 is required to build and gcc-libs is required to run.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/llloret/osmid/issues/48#issuecomment-376551890, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLl882yyu-52ER64Id0HJrfj0NhE63iks5tilBYgaJpZM4S89ze .

dvzrv commented 6 years ago

Ah yeah. Here it is: https://github.com/llloret/osmid/blob/master/CMakeLists.txt#L92

llloret commented 6 years ago

I have just added the missing rule to CMakelists.txt. I will retag as 0.6.1.

dvzrv commented 6 years ago

@llloret thanks! Try to keep the tag naming consistent (without v is fine, but with is okay too, as long as it stays the same).

llloret commented 6 years ago

Yes, sorry, v0.6.1 is what I meant. It should be ready now.

dvzrv commented 6 years ago

no worries. Pushed osmid to [community-testing], so I can get on with sonic-pi later on today. Thanks for the quick reply! :)