{"id":22156043,"url":"https://github.com/akir4d/cinelerra-ak","last_synced_at":"2025-03-24T14:31:08.612Z","repository":{"id":106292358,"uuid":"82052723","full_name":"Akir4d/cinelerra-ak","owner":"Akir4d","description":null,"archived":false,"fork":false,"pushed_at":"2017-02-15T11:22:05.000Z","size":52558,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T19:24:27.702Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Akir4d.png","metadata":{"files":{"readme":"README.BUILD","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-15T11:19:39.000Z","updated_at":"2023-08-10T19:50:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"84b9de0f-f298-4517-b866-5ad224cdbddc","html_url":"https://github.com/Akir4d/cinelerra-ak","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akir4d%2Fcinelerra-ak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akir4d%2Fcinelerra-ak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akir4d%2Fcinelerra-ak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akir4d%2Fcinelerra-ak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akir4d","download_url":"https://codeload.github.com/Akir4d/cinelerra-ak/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245289211,"owners_count":20591039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-02T02:34:45.204Z","updated_at":"2025-03-24T14:31:08.589Z","avatar_url":"https://github.com/Akir4d.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"----------------------------\nLibrary Requirements:\n----------------------------\n\nWhilst the official version of Cinelerra (Cinelerra-HV) contain a\ncustom Makefile, and includes many of the libraries in it, the\ncommunity version (Cinelerra-CV) is designed to to customly define the\nMakefile specific for your system and use libraries that are / can be\ninstalled into your system as shared libraries.\n\nYou need automake version 1.7 to build.  1.4 won't work!\nAutoconf 2.57 is also required to build.\n\nThe automake version of the cinelerra source tree needs third-party libraries\ndevelopment files installed. Run 'autoreconf -i' to create configure and\nsupporting files.\n\n\t\u003cx86 CPUs only\u003e\nYou probably want to enable MMX support.  To do that, run ./configure with\nthe --enable-mmx option.  NB! If you do that, you may have to use the\n--without-pic option, too.  Otherwise, compilation can fail.\n\t\u003c/x86 CPUs only\u003e\n\nFor debian user, you can find debian packages of all of these libs on the distribution\nitself or at \n\tdeb ftp://ftp.nerim.net/debian-marillat/ unstable main\n\n(For other architectures/versions of Debian, more info can be found on:\nhttp://hpisi.nerim.net/)\n\nThe versions indicated are for information. Cinelerra compiles fine\nwith these. If you want to use another, don't mail me if it doesn't work.\n\nSome of them are part of every distribution (if they aren't in yours, change\nyou distrib. Not joking):\n        - a52dec\n\t- alsa libs (\u003e= 0.9)\n        - faac\n        - faad2\n        - fftw\n        - lame\n        - libavc1394\n        - libiec61883\n        - libraw1394\n        - libsndfile\n\t- libvorbis (1.0)\n\t- libogg (1.0)\n\t- libpng\n\t- libjpeg\t\n\t- libtiff\n\t- libesd (esound = 0.2.28)\n\t- libfreetype (\u003e=2.1.4)\n        - mjpegtools\n        - OpenEXR\n        - x264\n\t- xlib-dev\n\t- gettext\n\nAdditional requirements for the git branch (this source code)\n\t- automake 1.7\n\t- autoconf\n\t- libtool\n\t\t\nThe others may be part of your distribution. If they aren't, \nyou can find most of them on ftp://ftp.nerim.net/debian-marillat/\nand the rest on http://www.kiberpipa.org/~minmax/cinelerra/builds/\nor http://launchpad.net/~cinelerra-ppa/+archive/ppa\n(if not, please complain to cinelerra@lists.cinelerra-cv.org !)\n\n----------------------------\nCompiler flags:\n----------------------------\n\nNote that there are some compiler flags that may optimise the\nbuild for your specific architecture.  Some common examples are:\n\n\nPentium-M:\n\n./configure --prefix=/usr --enable-x86 --enable-mmx --enable-freetype2 \\ \n            --with-buildinfo=git/recompile \\\n CFLAGS='-O3 -pipe -fomit-frame-pointer -funroll-all-loops -falign-loops=2 \\\n         -falign-jumps=2 -falign-functions=2 -ffast-math \\\n         -march=pentium-m -mfpmath=sse,387 -mmmx -msse'\n\nPentium 4: (include sth D, etc)\n\n\nAMD 64:\n\n\n----------------------------\nconfigure flags:\n----------------------------\n\nFor stamping builds:\n  --with-buildinfo=svn\n  --with-buildinfo=git\n     stamp the About dialog and version info with svn/git version,\n     [unsure] flag, and build date\n--with-buildinfo=svn/recompile\n--with-buildinfo=git/recompile\n     as above, but pull the version from svn/git every time make is run.\n--with-buildinfo=cust/\"SVN r980 SUSE\"\n     Use a custom string to take the about dialog and version info,\n     for pacakgers who use 'make dist' and run configure on the resulting\n     tar file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakir4d%2Fcinelerra-ak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakir4d%2Fcinelerra-ak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakir4d%2Fcinelerra-ak/lists"}