Skip to content

Commit

Permalink
rpm build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaji Khan committed Nov 22, 2024
1 parent bf0f985 commit 4b95f71
Show file tree
Hide file tree
Showing 34 changed files with 10 additions and 2 deletions.
Binary file modified FileWriter.o
Binary file not shown.
Binary file modified LockFreeQueue.o
Binary file not shown.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#~ GTKMM=`pkg-config --cflags --libs gtkmm-4.0`

TARGET=linux
#~ TARGET=win32
TARGET=win32

VERSION=`git rev-list --count HEAD`

Expand Down Expand Up @@ -118,3 +118,6 @@ win-net: win_net.cc

win32-installer:
makensis nsis.nsh

rpm:
rpmbuild -bb ~/rpmbuild/SPECS/amprack.spec
Binary file modified Plugin.o
Binary file not shown.
Binary file modified PluginControl.o
Binary file not shown.
Binary file modified SharedLibrary.o
Binary file not shown.
Binary file modified amprack
Binary file not shown.
Binary file modified amprack.exe
Binary file not shown.
5 changes: 5 additions & 0 deletions build_deb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cp -v ~/projects/alana/amprack amprack/usr/bin
dpkg -b amprack
mv -v amprack.deb amprack-`cat ~/projects/alana/version.h |cut -d ' ' -f 3`.deb
zip -r amprack-`cat ~/projects/alana/version.h |cut -d ' ' -f 3` zip
scp amprack-`cat ~/projects/alana/version.h |cut -d ' ' -f 3`.* wanderer:projects/alana/releases
Binary file modified cairo.o
Binary file not shown.
Binary file modified client.o
Binary file not shown.
Binary file modified dictionary.o
Binary file not shown.
Binary file modified engine.o
Binary file not shown.
Binary file modified jack.o
Binary file not shown.
Binary file modified knob.o
Binary file not shown.
Binary file modified log.o
Binary file not shown.
Binary file modified lv2_ext.o
Binary file not shown.
Binary file modified main.o
Binary file not shown.
Binary file modified mem.o
Binary file not shown.
Binary file modified objects.o
Binary file not shown.
Binary file modified pango.o
Binary file not shown.
Binary file modified pluginui.o
Binary file not shown.
Binary file modified presets.o
Binary file not shown.
Binary file modified process.o
Binary file not shown.
Binary file modified rack.o
Binary file not shown.
Binary file modified server.o
Binary file not shown.
Binary file modified settings.o
Binary file not shown.
Binary file modified snd.o
Binary file not shown.
Binary file modified sync.o
Binary file not shown.
Binary file modified upwaker.o
Binary file not shown.
Binary file modified util.o
Binary file not shown.
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VERSION 165
#define VERSION 168
Binary file modified vringbuffer.o
Binary file not shown.
Binary file modified winserver.o
Binary file not shown.

0 comments on commit 4b95f71

Please sign in to comment.