trainman419 / python-cec

Other
170 stars 42 forks source link

Update libcec #9

Open mew1033 opened 9 years ago

mew1033 commented 9 years ago

I hate to bug you, but do you plan on keeping your raspberry pi libcec deb (http://packages.namniart.com/repos/pi) up to date? If not, it's totally fine.

Thanks!

trainman419 commented 9 years ago

I no longer have access to a Raspberry Pi to build and test debs on. If you build an updated version of the deb, I'll gladly host it in my repo.

mew1033 commented 9 years ago

Haha, I wish I knew how. Do you have any documentation or quick guides I could look at? If not, I'll see if I can figure it out when I get a chance.

alandrees commented 4 years ago

Haha, I wish I knew how. Do you have any documentation or quick guides I could look at? If not, I'll see if I can figure it out when I get a chance.

Check out this tool: https://github.com/jordansissel/fpm

Great for building packages, as you can do anything from really quick-and-dirty packages to full-blown upstream-repo-ready packages.