[SOLVED] non-sequencer is orphaned and won't build

Hi All,
I'm very interested in non-sequencer but I see that it's been orphaned and I don't know enough about pkgbuilds to fix it. Does anyone know why it's been orphaned? Does it suck? It looks pretty cool from the descriptions but I have no experience with it.
Perhaps it's been orphaned because there are better options. Any input would be appreciated.
Thanks
Last edited by Frabato (2015-05-04 03:37:02)

This works, though namcap gives a couple warnings about icons.  This may need another dependency and an .install file:
# Maintainer: YOUR INFO HERE
# Contributor: Gimmeapill <gimmeapill at gmail dot com>
# Contributor: orbisvicis <''.join(chr(ord(c)-1) for c in "pscjtwjdjtAhnbjm/dpn")>
# Contributor: Robert Schwarz <[email protected]>
# Contributor: nareto <[email protected]>
_gitname=non
pkgname=${_gitname}-sequencer-git
pkgver=r1798.18a299c
pkgrel=2
pkgdesc="A powerful, lightweight, real-time, pattern-based MIDI sequencer"
arch=("i686" "x86_64")
url="http://non.tuxfamily.org/wiki/index.php?page=Non%20Sequencer"
license=("GPL2")
depends=("ntk-git" "libsigc++2.0" "jack" "liblo")
makedepends=("git")
provides=("non-sequencer")
conflicts=("non-sequencer")
source=("${_gitname}::git://git.tuxfamily.org/gitroot/non/non.git")
sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_gitname}/"
echo r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)
build() {
cd "${srcdir}/${_gitname}/"
./waf configure --prefix=/usr --project=sequencer
./waf
package() {
cd "${srcdir}/${_gitname}/"
./waf --destdir="$pkgdir" install

Similar Messages

  • Haguichi won't build from AUR, and won't build from source tarball.

    I managed to get Hamachi installed. Go me. But I like having a frontend for things like that, so I tried to build Haguichi from the AUR. Didn't work. I downloaded the source tarball, and running ./configure returned the same error as yaourt.
    redpill% ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for pkg-config... /usr/bin/pkg-config
    checking for dmcs... /usr/bin/dmcs
    checking pkg-config is at least version 0.9.0... yes
    checking for GTK_SHARP_20... yes
    checking for NOTIFY_SHARP... yes
    checking for GCONF_SHARP_20... yes
    checking for GLIB_SHARP_20... yes
    checking for DBUS_SHARP_10... no
    configure: error: Package requirements (dbus-sharp-1.0) were not met:
    No package 'dbus-sharp-1.0' found
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    Alternatively, you may set the environment variables DBUS_SHARP_10_CFLAGS
    and DBUS_SHARP_10_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    I made sure the dependencies were installed and updated to the latest versions, but it still won't build. What am I doing wrong?

    Scimmia wrote:Did you read the comments on the AUR page?
    Just did. I guess I'm still a bit noobish

  • Sequence is stuck and won't play

    This has always been a bug that has been in CC, where the timeline will be stuck for a few seconds, and you could wait it out. But now the sequences entirely refuse to play. The play button turns to a stop button for a brief moment, and nothing happens. Ive quit, restarted. Nothing.
    These are projects and timelines I have successfully been working in.

    I've found my fix for this:
    I needed to download the latest CUDA driver from NVIDIA:
    CUDA Drivers for MAC Archive | NVIDIA
    After doing this, I went into a project and then File>Project Settings>General...
    When the 'Project Settings' window came up, I went to the drop-down menu under 'Video Rendering and Playback' and selected 'Mercury Playback Engine GPU Acceleration (CUDA)', as opposed to '(OpenCL)'.
    Problem solved!

  • [SOLVED] Non-interactive SSH login and shell startup files

    I have a problem getting git-annex connecting to my arch box because of
    PATH not being correctly set. When diagnosing this problem I noticed that
    ~/.bashrc seems to be ignored for non-interactive SSH logins. More specifically,
    ssh myhost env
    Shows that when connecting to my other computer running gentoo, or to a
    separate server (probably running some flavor of Debian, I am not sure),
    environment variables defined in ~/.bashrc are present, but when connecting
    to my arch box, they are not. All three computers have identical ~/.bashrc
    files and ~/.bash_profile is set to read ~/.bashrc, and in all cases the file is
    sourced for an interactive login (i.e., 'ssh myhost' followed by 'env'). I tried to
    search through the various bash files in /etc, but didn't find anything related.
    Is there some bash or SSH setting that controls this behavior?
    Solution:
    I looked into this a bit more and found BASH_ENV which can be used to point to
    a file which is sourced for non-interactive shells. So I set
    BASH_ENV=~/.bashrc
    in /etc/environment, and now ~/.bashrc is sourced even for non-interactive
    shells and thus my PATH is correctly set. What I still don't know is why
    arch behaves differently in this respect, but I guess that will remain a mystery.
    Last edited by Nuteater (2012-07-27 18:59:30)

    try creating a .login file and put exec bash in there.
    Not _super_ familiar with csh, but I *think* csh loads .login only on login shells (as apposed to always loading .cshrc).
    Barring that, the following should work.
    if (! $?prompt) goto cshrc_end
    exec bash
    cshrc_end:

  • [SOLVED] Xorg 1.16 updated and won't start with Nvidia driver

    I tried updating to xorg 1.16 yesterday and after rebooting everything stopped after "[OK] Reached target Network."
    I was able to switch to a different terminal and downgrade to xorg 1.15 to boot again.
    I've seen https://www.archlinux.org/news/xorg-ser … available/ but I'm not sure what it implies I need to change to get it to work. I am running Gnome 3 with GDM.
    I'm fairly new to Arch so any help to get me moving in the right direction would be great.
    Thanks,
    Justin
    Last edited by embmicro (2014-07-30 17:51:31)

    That fixed it! You guys are awesome.
    For other's reference...
    Once booted press Ctrl+Alt+F2 to get another terminal. Log in and type the following to downgrade the xorg packages.
    cd /var/cache/pacman/pkg
    sudo pacman -U xorg-server-1.15.2-1-x86_64.pkg.tar.xz xf86-input-evdev-2.9.0-1-x86_64.pkg.tar.xz
    sudo reboot
    Once it reboots you should have your desktop again. Run nvidia-settings and go to X Server Display Configuration. From there click Save to X Configuration File and save the file as 20-nvidia.conf. Then move the file to /etc/X11/xorg.conf.d/20-nvidia.conf if you saved it somewhere else.
    Upgrade back to xorg 1.16 and reboot.
    Last edited by embmicro (2014-07-30 17:50:56)

  • My friend has a non jailbroken iPhone 4 and has Siri fully working on it (iOS7) he won't tell me how he did it so pleeez people help me

    My friend has a non jailbroken iPhone 4 and has Siri fully working on it (iOS7) he won't tell me how he did it so pleeez people help me

    That is absolutely impossible.  Siri requires an iPhone 4S or later.
    if your friend really does have Siri working on an earlier iPhone, it was in fact jailbroken, and you will get no help from this forum at all.

  • When I try to backup my Lightroom CC catalog, it only goes so far then hangs and won't complete. How to solve this?

    When I try to backup my Lightroom CC catalog, it only goes so far then hangs and won't complete. How to solve this?

    Ditto. I started another thread on this.
    Bob frost

  • I have turned my iPad off and it's stuck in wheel turning icon and won't go off . How do I solve this as it's now stuck neither on or off. Please help!

    I have turned my iPad off and it's stuck in wheel turning icon and won't go off . How do I solve this as it's now stuck neither on or off. Please help!

    Try a reset and the iPad should restart (you can then try turning it off again) : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider if it appears), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • My iMac20 powers off by itself and won't switch back on

    I'm sorry this is a bit of a saga but I'm at the end of my tether with so will be really grateful if anyone has any experience of this issue and can give me some help?
    The problem started in May when, after an hour or so of use, my iMac 20 suddenly started to turn itself off and wouldn't turn back on again until the following day. This happened around half a dozen times so I took the machine to the local Apple store and was told that it was probably the thermal trip and if I removed the power cord and left it disconnected for a while, it would power up again more quickly. That evening when it cut out, I followed the advice I was given and removed the power cord from the back of the machine but it made no difference and the machine would not restart until the following morning. Back to the Apple store I went and this time they took the machine in to the workshop; a day or two later I was told that they had cleaned out the fans and tweaked some software and had run it successfully on the bench for several hours with no problem. After paying £49, I collected the machine, took it home, ran it for an hour or so and off it went again and as before, refused to turn on. Back again to the Apple store; "Had I reloaded the operating system?" Well no, because I hadn't been told that I needed to. And anyway why would I... surely the thermal cut-out was a hardware issue? The response was that the problem was definitely software-based and nothing to do with overheating or a faulty power supply unit (which was/is my favourite candidate for villain of the piece). So off home I went, backed up my stuff and ran Disc One successfully and started running Disc Two. After about 20 minutes into Disc Two the machine did its usual trick and powered off, and I went looking for a bottle of wine.
    Back to the Apple store. The guy controlling the 'guest list' for the Genius Bar said that if I wanted to return the machine to the workshop that day it would be considered a new incident and there would be a further charge for any repair work. However, if I made a fresh appointment (for a couple of days later) then the work would be done as part of the previous 'repair'. Somebody at Apple really needs to look at the way the stores deal with dissatisfied customers.
    So, Saturday the 11th of July arrives and I head back to the Genius Bar for my free appointment. I explained to a very helpful guy that this is my fifth visit and I would like to get to the bottom of the problem. He referred to the tech person who dealt with the original workshop repair and she came out to explain that the issue is caused by 'something' lurking in my Library folder and that if I wipe my hard drive and re-install the OS from scratch but without the Library folder, the problem should be solved.
    I spent Sunday wiping the hard drive, running the OS discs and then reinstating my iTunes, photos etc and waiting for the machine to turn itself off - but it didn't! I left my external hard drive returning all my files and documents overnight and when I woke up on Monday, everything was still up and running... bliss!
    Then, this afternoon, after downing loading a music file in flac format, I found that it wouldn't go into iTunes without the help of Fluke software. I downloaded the Fluke stuff and then as I dragged the flac file into iTunes - boof! The machine went off and won't switch back on again.
    So finally... has anyone seen any similar behaviour with their iMac and was it caused by software or hardware? And if it is software that's causing the problem, why can't I switch the machine on again immediately?
    ,

    Amsys plc, the company Apple uses for off-site repairs returned my iMac20 today and the accompanying advice note states that the fault was resolved by replacing the power supply unit. I am really grateful to Apple for finally getting to the bottom of the problem, particularly as the repair was done free of charge, although I had already paid £49 for a useless workshop investigation at the Kingston store. The service given by Amsys was exemplary... the collection and return of the machine was carried out at the times promised and whenever I contacted the company by phone, each person I spoke to seemed to have knowledge of the repair without having to refer to the case notes (and none of the 'press 1 for service, 2 for sales...' rubbish).
    So once again BDAqua, many thanks for suggesting I call Apple... it's just a shame that the staff of the Kingston store refused to accept what was obvious to me.

  • ITunes won't play music and won't display some of my album art.

    iTunes won't play music and won't display some of my album art. I'll click play but the song wont play and some of my album art doesnt appear anymore. When I go on iTunes music store non of the pictures will appear it will just be black where a picture should be. What can i do to fix all of this?????

    I am having the exact same problem and have been trying to solve it for a couple of weeks. So far I havent found a soulution. But if you get one can you please let me know? Good Luck

  • Macs drop off and won't connect to BTHub - Macs an...

    We've got 2 Macs in our house which keep dropping off the BT Infinity Broadband hub and won't connect again 
    here's the thing:
    The macs work fine on all other broadband at other locations
    The other devices in the house work fine
    It's just the combination of Macs and and our home BTHub broadband
    recently it's got worse - the last few days more often than not the macs won't connect
    We've tried
    1. turning macs on and off
    2. resetting macs
    3. turning BT broadband hub on and off
    4. turning the Mac airport wifi on and off
    5. in network settings tried both automatically set to BTHub and manually.
    None of this has worked. 
    This is so weird.
    Any ideas?
    Solved!
    Go to Solution.

    Separating the 2.4 and the 5GHz works straight away.
    Go to bthomehub.home on a device that will connect (your phone will do fine)
    Advanced settings
    Enter the admin password from the card on your router
    Continue
    Wireless
    5GHz
    Sync with 2.4GHz: No
    SSID: add a 5 at the end so you can tell the difference
    Hit apply
    Now forget the network on your Mac (System Preferences-Network-Wifi-Advanced)
    There should now be two versions of your SSID in the list (the original and the one you added a 5 to)
    Your mac should correct straight away to the 2.4GHz (so without the 5) but you'll probably need to put the password in the first time.
    It's apparently a known fault in Macs that they struggle with the 5GHz internet
    Good luck, if any of the steps are wrong please correct folks, this was very very frustrating for a long time and actually only took 5 minutes to fix!!

  • My 2009 iMac freezes and won't run more than one application at a time - how can I fix this?

    Help! My iMac has been getting worse regarding freezing, especially when trying to open iPhoto. It will load slowly, and then I get the pinwheel of death for ever, until I shutdown and try over again. It usually takes several tries, and usually overnight. How can I resolve this issue?

    First, back up all data immediately, as your boot drive might be failing.
    Step 1
    This diagnostic procedure will query the log for messages that may indicate a system issue. It changes nothing, and therefore will not, in itself, solve your problem.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Triple-click anywhere in the line below on this page to select it:
    syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|timed? ?o' | tail | open -ef
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key.
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    A TextEdit window will open with the output of the command. Normally the command will produce no output, and the window will be empty. If the TextEdit window (not the Terminal window) has anything in it, stop here and post it — the text, please, not a screenshot. The title of the TextEdit window doesn't matter, and you don't need to post that.
    Step 2
    There are a few other possible causes of generalized slow performance that you can rule out easily.
    Disconnect all non-essential wired peripherals and remove aftermarket expansion cards, if any.
    Reset the System Management Controller.
    Run Software Update. If there's a firmware update, install it.
    If you're booting from an aftermarket SSD, see whether there's a firmware update for it.
    If you have a portable computer, check the cycle count of the battery. It may be due for replacement.
    If you have many image or video files on the Desktop with preview icons, move them to another folder.
    If applicable, uncheck all boxes in the iCloud preference pane. See whether there's any change.
    Check your keychains in Keychain Access for excessively duplicated items.
    Boot into Recovery mode, launch Disk Utility, and run Repair Disk.
    If you have a MacBook Pro with dual graphics, disable automatic graphics switching in the Energy Saverpreference pane for better performance at the cost of shorter battery life.
    Step 3
    When you notice the problem, launch the Activity Monitor application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Activity Monitor in the icon grid.
    Select the CPU tab of the Activity Monitor window.
    Select All Processes from the View menu or the menu in the toolbar, if not already selected.
    Click the heading of the % CPU column in the process table to sort the entries by CPU usage. You may have to click it twice to get the highest value at the top. What is it, and what is the process? Also post the values for User, System, and Idle at the bottom of the window.
    Select the Memory tab. What value is shown in the bottom part of the window for Swap used?
    Next, select the Disk tab. Post the approximate values shown for Reads in/sec and Writes out/sec (not Reads in andWrites out.)
    Step 4
    If you have more than one user account, you must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way you launched Activity Monitor. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Select the 50 or so most recent entries in the log. Copy them to the Clipboard by pressing the key combinationcommand-C. Paste into a reply to this message (command-V). You're looking for entries at the end of the log, not at the beginning.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some personal information, such as your name, may appear in the log. Anonymize before posting. That should be easy to do if your extract is not too long.

  • Someone please help me! I live in Turkey and bought my iMac desktop in February. The dealer kept the recovery discs and won't send them. My screen freezes seconds after opening and I can't figure out how to repair it myself. Please help!

    I was deleting photos when the screen froze and I had to shut down the computer manually. Now after the first minute of being turned on the screen freezes and the mouse arrow goes into that rainbow whirling disc and won't stop no matter how long I let it go. My keyboard is Turkish. My keys are not marked the same as an English one is, further complicating resolving the problem.
    The dealer I bought it from doesn't speak English and wants to charge me for repairs. I refuse to pack the computer up and ship it UPS out of town for a repair I can do plus pay for shipping.
    When I received my computer I was only given the manual and no system restore discs for situations such as this. I asked where they were and was told there were none.
    I suspect this is a tactic to make money on bogus tech repairs off their customers. To purchase new discs, if I can find them, can cost from $30-$40 - the dealer more than likely is re-selling the discs at 100% profit. This is Cizgili Apple Store in Adana, Turkey. I wish to report them. It is a national company too. I don't have a receipt handy, but have an emailed receipt. I can't get my computer's number to get further assistance on the Apple website withput it.
    I was a dedicated Windows customer until I started doing desk top publishing. I'm fighting the urge not to regret buying this computer.   

    1-800-676-2775  apple support   tech support 1 800 275 2273
    If your computer is on one minute before it freezes, than you have one minute to secure your serial number.
    click the apple----->click about this Mac ------> click on version----> until you see the serial number.  You may have to do this a couple of times if it freezes before you have all the numbers.  A camera might help.
    Good Luck

  • My iphoto will not load, all it does when i open it is just show a blank iphoto and won't load any of my photos that were already in there.

    My iphoto will not load, all it does when i open it is just show a blank iphoto and won't load any of my photos that were already in there. Any way to fix it ?

    Remember: we cannot see your machine. There are 9 different versions of iPhoto and they run on 8 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS.  So to get help you need to give as much information as you can. Basic things like :
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. As full a description of the problem as you can. For instance: 'iPhoto won't export' is best explained by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted?
    - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

  • MacBook Pro Mid 2014 shut off randomly and won't turn back on.

    Hello,
    My MacBook Pro(Mid 2014) won't turn back on. I was just typing up my essay and it just turned straight off and won't turn back on. It has happen several times before and all I had to do was press the buttons(SMC method) and the PVRAM thing and it would turn back on. But now it doesn't turn on at all. How do I fix this issue? I had went today to the Apple Store and had a appointment at 3:15-3:25 and I was late by 2 minutes, so they couldn't help me and offered me to come back at 5PM, but will busy so I asked for 5 Monday. Does anyone know what the problem might be? Back when it was operating it would shut off whenever I was using it at the random times. This is my first MacBook so I don't know if it's suppose to get Hot and loud sometimes when operating and then cool off afterwards if that helps out. It shutoff last week wednesday and doesn't turn on at all, but will charge to fully green though. Anyone got any suggestions? I do have a MacBook screwdriver to open it, so if anyone knows anything about the inside and how to resolve the issue it would be great. I don't know how to remove the battery so if you do know please tell me or some keyboard trick would be helpful!   All my data is on this so I would like to solve before Apple erases my data.

    Hello,
    My MacBook Pro(Mid 2014) won't turn back on. I was just typing up my essay and it just turned straight off and won't turn back on. It has happen several times before and all I had to do was press the buttons(SMC method) and the PVRAM thing and it would turn back on. But now it doesn't turn on at all. How do I fix this issue? I had went today to the Apple Store and had a appointment at 3:15-3:25 and I was late by 2 minutes, so they couldn't help me and offered me to come back at 5PM, but will busy so I asked for 5 Monday. Does anyone know what the problem might be? Back when it was operating it would shut off whenever I was using it at the random times. This is my first MacBook so I don't know if it's suppose to get Hot and loud sometimes when operating and then cool off afterwards if that helps out. It shutoff last week wednesday and doesn't turn on at all, but will charge to fully green though. Anyone got any suggestions? I do have a MacBook screwdriver to open it, so if anyone knows anything about the inside and how to resolve the issue it would be great. I don't know how to remove the battery so if you do know please tell me or some keyboard trick would be helpful!   All my data is on this so I would like to solve before Apple erases my data.

Maybe you are looking for

  • What's the best way to deal with floating point errors?

    What's the best way to deal with the decimal number errors in Flex? Lets say I have: var number1:Number = 1.1; var number2:Number = 1; var result:Number = number1 - number2; trace(result); I get "0.10000000000000009". What's the best way to deal with

  • I can't get calendar to work on iCloud

    Contacts work fine, but calendar is empty on iCloud.  I have gone through the troubleshooting steps, with no joy.  Please help, and thanks

  • Problems with a result in a switch/case control statement

    I am having troubles with a switch/case statement in which I am trying to get a result returned from different operators. The problem is that the result always returns 0 no matter what I put in the driver class. The class where the result needs to be

  • ITunes 10.7 Install Problem

    I am trying to install iTunes 10.7 on  a MacBook Pro running Snow Leopard. The installer runs, eventually tells me I need to close iTunes, which is not open, and eventually fails. How can I get this problem fixed. All other software is up to date. Pl

  • GET_V Method is not called for custom field

    Hi, We are using CRM 7.0 I have enhanced component BT120H_CPL and added custom fields into view Details with AET. I am trying to implement search help which depends on another field. I have created V-GETTER for my field and tried to implement search